|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.UCL.satin.arch.components.Component
edu.UCL.satin.arch.components.container.Registrar
Represents a registration technique of the container
Field Summary |
Fields inherited from class edu.UCL.satin.arch.components.Component |
immutable, properties |
Fields inherited from interface edu.UCL.satin.arch.facets.ComponentFacet |
DISABLED, ENABLED |
Constructor Summary | |
Registrar(java.lang.Object id)
|
Method Summary | |
abstract boolean |
registerComponent(Component c)
Adds a new component to the container. |
abstract java.lang.String |
removeComponent(Component c)
Removes a component from the container |
Methods inherited from class edu.UCL.satin.arch.components.Component |
addAttribute, construct, destroy, getAttribute, getProperties, hasAttribute, isEnabled, match, setEnabled, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.UCL.satin.arch.facets.ComponentFacet |
addAttribute, construct, destroy, getAttribute, getProperties, hasAttribute, isEnabled, setEnabled |
Constructor Detail |
public Registrar(java.lang.Object id)
id
- the Registrar Component's IdentifierMethod Detail |
public abstract boolean registerComponent(Component c)
registerComponent
in interface RegistrarFacet
c
- The component to add
public abstract java.lang.String removeComponent(Component c)
removeComponent
in interface RegistrarFacet
c
- The component to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |