org.objectweb.proactive.core.component.controller
Class ProActiveContentController
java.lang.Object
org.objectweb.proactive.core.component.controller.AbstractRequestHandler
org.objectweb.proactive.core.component.controller.AbstractProActiveController
org.objectweb.proactive.core.component.controller.ProActiveContentController
- All Implemented Interfaces:
- ContentController, Interface, ProActiveController, RequestHandler, java.io.Serializable
- public class ProActiveContentController
- extends AbstractProActiveController
- implements ContentController, java.io.Serializable
Implementation of ContentController (@see org.objectweb.fractal.api.control.ContentController).
- Author:
- Matthieu Morel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProActiveContentController
public ProActiveContentController(Component owner)
- Constructor for ProActiveContentController.
setControllerItfType
protected void setControllerItfType()
- Specified by:
setControllerItfType
in class AbstractProActiveController
getFcInternalInterfaces
public java.lang.Object[] getFcInternalInterfaces()
- Specified by:
getFcInternalInterfaces
in interface ContentController
getFcInternalInterface
public java.lang.Object getFcInternalInterface(java.lang.String interfaceName)
throws NoSuchInterfaceException
- Specified by:
getFcInternalInterface
in interface ContentController
- Throws:
NoSuchInterfaceException
getFcSubComponents
public Component[] getFcSubComponents()
- Specified by:
getFcSubComponents
in interface ContentController
isSubComponent
public boolean isSubComponent(Component component)
addFcSubComponent
public void addFcSubComponent(Component subComponent)
throws IllegalLifeCycleException,
IllegalContentException
- Specified by:
addFcSubComponent
in interface ContentController
- Throws:
IllegalLifeCycleException
IllegalContentException
removeFcSubComponent
public void removeFcSubComponent(Component subComponent)
throws IllegalLifeCycleException,
IllegalContentException
- Specified by:
removeFcSubComponent
in interface ContentController
- Throws:
IllegalLifeCycleException
IllegalContentException
Copyright 2001-2005 INRIA All Rights Reserved.