public class ComponentInstanceImpl extends Object implements ComponentInstance
Constructor and Description |
---|
ComponentInstanceImpl(RegistrationInfoImpl ri) |
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates the implementation instance.
|
void |
create() |
void |
deactivate()
Deactivates the implementation instance.
|
void |
destroy()
Destroys this instance.
|
<T> T |
getAdapter(Class<T> adapter)
Returns an object which is an instance of the given class
associated with this object.
|
RuntimeContext |
getContext()
Gets the runtime context attached to this instance.
|
Object |
getInstance()
Gets the actual component implementation instance.
|
ComponentName |
getName()
Gets the name of the component.
|
Property |
getProperty(String property) |
String[] |
getPropertyNames() |
Object |
getPropertyValue(String property) |
Object |
getPropertyValue(String property,
Object defValue) |
String[] |
getProvidedServiceNames()
Gets the list of provided services, or null if no service is provided.
|
RuntimeContext |
getRuntimeContext() |
void |
registerExtension(Extension extension)
Registers the given extension.
|
void |
registerServices()
Register provided services as OSGi services
|
void |
reload()
Reload the component.
|
String |
toString() |
void |
unregisterExtension(Extension extension)
Unregisters the given extension.
|
void |
unregisterServices() |
public ComponentInstanceImpl(RegistrationInfoImpl ri) throws Exception
Exception
public Object getInstance()
ComponentInstance
getInstance
in interface ComponentInstance
public void destroy() throws Exception
ComponentInstance
destroy
in interface ComponentInstance
Exception
- if any error occurspublic RuntimeContext getContext()
ComponentInstance
getContext
in interface ComponentInstance
public ComponentName getName()
ComponentInstance
getName
in interface ComponentInstance
public void activate() throws Exception
ComponentInstance
activate
in interface ComponentInstance
Exception
- if any error occurs during activationpublic void deactivate() throws Exception
ComponentInstance
deactivate
in interface ComponentInstance
Exception
- if any error occurs during deactivationpublic void reload() throws Exception
ComponentInstance
reload
in interface ComponentInstance
Exception
public void registerExtension(Extension extension) throws Exception
Extensible
registerExtension
in interface Extensible
extension
- the extension to registerException
- if any error occurspublic void unregisterExtension(Extension extension) throws Exception
Extensible
unregisterExtension
in interface Extensible
extension
- the extension to unregisterException
- if any error occurspublic <T> T getAdapter(Class<T> adapter)
Adaptable
null
if
no such object can be found.getAdapter
in interface Adaptable
adapter
- the adapter class to look upnull
if this object does not
have an adapter for the given classpublic String[] getPropertyNames()
getPropertyNames
in interface ComponentContext
public Property getProperty(String property)
getProperty
in interface ComponentContext
public RuntimeContext getRuntimeContext()
getRuntimeContext
in interface ComponentContext
public Object getPropertyValue(String property)
getPropertyValue
in interface ComponentContext
public Object getPropertyValue(String property, Object defValue)
getPropertyValue
in interface ComponentContext
public String[] getProvidedServiceNames()
ComponentInstance
getProvidedServiceNames
in interface ComponentInstance
public void registerServices() throws Exception
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.