psdi.app.measurement

Class CharPointActionSet

    • Constructor Detail

      • CharPointActionSet

        public CharPointActionSet(MboServerInterface ms)
                           throws MXException,
                                  java.rmi.RemoteException
        Construct the set.
        Parameters:
        ms - The MboServerInterface for CharPointActionSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • canAdd

        public void canAdd()
                    throws MXException
        a CharPointAction can only be added from an owning MeasurePoint
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new CharPointAction object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - the CharPointAction MboSet.
        Returns:
        a new CharPointAction Mbo object.
        Throws:
        MXException
        java.rmi.RemoteException