|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.Shutdown
Provides an OS-independent way of shutting down JBoss. This
works by accessing the JMX server and giving it the shutdown
command. The host to the JMX server can be passed in as well
as the port number. If neither is supplied, the defaults of
localhost and 8082 are used.
Usage: java org.jboss.Shutdown [host] [port]
Constructor Summary | |
Shutdown()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Shutdown()
Method Detail |
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |