|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.xbus.bootstrap.ReceiverServiceAdministratorBootstrap
public class ReceiverServiceAdministratorBootstrap
ReceiverServiceAdministratorBootstrap stops or restarts the
ReceiverService.
The XBUSClassLoader is used to call
the ReceiverServiceAdministrator.
| Constructor Summary | |
|---|---|
ReceiverServiceAdministratorBootstrap()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Either stops (args = "SHUTDOWN") or restarts (args = "RESTART") the ReceiverService. |
protected static void |
restart()
Restarts the ReceiverService. |
protected static void |
shutdown()
Stops the ReceiverService. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReceiverServiceAdministratorBootstrap()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
ReceiverService.
args - an array containing exactly one string ("SHUTDOWN" or
"RESTART")
protected static void shutdown()
throws XException
ReceiverService.
XException - if the ReceiverService cannot be
stopped.
protected static void restart()
throws XException
ReceiverService.
XException - if the ReceiverService cannot be
restarted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||