|
||||||||||
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 String |
ROLE
|
Method Summary | |
String |
getBuild()
Get a string defining the build. |
String |
getHomeDirectory()
Get location of Phoenix installation |
String |
getName()
Get name by which the server is known. |
Date |
getStartTime()
Get the date at which this server started. |
long |
getUpTimeInMillis()
Retrieve the number of millisecond the server has been up. |
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 String ROLE
Method Detail |
public String getName()
public String getHomeDirectory()
public Date getStartTime()
public long getUpTimeInMillis()
public String getVersion()
public String getBuild()
public void shutdown()
public void restart() throws UnsupportedOperationException
UnsupportedOperationException
- if restart not a supported operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |