Uses of Interface
org.ijsberg.iglu.configuration.Component

Packages that use Component
org.ijsberg.iglu.configuration   
org.ijsberg.iglu.configuration.module   
 

Uses of Component in org.ijsberg.iglu.configuration
 

Methods in org.ijsberg.iglu.configuration that return types with arguments of type Component
 Set<Component> Cluster.getExternalComponents()
           
 Map<String,Component> Cluster.getInternalComponents()
           
 

Methods in org.ijsberg.iglu.configuration with parameters of type Component
 void Facade.connect(Component externalComponent)
          Connects anonymous, untrusted, external component.
 void Connector.connect(String componentId, Component component)
          Connects component.
 void Cluster.connect(String componentId, Component component, Class<?>... exposedInterfaces)
          Connects internal component and exposes interfaces.
 void Facade.disconnect(Component component)
          Disconnects an internal or external component.
 void Connector.disconnect(Component component)
          Disconnects component.
 void Component.register(Component component)
          Registers a component (as listener) in case the embedded object implements a method named 'register' with a suiting interface.
 void Component.unregister(Component component)
          Unregisters a previously registered component in case the embedded object implements a method named 'unregister' with a suitable interface.
 

Uses of Component in org.ijsberg.iglu.configuration.module
 

Classes in org.ijsberg.iglu.configuration.module that implement Component
 class StandardComponent
          Standard implementation of Component.
 

Methods in org.ijsberg.iglu.configuration.module that return types with arguments of type Component
 Set<Component> StandardCluster.getExternalComponents()
           
 Map<String,Component> StandardCluster.getInternalComponents()
           
 

Methods in org.ijsberg.iglu.configuration.module with parameters of type Component
 void StandardCluster.connect(Component externalComponent)
          Connects component as external, anonymous component
 void StandardCluster.connect(String componentId, Component component)
          Connects a component as internal component
 void StandardCluster.connect(String componentId, Component component, Class<?>... exposedInterfaces)
          Connects a component as internal, exposed component.
 void StandardCluster.disconnect(Component component)
           
 boolean StandardCluster.isConnected(Component component)
           
 boolean StandardCluster.isConnectedExternally(Component component)
           
 boolean StandardCluster.isConnectedInternally(Component component)
           
 void StandardComponent.register(Component component)
           
 void StandardComponent.unregister(Component component)
           
 



Copyright © 2011. All Rights Reserved.