Uses of Interface
org.osoa.sca.ServiceReference

Packages that use ServiceReference
org.osoa.sca   
 

Uses of ServiceReference in org.osoa.sca
 

Methods in org.osoa.sca that return ServiceReference
 ServiceReference CompositeContext.createServiceReferenceForSession(java.lang.Object self)
          Create a reference to the supplied component.
 ServiceReference CompositeContext.createServiceReferenceForSession(java.lang.Object self, java.lang.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 CompositeContext.newSession(java.lang.String serviceName)
          Create a new session for stateful interaction with the named service.
 ServiceReference CompositeContext.newSession(java.lang.String serviceName, java.lang.Object sessionId)
          Create a new session for stateful interaction with the named service using an application-supplied session identifier.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.