|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.station.server.StationServerPlugin
The RemoteStation is responsible for the establishment of callback monitors to external processes established by the station manager.
Constructor Summary | |
StationServerPlugin(Logger logger,
TransitModel model,
String[] args)
Creation of a new station server plugin for station commandline handling. |
Method Summary | |
void |
run()
Start the thread. |
static void |
setShutdownHook(RemoteStation station)
Create a shutdown hook that will trigger shutdown of the station. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StationServerPlugin(Logger logger, TransitModel model, String[] args) throws Exception
logger
- the assigned logging channelmodel
- the transit modelargs
- the command line arguments array
Exception
- if an error occursMethod Detail |
public void run()
run
in interface Runnable
public static void setShutdownHook(RemoteStation station)
station
- the station
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |