Framework Professional Edition Package


org.mbs.services.cu.generator
Interface ControlUnitController


public interface ControlUnitController

This interface may be implemented to represent a control unit controller.

Its only method returns the list of control unit action ids.

The action ids are mapped to Java methods that are invoked by reflection.

If the object that represents the control unit controller does not implement this interface, than as control unit action are assumed all methods of the object which name starts with a reserved prefix.

Since:
$Date: 2005/07/28 12:10:19 $
Author:
Stoyan Zoubev

Method Summary
 java.lang.String[] getActions()
          Returns control unit action ids
 

Method Detail

getActions

java.lang.String[] getActions()
Returns control unit action ids

Returns:
a list of control unit actions

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved