Uses of Interface
org.ijsberg.iglu.Component

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

Uses of Component in org.ijsberg.iglu
 

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

Methods in org.ijsberg.iglu with parameters of type Component
 void Facade.connect(Component externalComponent)
          Connects anonymous, untrusted, external component.
 void Cluster.connect(String componentId, Component component)
          Connects internal component.
 void Cluster.connect(String componentId, Component component, Class<?>... exposedInterfaces)
          Connects internal component and exposes interfaces.
 void Cluster.disconnect(Component component)
          Disconnects internal or external component.
 void Facade.disconnect(Component component)
          Disconnects an internal or external 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)
          Unegisters 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
 

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

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

Methods in org.ijsberg.iglu.configuration 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.