Modifier and Type | Method and Description |
---|---|
CompositeHandler |
CompositeManager.getCompositeHandler(java.lang.String name)
Return a specified handler.
|
CompositeHandler[] |
CompositeManager.getRegistredCompositeHandlers()
REturn the list of handlers plugged on this instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchitectureHandler
Composite Architecture Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
InstanceHandler
Composite Instance Handler.
|
Constructor and Description |
---|
InstanceHandlerDescription(CompositeHandler handler,
org.apache.felix.ipojo.composite.instance.InstanceHandler.ManagedConfiguration[] insts)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceDependencyHandler
Service Instantiator Class.
|
Constructor and Description |
---|
ServiceInstantiatorDescription(CompositeHandler handler,
java.util.List insts,
java.util.List imps)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvidedServiceHandler
Composite Provided Service Handler.
|
Constructor and Description |
---|
ProvidedServiceHandlerDescription(CompositeHandler handler,
java.util.List services,
java.util.List exporters)
Constructor.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.