|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPOJOServiceFactory
iPOJO Service Factory is a special service factory handling to get the instance consuming the service. The mechanism is equivalent to the OSGi Service Factory.
Method Summary | |
---|---|
Object |
getService(ComponentInstance instance)
Gets a service object. |
void |
ungetService(ComponentInstance instance,
Object svcObject)
Un-gets a service object. |
Method Detail |
---|
Object getService(ComponentInstance instance)
instance
- the instance asking the for the service object.
void ungetService(ComponentInstance instance, Object svcObject)
instance
- the instance un-getting the service object.svcObject
- the service object used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |