|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractDynamicMBean
com.admc.jamama.Jamama
The top-level class for the Jamama application. This is an MBean Agent which starts up an MBean server thread and all other managed components. It also manages configuration load and save, and server component startup and shutdown. To keep a handle on complexity, we're restricting to use no more than one Director at this time.
| Constructor Summary | |
Jamama()
This starts everthing up. |
|
| Method Summary | |
protected MBeanOperationInfo[] |
createMBeanOperationInfo()
|
protected java.lang.String |
getMBeanDescription()
|
static void |
main(java.lang.String[] sa)
Invocation point for the Jamama application. |
void |
restoreRunStates()
Restores run state of all top-level server threads. |
void |
saveCfg()
Store global Jamama configuration to the Jamama XML configuration file |
void |
stop()
Stops all top-level server threads. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Jamama()
| Method Detail |
protected MBeanOperationInfo[] createMBeanOperationInfo()
protected java.lang.String getMBeanDescription()
public static void main(java.lang.String[] sa)
throws java.lang.Exception
sa - Switch -i will start a command-line interactive
session after startup.
java.lang.Exception
public void saveCfg()
throws java.lang.Exception
java.lang.Exceptionpublic void stop()
public void restoreRunStates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||