|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.util.Dream
Provides static methods to access control interfaces of Dream components.
This class is provided in addition to the
Fractal
class.
Method Summary | |
static LoggerController |
getLoggerController(Component component)
Returns the logger controller interface of the given component. |
static TaskController |
getTaskController(Component component)
Returns the task controller interface of the given component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LoggerController getLoggerController(Component component) throws NoSuchInterfaceException
component
- a component interface
NoSuchInterfaceException
- if the givn component doesn't have a
logger controller.public static TaskController getTaskController(Component component) throws NoSuchInterfaceException
component
- a component interface
NoSuchInterfaceException
- if the givn component doesn't have a task
controller.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |