Uses of Class
org.ow2.clif.supervisor.api.BladeState
-
Packages that use BladeState Package Description org.ow2.clif.console.lib.gui Swing-based GUI for deploying, controling and monitoring tests from a central "console".org.ow2.clif.deploy org.ow2.clif.storage.api org.ow2.clif.supervisor.api org.ow2.clif.supervisor.lib -
-
Uses of BladeState in org.ow2.clif.console.lib.gui
Methods in org.ow2.clif.console.lib.gui with parameters of type BladeState Modifier and Type Method Description voidGuiPanelBladeState. setBladeState(java.lang.String bladeId, BladeState state)voidTestPlanWindow. setBladeState(java.lang.String bladeId, BladeState state)voidTestPlanWindow. setStatusLine(BladeState status, long ellapsedTime) -
Uses of BladeState in org.ow2.clif.deploy
Methods in org.ow2.clif.deploy that return BladeState Modifier and Type Method Description BladeStateClifAppFacade. getGlobalState(java.lang.String[] selBladesId)Get global state for these blades.BladeStateClifAppFacade. getState(java.lang.String id)Get the state of a bladeMethods in org.ow2.clif.deploy with parameters of type BladeState Modifier and Type Method Description intClifAppFacade. waitForState(java.lang.String[] selBladesId, BladeState state)Waits until this state is reached -
Uses of BladeState in org.ow2.clif.storage.api
Fields in org.ow2.clif.storage.api declared as BladeState Modifier and Type Field Description protected BladeStateLifeCycleEvent. stateConstructors in org.ow2.clif.storage.api with parameters of type BladeState Constructor Description LifeCycleEvent(long date, BladeState state) -
Uses of BladeState in org.ow2.clif.supervisor.api
Fields in org.ow2.clif.supervisor.api declared as BladeState Modifier and Type Field Description static BladeStateBladeState. ABORTEDstatic BladeStateBladeState. COMPLETEDstatic BladeStateBladeState. DEPLOYEDstatic BladeStateBladeState. DEPLOYINGstatic BladeStateBladeState. INCOHERENTstatic BladeStateBladeState. INITIALIZEDstatic BladeStateBladeState. INITIALIZINGstatic BladeStateBladeState. NONEstatic BladeStateBladeState. RESUMINGstatic BladeStateBladeState. RUNNINGstatic BladeStateBladeState. STARTINGstatic BladeStateBladeState. STOPPEDstatic BladeStateBladeState. STOPPINGstatic BladeStateBladeState. SUSPENDEDstatic BladeStateBladeState. SUSPENDINGstatic BladeStateBladeState. UNDEPLOYEDMethods in org.ow2.clif.supervisor.api that return BladeState Modifier and Type Method Description static BladeStateBladeState. get(int code)Gets the blade state instance associated to a state codestatic BladeStateBladeState. getGlobalState(java.util.Collection<BladeState> states)Return the global state resulting from some individual states.BladeStateSupervisorInfo. getGlobalState(java.lang.String[] selBladesId)Get global state for these blades.Methods in org.ow2.clif.supervisor.api with parameters of type BladeState Modifier and Type Method Description voidSupervisorInfo. setBladeState(java.lang.String id, BladeState state)Informs that the state of a host has changed.booleanSupervisorInfo. waitForState(java.lang.String[] selBladesId, BladeState state)Wait until a target state is reached.Method parameters in org.ow2.clif.supervisor.api with type arguments of type BladeState Modifier and Type Method Description static BladeStateBladeState. getGlobalState(java.util.Collection<BladeState> states)Return the global state resulting from some individual states.static booleanBladeState. isRunning(java.util.Collection<BladeState> states)Determines if the global state resulting from some individual states is "running", i.e.static booleanBladeState. isStationaryState(java.util.Collection<BladeState> states)Determines if the global state resulting from some individual states is a stationary state or a transitional state. -
Uses of BladeState in org.ow2.clif.supervisor.lib
Methods in org.ow2.clif.supervisor.lib that return BladeState Modifier and Type Method Description BladeStateSupervisorImpl. getGlobalState(java.lang.String[] selBladesId)Get global state for some blades.BladeStateBladeObservation. getState()Methods in org.ow2.clif.supervisor.lib with parameters of type BladeState Modifier and Type Method Description voidSupervisorImpl. setBladeState(java.lang.String id, BladeState state)Inform that the state of a blade has changed.booleanSupervisorImpl. waitForState(java.lang.String[] selBladesId, BladeState state)Waits until blades are all in a given state.Constructors in org.ow2.clif.supervisor.lib with parameters of type BladeState Constructor Description BladeObservation(java.lang.String bladeId, BladeState state)
-