Uses of Class
FourMSControllerInterfaces.UnableToStartSubactionException

Packages that use UnableToStartSubactionException
FourMS   
FourMSControllerInterfaces   
 

Uses of UnableToStartSubactionException in FourMS
 

Methods in FourMS that throw UnableToStartSubactionException
 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 UnableToStartSubactionException in FourMSControllerInterfaces
 

Fields in FourMSControllerInterfaces declared as UnableToStartSubactionException
 UnableToStartSubactionException UnableToStartSubactionExceptionHolder.value
           
 

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

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

Methods in FourMSControllerInterfaces that throw UnableToStartSubactionException
 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 UnableToStartSubactionException
UnableToStartSubactionExceptionHolder(UnableToStartSubactionException initial)