org.apache.felix.ipojo.handlers.architecture
Class ArchitectureHandler
java.lang.Object
org.apache.felix.ipojo.Handler
org.apache.felix.ipojo.PrimitiveHandler
org.apache.felix.ipojo.handlers.architecture.ArchitectureHandler
- All Implemented Interfaces:
- Architecture, FieldInterceptor, MethodInterceptor
public class ArchitectureHandler
- extends PrimitiveHandler
- implements Architecture
Architecture Handler : do reflection on your component.
- Author:
- Felix Project Team
Methods inherited from class org.apache.felix.ipojo.PrimitiveHandler |
attach, getFactory, getHandler, getInstanceManager, getLogger, getPojoMetadata, onCreation, onEntry, onError, onExit, onFinally, onGet, onSet, setFactory |
Methods inherited from class org.apache.felix.ipojo.Handler |
debug, error, error, getDescription, getHandlerManager, getValidity, info, initializeComponentFactory, isValid, reconfigure, setValidity, stateChanged, warn, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchitectureHandler
public ArchitectureHandler()
configure
public void configure(Element metadata,
Dictionary configuration)
- Configure the handler.
- Specified by:
configure
in class Handler
- Parameters:
metadata
- : the metadata of the componentconfiguration
- : the instance configuration- See Also:
Handler.configure(org.apache.felix.ipojo.metadata.Element, java.util.Dictionary)
stop
public void stop()
- Stop method.
- Specified by:
stop
in class Handler
- See Also:
Handler.stop()
start
public void start()
- Start method.
- Specified by:
start
in class Handler
- See Also:
Handler.start()
getInstanceDescription
public InstanceDescription getInstanceDescription()
- Get the instance description.
- Specified by:
getInstanceDescription
in interface Architecture
- Returns:
- the instance description
- See Also:
org.apache.felix.ipojo.architecture.Architecture#getDescription()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.