|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.core.csi.usecase.legacy.LegacySystemImpl
public class LegacySystemImpl
Defines the operations to process legacy actions.
Constructor Summary | |
---|---|
LegacySystemImpl()
|
Method Summary | |
---|---|
boolean |
anotherLegacyAction(java.lang.String actionRequestorID)
Accepts a request for another action in the legacy system. |
boolean |
legacyAction(java.lang.String actionRequestorID)
Accepts a request for a legacy action in the legacy system. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacySystemImpl()
Method Detail |
---|
public boolean legacyAction(java.lang.String actionRequestorID)
legacyAction
in interface LegacySystem
actionRequestorID
- String containing the unique ID of the action requestor.
public boolean anotherLegacyAction(java.lang.String actionRequestorID)
anotherLegacyAction
in interface LegacySystem
actionRequestorID
- String containing the unique ID of the action requestor.
public static void main(java.lang.String[] args)
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |