|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.IPojoFactory.RequiredHandler
protected class IPojoFactory.RequiredHandler
Structure storing required handlers.
Constructor Summary | |
---|---|
IPojoFactory.RequiredHandler(java.lang.String name,
java.lang.String namespace)
Constructor. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object object)
Start level Comparison. |
boolean |
equals(java.lang.Object object)
Equals method. |
HandlerFactory |
getFactory()
Get the factory object used for this handler. |
java.lang.String |
getFullName()
Get the handler full name (namespace:name). |
int |
getLevel()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
org.osgi.framework.ServiceReference |
getReference()
|
void |
setReference(org.osgi.framework.ServiceReference ref)
Set the service reference. |
void |
unRef()
Release the reference of the used factory. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPojoFactory.RequiredHandler(java.lang.String name, java.lang.String namespace)
name
- : handler name.namespace
- : handler namespace.Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- : object to compare to the current object.
Object.equals(java.lang.Object)
public HandlerFactory getFactory()
public java.lang.String getFullName()
public java.lang.String getName()
public java.lang.String getNamespace()
public org.osgi.framework.ServiceReference getReference()
public int getLevel()
public void unRef()
public void setReference(org.osgi.framework.ServiceReference ref)
ref
- : new service reference.public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
object
- : object on which compare.
Comparable.compareTo(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |