|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.servicebinder.InstanceMetadata
public class InstanceMetadata
Description of an instance entry in the descriptor file * * @author Felix Project Team
Method Summary | |
---|---|
java.util.Collection |
getDependencies()
Returns the dependency descriptors |
java.lang.String |
getImplementorName()
Returns the name of the implementor |
InstanceMetadata |
getInstantiates()
Get the meta data of the instances |
java.lang.String[] |
getInterfaces()
Returns the implemented interfaces |
java.util.Properties |
getProperties()
Returns the property descriptors |
boolean |
instanceRegistersServices()
Test to see if this descriptor describes a bundle-to-service dependency that means that the instance does not register any services. |
boolean |
isFactory()
Test to see if this service is a factory |
boolean |
isInstance()
Test to see if this descriptor is registered from an instance from a factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getImplementorName()
public java.lang.String[] getInterfaces()
public java.util.Properties getProperties()
public java.util.Collection getDependencies()
public boolean isFactory()
public InstanceMetadata getInstantiates()
public boolean instanceRegistersServices()
public boolean isInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |