|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.servicebinder.DependencyMetadata
public class DependencyMetadata
Metadata of a dependency
Method Summary | |
---|---|
String |
getBindMethodName()
Get the name of the Bind method |
String |
getCardinality()
Get the cardinality as a string |
String |
getFilter()
Returns the filter |
String |
getPolicy()
Get the policy as a string |
String |
getServiceName()
Returns the name of the required service |
String |
getUnbindMethodName()
Get the name of the Unbind method |
boolean |
isMultiple()
Test if dependency is multiple (0..n or 1..n) |
boolean |
isOptional()
Test if dependency is optional (0..1 or 0..n) |
boolean |
isStatic()
Test if dependency's binding policy is static |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getServiceName()
public String getFilter()
public String getBindMethodName()
public String getUnbindMethodName()
public boolean isStatic()
public boolean isOptional()
public boolean isMultiple()
public String getCardinality()
public String getPolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |