public interface IPOJOServiceFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getService(ComponentInstance instance)
Gets a service object.
|
void |
ungetService(ComponentInstance instance,
java.lang.Object svcObject)
Un-gets a service object.
|
java.lang.Object getService(ComponentInstance instance)
instance
- the instance asking the for the service object.void ungetService(ComponentInstance instance, java.lang.Object svcObject)
instance
- the instance un-getting the service object.svcObject
- the service object usedCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.