|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.architecture.InstanceDescription
org.apache.felix.ipojo.PrimitiveInstanceDescription
public class PrimitiveInstanceDescription
Primitive Instance Description.
Field Summary |
---|
Fields inherited from class org.apache.felix.ipojo.architecture.InstanceDescription |
---|
m_handlers, m_instance, m_type |
Constructor Summary | |
---|---|
PrimitiveInstanceDescription(ComponentTypeDescription type,
InstanceManager instance)
Creates a Primitive Instance Description. |
Method Summary | |
---|---|
String[] |
getCreatedObjects()
Gets the list of object created by the described instance. |
DependencyDescription[] |
getDependencies()
Gets the instance service dependencies. |
DependencyDescription |
getDependency(String specification)
Gets the instance service dependency matching with the given service specification or id. |
Element |
getDescription()
Gets the instance description. |
PropertyDescription[] |
getProperties()
Gets the instance properties. |
ProvidedServiceDescription |
getProvidedService(String specification)
Gets the instance provided service matching with the given service specification. |
ProvidedServiceDescription[] |
getProvidedServices()
Gets the instance provided service. |
Methods inherited from class org.apache.felix.ipojo.architecture.InstanceDescription |
---|
addHandler, getBundleId, getComponentDescription, getHandlerDescription, getHandlers, getName, getState, stateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveInstanceDescription(ComponentTypeDescription type, InstanceManager instance)
type
- the component type descriptioninstance
- the instance descriptionMethod Detail |
---|
public String[] getCreatedObjects()
public DependencyDescription[] getDependencies()
public DependencyDescription getDependency(String specification)
specification
- the service specification of the looked specification.
null
is not found.
no dependencies.public ProvidedServiceDescription getProvidedService(String specification)
specification
- the provided specification of the looked provided service.
null
is not found.public ProvidedServiceDescription[] getProvidedServices()
public PropertyDescription[] getProperties()
public Element getDescription()
getDescription
in class InstanceDescription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |