kaos.core.csi.usecase.legacy
Interface LegacySystem

All Known Implementing Classes:
KAoSWrappedLegacySystem, kaos.core.csi.usecase.legacy.LegacySystemImpl

public interface LegacySystem

Defines the operations to process legacy actions.

Author:
rjeffers

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.
 

Method Detail

legacyAction

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

Parameters:
actionRequestorID - String containing the unique ID of the action requestor.
Returns:
boolean indicating success/failure of the action execution.

anotherLegacyAction

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

Parameters:
actionRequestorID - String containing the unique ID of the action requestor.
Returns:
boolean indicating success/failure of the action execution.


Copyright © 2006 IHMC All Rights Reserved.