|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.loader.osgi.OsgiServiceReference
public class OsgiServiceReference
An osgi service reference
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object reference)
Compares to another reference for ordering |
Bundle |
getBundle()
Returns the bundle that registered the service |
java.lang.Object |
getProperty(java.lang.String key)
Returns the service's property |
java.lang.String[] |
getPropertyKeys()
Returns all the service's property keys |
Bundle[] |
getUsingBundles()
Returns the bundles using the service |
boolean |
isAssignableTo(Bundle bundle,
java.lang.String className)
Checks if the bundled which registered the service uses this class name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object getProperty(java.lang.String key)
public java.lang.String[] getPropertyKeys()
public Bundle getBundle()
public Bundle[] getUsingBundles()
public boolean isAssignableTo(Bundle bundle,
java.lang.String className)
public int compareTo(java.lang.Object reference)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||