Package | Description |
---|---|
org.apache.felix.ipojo |
Modifier and Type | Method and Description |
---|---|
void |
IPojoFactory.checkAcceptability(java.util.Dictionary<java.lang.String,?> conf)
Checks if the configuration is acceptable.
|
ComponentInstance |
IPojoFactory.createComponentInstance(java.util.Dictionary configuration)
Creates an instance.
|
ComponentInstance |
Factory.createComponentInstance(java.util.Dictionary configuration)
Creates an instance manager (i.e.
|
ComponentInstance |
IPojoFactory.createComponentInstance(java.util.Dictionary configuration,
ServiceContext serviceContext)
Creates an instance in the specified service context.
|
ComponentInstance |
Factory.createComponentInstance(java.util.Dictionary configuration,
ServiceContext serviceContext)
Creates an instance manager (i.e.
|
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) |
protected HandlerManager |
IPojoFactory.getHandler(IPojoFactory.RequiredHandler req,
ServiceContext context)
Returns the handler object for the given required handler.
|
void |
IPojoFactory.reconfigure(java.util.Dictionary properties)
Reconfigures an existing instance.
|
void |
Factory.reconfigure(java.util.Dictionary conf)
Reconfigures an instance already created.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.