|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface via which the Management interface interacts with the Embeddor.
Field Summary | |
static java.lang.String |
ROLE
|
Method Summary | |
java.lang.String |
getBuild()
Get a string defining the build. |
java.lang.String |
getHomeDirectory()
Get location of Phoenix installation |
java.lang.String |
getName()
Get name by which the server is known. |
java.util.Date |
getStartTime()
Get the date at which this server started. |
long |
getUpTimeInMillis()
Retrieve the number of millisecond the server has been up. |
java.lang.String |
getVersion()
Retrieve a string identifying version of server. |
void |
restart()
Request the embeddor to restart. |
void |
shutdown()
Request the Embeddor shutsdown. |
Field Detail |
public static final java.lang.String ROLE
Method Detail |
public java.lang.String getName()
public java.lang.String getHomeDirectory()
public java.util.Date getStartTime()
public long getUpTimeInMillis()
public java.lang.String getVersion()
public java.lang.String getBuild()
public void shutdown()
public void restart() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
- if restart not a supported operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |