From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-api/org/osoa/sca/ServiceReference.html | 324 +++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceReference.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceReference.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceReference.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceReference.html new file mode 100644 index 0000000000..7734eb037b --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/ServiceReference.html @@ -0,0 +1,324 @@ + + + + + + + +ServiceReference (SCA API incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+ +

+ +org.osoa.sca +
+Interface ServiceReference

+
+
+
public interface ServiceReference
+ + +

+Interface that provides access to other services. + Any ServiceReference can be cast to the business interface of the service to + which it refers. +

+ +

+

+
Version:
+
$Rev: 388784 $ $Date: 2006-03-25 11:34:51 -0500 (Sat, 25 Mar 2006) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidendSession() + +
+          End the client's session with the referenced service.
+ java.lang.ObjectgetCallback() + +
+          Returns the callback object.
+ java.lang.ObjectgetCallbackID() + +
+          Returns the callback ID.
+ java.lang.ObjectgetSessionID() + +
+          Returns the session ID.
+ voidsetCallback(java.lang.Object callback) + +
+          Sets the callback object.
+ voidsetCallbackID(java.lang.Object callbackID) + +
+          Sets the callback ID.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSessionID

+
+java.lang.Object getSessionID()
+
+
Returns the session ID. +

+

+ +
Returns:
the session ID
+
+
+
+ +

+endSession

+
+void endSession()
+
+
End the client's session with the referenced service. +

+

+
+
+
+
+ +

+getCallbackID

+
+java.lang.Object getCallbackID()
+
+
Returns the callback ID. +

+

+ +
Returns:
the callback ID
+
+
+
+ +

+setCallbackID

+
+void setCallbackID(java.lang.Object callbackID)
+
+
Sets the callback ID. +

+

+
Parameters:
callbackID - the callback ID
+
+
+
+ +

+getCallback

+
+java.lang.Object getCallback()
+
+
Returns the callback object. +

+

+ +
Returns:
the callback object
+
+
+
+ +

+setCallback

+
+void setCallback(java.lang.Object callback)
+
+
Sets the callback object. +

+

+
Parameters:
callback - the callback object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+- + + -- cgit v1.2.3