kaos.core.csi.usecase.legacy
Class LegacySystemImpl

java.lang.Object
  extended by kaos.core.csi.usecase.legacy.LegacySystemImpl
All Implemented Interfaces:
LegacySystem
Direct Known Subclasses:
KAoSWrappedLegacySystem

public class LegacySystemImpl
extends java.lang.Object
implements LegacySystem

Defines the operations to process legacy actions.

Author:
rjeffers

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

LegacySystemImpl

public LegacySystemImpl()
Method Detail

legacyAction

public boolean legacyAction(java.lang.String actionRequestorID)
Accepts a request for a legacy action in the legacy system.

Specified by:
legacyAction in interface LegacySystem
Parameters:
actionRequestorID - String containing the unique ID of the action requestor.
Returns:
boolean indicating success/failure of the action execution.

anotherLegacyAction

public boolean anotherLegacyAction(java.lang.String actionRequestorID)
Accepts a request for another action in the legacy system.

Specified by:
anotherLegacyAction in interface LegacySystem
Parameters:
actionRequestorID - String containing the unique ID of the action requestor.
Returns:
boolean indicating success/failure of the action execution.

main

public static void main(java.lang.String[] args)
Parameters:
args -