Package | Description |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.extender.internal.linker |
Modifier and Type | Interface and Description |
---|---|
interface |
HandlerFactory
Service interface published by handler factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentFactory
The component factory manages component instance objects.
|
class |
HandlerManagerFactory
Implementation of the handler factory interface.
|
class |
IPojoFactory
This class defines common mechanisms of iPOJO component factories
(i.e.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IPojoFactory.DefaultNameGenerator.generate(Factory factory,
java.util.List<java.lang.String> reserved) |
java.lang.String |
IPojoFactory.RetryNameGenerator.generate(Factory factory,
java.util.List<java.lang.String> reserved) |
java.lang.String |
IPojoFactory.NameGenerator.generate(Factory factory,
java.util.List<java.lang.String> reserved) |
void |
PrimitiveHandler.setFactory(Factory factory)
Sets the factory of the managed instance.
|
abstract void |
Handler.setFactory(Factory factory)
Sets the factory attached to this handler object.
|
void |
FactoryStateListener.stateChanged(Factory factory,
int newState)
Notification listener.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedType.stateChanged(Factory factory,
int newState)
The factory we have built has a state in his change.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.