|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
public class StandardManager
StandardManager is the base class for NetFactor sevices and managers..
Use the newStandardManager static factory method(s), not
the StandardManager constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
ManagerService |
getManagerService()
Gets the value of the attribute: managerService; Service which manages this manager Supported API: true |
int |
getManagerStatus()
Gets the value of the attribute: managerStatus; Manager status set to Manager.STATUS_SHUTDOWN, Manager.STATUS_STARTED, ... Supported API: true |
String |
getName()
Gets the value of the attribute: name; Manager name Supported API: true |
String |
getStartupType()
Gets the value of the attribute: startupType; Manager startup type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public String getStartupType()
Must be either Manager.STARTUP_AUTOMATIC or manager.STARTUP_MANUAL
Supported API: true
wt.services.Manager.STARTUP_AUTOMATICpublic int getManagerStatus()
Manager.STATUS_SHUTDOWNpublic ManagerService getManagerService()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||