|
||||||||||
| 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()
|
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 Handlerdesc - : 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 Handlermetadata - : the metadata of the componentconfiguration - : the instance configuration
ConfigurationException - : the exporter cannot be createdCompositeHandlerpublic void start()
start in class HandlerCompositeHandlerpublic void stop()
stop in class HandlerCompositeHandlerpublic void stateChanged(int state)
stateChanged in class Handlerstate - : the new instance state.CompositeHandlerpublic void invalidate(DependencyModel exporter)
invalidate in interface DependencyStateListenerexporter - : the implicated exporter.public void validate(DependencyModel exporter)
validate in interface DependencyStateListenerexporter - : the implicated exporter.protected List getSpecifications()
public HandlerDescription getDescription()
getDescription in class Handlerpublic List getInstanceType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||