|
SCA API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceReference | |
---|---|
org.osoa.sca |
Uses of ServiceReference in org.osoa.sca |
---|
Methods in org.osoa.sca that return ServiceReference | |
---|---|
ServiceReference |
ModuleContext.createServiceReferenceForSession(Object self)
Create a reference to the supplied component. |
ServiceReference |
ModuleContext.createServiceReferenceForSession(Object self,
String serviceName)
Create a reference to the named service implemented by the supplied component. |
ServiceReference |
RequestContext.getServiceReference()
Returns a reference to the service that was invoked. |
ServiceReference |
ModuleContext.newSession(String serviceName)
Create a new session for stateful interaction with the named service. |
ServiceReference |
ModuleContext.newSession(String serviceName,
Object sessionId)
Create a new session for stateful interaction with the named service using an application-supplied session identifier. |
|
SCA API | |||||||||
PREV NEXT | FRAMES NO FRAMES |