net.dpml.metro
Interface ComponentContext

All Known Subinterfaces:
ComponentHandler

public interface ComponentContext

The ComponentContext interface may be referenced by a component context inner interface to expose container related services to a component implementation.

Version:
1.0.0
Author:
Digital Product Meta Library

Method Summary
 Controller getController()
          Return the current controller.
 

Method Detail

getController

public Controller getController()
                         throws RemoteException
Return the current controller.

Returns:
the root system controller
Throws:
RemoteException - if a remote I/O error occurs