Uses of Class
FourMSControllerInterfaces.SubActionInProgressException

Packages that use SubActionInProgressException
FourMS   
FourMSControllerInterfaces   
 

Uses of SubActionInProgressException in FourMS
 

Methods in FourMS that throw SubActionInProgressException
 boolean SequenceSubaction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction.
 boolean SubAction.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method will be used to send a command to the 4MS controller.
 boolean UpdateOpticalComponentList.startAction(java.lang.String[] subactionArgs, SubActionCompletionListener subActionInitiator)
          This method starts the subaction, no arguments are expected in the subaction array.
 

Uses of SubActionInProgressException in FourMSControllerInterfaces
 

Fields in FourMSControllerInterfaces declared as SubActionInProgressException
 SubActionInProgressException SubActionInProgressExceptionHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubActionInProgressException
static SubActionInProgressException SubActionInProgressExceptionHelper.extract(org.omg.CORBA.Any any)
           
static SubActionInProgressException SubActionInProgressExceptionHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionInProgressException
static void SubActionInProgressExceptionHelper.insert(org.omg.CORBA.Any any, SubActionInProgressException s)
           
static void SubActionInProgressExceptionHelper.write(org.omg.CORBA.portable.OutputStream out, SubActionInProgressException s)
           
 

Methods in FourMSControllerInterfaces that throw SubActionInProgressException
 boolean SubActionOperations.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 boolean SubActionPOATie.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 boolean _SubActionStub.startAction(java.lang.String[] SubActionArgs, SubActionCompletionListener SubActionInitiatorCB)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionInProgressException
SubActionInProgressExceptionHolder(SubActionInProgressException initial)