org.flexiblepower.ral
public interface ControllerManager extends org.flexiblepower.messaging.Endpoint
ControllerManager is the main interface of an Energy Application. This should be implemented as an
Endpoint with one or more ports to which ResourceManagers can be connected. Each implementation of
the Resource Abstraction Interfaces (RAI) should define which ports are supported (for example see the
EfiControllerManager) and which messages are supported over these ports. These messages
should always be a extension of the ResourceMessage.