|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceReference | |
---|---|
org.apache.felix.servicebinder | |
org.apache.felix.servicebinder.impl |
Uses of InstanceReference in org.apache.felix.servicebinder |
---|
Classes in org.apache.felix.servicebinder that implement InstanceReference | |
---|---|
class |
InstanceManager
A InstanceManager is created for every component instance. |
Methods in org.apache.felix.servicebinder that return InstanceReference | |
---|---|
InstanceReference |
ServiceBinderContext.getInstanceReference()
|
Methods in org.apache.felix.servicebinder with parameters of type InstanceReference | |
---|---|
java.lang.Object |
InstanceReference.ValueHolder.get(InstanceReference ir)
Returns the associated value. |
Constructors in org.apache.felix.servicebinder with parameters of type InstanceReference | |
---|---|
InstanceReferenceEvent(InstanceReference ir)
Construct an event with the specified source instance reference. |
Uses of InstanceReference in org.apache.felix.servicebinder.impl |
---|
Methods in org.apache.felix.servicebinder.impl that return InstanceReference | |
---|---|
static InstanceReference |
ArchitectureServiceImpl.findInstanceReference(java.lang.Object obj)
|
Methods in org.apache.felix.servicebinder.impl with parameters of type InstanceReference | |
---|---|
static void |
ArchitectureServiceImpl.addInstanceReference(InstanceReference ref)
|
static void |
ArchitectureServiceImpl.removeInstanceReference(InstanceReference ref)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |