|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.core.csi.usecase.legacy.LegacySystemFactory
public class LegacySystemFactory
Constructor Summary | |
---|---|
LegacySystemFactory()
|
Method Summary | |
---|---|
static LegacySystem |
getLegacySystem(java.lang.String[] args)
This is a factory class returning a reference to an implementation of the LegacySystem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacySystemFactory()
Method Detail |
---|
public static LegacySystem getLegacySystem(java.lang.String[] args) throws java.lang.Exception
args
- command line arguments containing the client's name, transport name for communication
with the KAoS Directory Services and domain names, in which the client will be registered.
Example arguments:
-name LegacyClient1 -transport tcp -domains LegacyDomain
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |