|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tango.server.DeviceBehaviorObject
org.tango.server.device.InitImpl
public final class InitImpl
Managed the initialization of a device.
Init
Constructor Summary | |
---|---|
InitImpl(java.lang.String deviceName,
java.lang.reflect.Method initMethod,
boolean isLazy,
java.lang.Object businessObject,
PollingManager pollingManager)
Ctr |
Method Summary | |
---|---|
void |
execute(StateImpl stateImpl,
StatusImpl statusImpl)
Execute the init |
boolean |
isInitDoneCorrectly()
Get the init result |
boolean |
isInitInProgress()
Get the init progress |
void |
setPollingManager(PollingManager pollingManager)
|
java.lang.String |
toString()
|
Methods inherited from class org.tango.server.DeviceBehaviorObject |
---|
getDeniedStates, getEndState, isAllowed, setDeniedStates, setEndState, setStateMachine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitImpl(java.lang.String deviceName, java.lang.reflect.Method initMethod, boolean isLazy, java.lang.Object businessObject, PollingManager pollingManager)
initMethod
- isLazy
- businessObject
- Method Detail |
---|
public void setPollingManager(PollingManager pollingManager)
public void execute(StateImpl stateImpl, StatusImpl statusImpl)
stateImpl
- statusImpl
-
fr.esrf.Tango.DevFailed
public boolean isInitInProgress()
public boolean isInitDoneCorrectly()
public java.lang.String toString()
toString
in class DeviceBehaviorObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |