|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnenok.net.registry.RegistryStarter
public class RegistryStarter
This class launches Nenok Registry instances and registers them in a JINI lookup service.
Constructor Summary | |
---|---|
RegistryStarter(String[] args)
Constructor: |
|
RegistryStarter(String[] configArgs,
LifeCycle lifeCycle)
Constructor: |
Method Summary | |
---|---|
boolean |
terminate()
Terminates this service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryStarter(String[] configArgs, LifeCycle lifeCycle)
configArgs
- Arguments from a configuration file.lifeCycle
- no meaning - given by interface for unknown reasons.public RegistryStarter(String[] args)
args
- Array of configuration file names.Method Detail |
---|
public boolean terminate()
true
, if the service has been unexported sucessfully.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |