|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.Handler
org.apache.felix.ipojo.composite.CompositeHandler
org.apache.felix.ipojo.composite.service.provides.ProvidedServiceHandler
public class ProvidedServiceHandler
Composite Provided Service Handler.
Field Summary |
---|
Fields inherited from class org.apache.felix.ipojo.composite.CompositeHandler |
---|
HANDLER_TYPE |
Fields inherited from class org.apache.felix.ipojo.Handler |
---|
HANDLER_LEVEL_PROPERTY, HANDLER_NAME_PROPERTY, HANDLER_NAMESPACE_PROPERTY, HANDLER_TYPE_PROPERTY, m_instance, m_isValid |
Constructor Summary | |
---|---|
ProvidedServiceHandler()
|
Method Summary | |
---|---|
void |
configure(Element metadata,
Dictionary configuration)
Configure the handler. |
HandlerDescription |
getDescription()
Returns the current handler description. |
List |
getInstanceType()
|
protected List |
getSpecifications()
Build the list of available specification. |
void |
initializeComponentFactory(ComponentTypeDescription desc,
Element metadata)
Initialize the component type. |
void |
invalidate(DependencyModel exporter)
Notify the handler that an exporter becomes invalid. |
void |
start()
Start method. |
void |
stateChanged(int state)
Handler state changed. |
void |
stop()
Stop method. |
void |
validate(DependencyModel exporter)
Notify the handler that an exporter becomes valid. |
Methods inherited from class org.apache.felix.ipojo.composite.CompositeHandler |
---|
attach, getCompositeManager, getHandler, getLogger, setFactory |
Methods inherited from class org.apache.felix.ipojo.Handler |
---|
debug, error, error, getHandlerManager, getValidity, info, isValid, reconfigure, setValidity, warn, warn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProvidedServiceHandler()
Method Detail |
---|
public void initializeComponentFactory(ComponentTypeDescription desc, Element metadata) throws ConfigurationException
initializeComponentFactory
in class Handler
desc
- : component type description to populate.metadata
- : component type metadata.
ConfigurationException
- : metadata are incorrect.Handler.initializeComponentFactory(org.apache.felix.ipojo.architecture.ComponentTypeDescription, org.apache.felix.ipojo.metadata.Element)
public void configure(Element metadata, Dictionary configuration) throws ConfigurationException
configure
in class Handler
metadata
- : the metadata of the componentconfiguration
- : the instance configuration
ConfigurationException
- : the exporter cannot be createdorg.apache.felix.ipojo.CompositeHandler#configure(org.apache.felix.ipojo.CompositeManager, org.apache.felix.ipojo.metadata.Element, java.util.Dictionary)
public void start()
start
in class Handler
org.apache.felix.ipojo.CompositeHandler#start()
public void stop()
stop
in class Handler
org.apache.felix.ipojo.CompositeHandler#stop()
public void stateChanged(int state)
stateChanged
in class Handler
state
- : the new instance state.org.apache.felix.ipojo.CompositeHandler#stateChanged(int)
public void invalidate(DependencyModel exporter)
invalidate
in interface DependencyStateListener
exporter
- : the implicated exporter.public void validate(DependencyModel exporter)
validate
in interface DependencyStateListener
exporter
- : the implicated exporter.protected List getSpecifications()
public HandlerDescription getDescription()
Handler
getDescription
in class Handler
public List getInstanceType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |