Package | Description |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.handlers.providedservice | |
org.apache.felix.ipojo.handlers.providedservice.strategy | |
org.apache.felix.ipojo.util |
Modifier and Type | Class and Description |
---|---|
class |
HandlerManager
The handler manager manages an handler instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceManager |
PrimitiveHandler.getInstanceManager()
Gets the instance manager managing the instance.
|
Constructor and Description |
---|
PrimitiveInstanceDescription(ComponentTypeDescription type,
InstanceManager instance)
Creates a Primitive Instance Description.
|
Modifier and Type | Method and Description |
---|---|
protected InstanceManager |
ProvidedService.getInstanceManager() |
Modifier and Type | Method and Description |
---|---|
abstract void |
CreationStrategy.onPublication(InstanceManager instance,
java.lang.String[] interfaces,
java.util.Properties props)
Method called when the service is registered.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IPOJOServiceFactory |
ConfigurableCreationStrategy.getServiceFactory(InstanceManager manager)
User provided
CreationStrategy MUST implement this method to
provide the real iPOJO ServiceFactory instance. |
void |
ConfigurableCreationStrategy.onPublication(InstanceManager manager,
java.lang.String[] specifications,
java.util.Properties props)
Method called when the underlying iPOJO Service factory
is published.
|
Constructor and Description |
---|
Callback(MethodMetadata method,
InstanceManager manager)
Creates a Callback.
|
Callback(java.lang.String method,
java.lang.Class[] args,
boolean isStatic,
InstanceManager manager)
Creates a Callback.
|
Callback(java.lang.String method,
java.lang.String[] args,
boolean isStatic,
InstanceManager manager)
Creates a Callback.
|
Property(java.lang.String name,
java.lang.String field,
java.lang.String method,
int index,
java.lang.String value,
java.lang.String type,
InstanceManager manager,
Handler handler) |
Property(java.lang.String name,
java.lang.String field,
java.lang.String method,
java.lang.Object value,
InstanceManager manager,
Handler handler)
Creates a property.
|
Property(java.lang.String name,
java.lang.String field,
java.lang.String method,
java.lang.String value,
java.lang.String type,
InstanceManager manager,
Handler handler)
Creates a property.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.