|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management operations.
Manageable
,
Parameters
Field Summary | |
static java.lang.String |
INFO
Provide internal Component information. |
static java.lang.String |
JOIN
Wait for completion of all Component operations. |
static java.lang.String |
LINK
Link Components together with others in the Jumpi instance component tree. |
static java.lang.String |
MANAGE
Manage individual Components. |
static java.lang.String |
SHUTDOWN
Stop normal operation of the Component. |
static java.lang.String |
STARTUP
Start normal operation of the Component. |
static java.lang.String |
UNLINK
Unlink Components from others previously linked with the LINK operation. |
Field Detail |
public static final java.lang.String LINK
public static final java.lang.String UNLINK
public static final java.lang.String STARTUP
public static final java.lang.String SHUTDOWN
public static final java.lang.String JOIN
public static final java.lang.String INFO
Parameters.INFO_RESULT_SET
under it's fully qualified component name.
The INFO command can be used to get a list of component names, since
each Manageable operation must support the INFO operation and place
the component name as a key in the result set.
Configurable.configure(java.lang.String, org.jumpi.spi.Properties)
,
Constant Field Valuespublic static final java.lang.String MANAGE
Parameters.MANAGE_COMPONENT
parameter.
|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |