From 89f50eb6be3420fed9e590501ee50ba64a064cc8 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 6 Oct 2010 20:39:42 +0000 Subject: Add SCA API Javadoc for 1.6.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005240 13f79535-47bb-0310-9956-ffa450edef68 --- .../java-sca-1.6.1/sca-api/allclasses-frame.html | 99 +++++ .../java-sca-1.6.1/sca-api/allclasses-noframe.html | 99 +++++ .../java-sca-1.6.1/sca-api/constant-values.html | 268 +++++++++++++ .../java-sca-1.6.1/sca-api/deprecated-list.html | 144 +++++++ .../javadoc/java-sca-1.6.1/sca-api/help-doc.html | 217 +++++++++++ .../javadoc/java-sca-1.6.1/sca-api/index-all.html | 363 +++++++++++++++++ .../doc/javadoc/java-sca-1.6.1/sca-api/index.html | 39 ++ .../sca-api/org/osoa/sca/CallableReference.html | 307 +++++++++++++++ .../sca-api/org/osoa/sca/ComponentContext.html | 430 +++++++++++++++++++++ .../sca-api/org/osoa/sca/Constants.html | 224 +++++++++++ .../sca-api/org/osoa/sca/Conversation.html | 235 +++++++++++ .../org/osoa/sca/ConversationEndedException.html | 304 +++++++++++++++ .../osoa/sca/NoRegisteredCallbackException.html | 305 +++++++++++++++ .../sca-api/org/osoa/sca/RequestContext.html | 320 +++++++++++++++ .../sca-api/org/osoa/sca/ServiceReference.html | 329 ++++++++++++++++ .../org/osoa/sca/ServiceRuntimeException.html | 307 +++++++++++++++ .../org/osoa/sca/ServiceUnavailableException.html | 302 +++++++++++++++ .../sca/annotations/AllowsPassByReference.html | 173 +++++++++ .../org/osoa/sca/annotations/Authentication.html | 223 +++++++++++ .../sca-api/org/osoa/sca/annotations/Callback.html | 213 ++++++++++ .../org/osoa/sca/annotations/ComponentName.html | 171 ++++++++ .../org/osoa/sca/annotations/Confidentiality.html | 223 +++++++++++ .../org/osoa/sca/annotations/Constructor.html | 203 ++++++++++ .../sca-api/org/osoa/sca/annotations/Context.html | 173 +++++++++ .../sca/annotations/ConversationAttributes.html | 262 +++++++++++++ .../org/osoa/sca/annotations/ConversationID.html | 171 ++++++++ .../org/osoa/sca/annotations/Conversational.html | 174 +++++++++ .../sca-api/org/osoa/sca/annotations/Destroy.html | 172 +++++++++ .../org/osoa/sca/annotations/EagerInit.html | 171 ++++++++ .../org/osoa/sca/annotations/EndsConversation.html | 171 ++++++++ .../sca-api/org/osoa/sca/annotations/Init.html | 172 +++++++++ .../org/osoa/sca/annotations/Integrity.html | 223 +++++++++++ .../sca-api/org/osoa/sca/annotations/Intent.html | 264 +++++++++++++ .../sca-api/org/osoa/sca/annotations/OneWay.html | 172 +++++++++ .../org/osoa/sca/annotations/PolicySets.html | 208 ++++++++++ .../sca-api/org/osoa/sca/annotations/Property.html | 235 +++++++++++ .../org/osoa/sca/annotations/Qualifier.html | 172 +++++++++ .../org/osoa/sca/annotations/Reference.html | 233 +++++++++++ .../org/osoa/sca/annotations/Remotable.html | 173 +++++++++ .../sca-api/org/osoa/sca/annotations/Requires.html | 218 +++++++++++ .../sca-api/org/osoa/sca/annotations/Scope.html | 214 ++++++++++ .../sca-api/org/osoa/sca/annotations/Service.html | 233 +++++++++++ .../org/osoa/sca/annotations/package-frame.html | 80 ++++ .../org/osoa/sca/annotations/package-summary.html | 259 +++++++++++++ .../org/osoa/sca/annotations/package-tree.html | 174 +++++++++ .../sca-api/org/osoa/sca/package-frame.html | 59 +++ .../sca-api/org/osoa/sca/package-summary.html | 204 ++++++++++ .../sca-api/org/osoa/sca/package-tree.html | 167 ++++++++ .../java-sca-1.6.1/sca-api/overview-frame.html | 44 +++ .../java-sca-1.6.1/sca-api/overview-summary.html | 153 ++++++++ .../java-sca-1.6.1/sca-api/overview-tree.html | 196 ++++++++++ .../javadoc/java-sca-1.6.1/sca-api/package-list | 2 + .../java-sca-1.6.1/sca-api/resources/inherit.gif | Bin 0 -> 57 bytes .../java-sca-1.6.1/sca-api/serialized-form.html | 206 ++++++++++ .../javadoc/java-sca-1.6.1/sca-api/stylesheet.css | 29 ++ 55 files changed, 10882 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-frame.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-noframe.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/constant-values.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/deprecated-list.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/help-doc.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index-all.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/CallableReference.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ComponentContext.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Constants.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Conversation.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ConversationEndedException.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/NoRegisteredCallbackException.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/RequestContext.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceReference.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceRuntimeException.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceUnavailableException.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Authentication.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Callback.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ComponentName.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Confidentiality.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Constructor.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Context.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationID.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Conversational.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Destroy.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EagerInit.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EndsConversation.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Init.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Integrity.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/OneWay.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/PolicySets.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Property.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Qualifier.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Reference.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Remotable.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Requires.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Scope.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Service.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-frame.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-summary.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-tree.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-frame.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-summary.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-tree.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-frame.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-summary.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-tree.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/package-list create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/resources/inherit.gif create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/serialized-form.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/stylesheet.css (limited to 'site') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-frame.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-frame.html new file mode 100644 index 0000000000..b37c574a7f --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-frame.html @@ -0,0 +1,99 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AllowsPassByReference +
+Authentication +
+CallableReference +
+Callback +
+ComponentContext +
+ComponentName +
+Confidentiality +
+Constants +
+Constructor +
+Context +
+Conversation +
+Conversational +
+ConversationAttributes +
+ConversationEndedException +
+ConversationID +
+Destroy +
+EagerInit +
+EndsConversation +
+Init +
+Integrity +
+Intent +
+NoRegisteredCallbackException +
+OneWay +
+PolicySets +
+Property +
+Qualifier +
+Reference +
+Remotable +
+RequestContext +
+Requires +
+Scope +
+Service +
+ServiceReference +
+ServiceRuntimeException +
+ServiceUnavailableException +
+
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-noframe.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-noframe.html new file mode 100644 index 0000000000..868c4f08c3 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/allclasses-noframe.html @@ -0,0 +1,99 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AllowsPassByReference +
+Authentication +
+CallableReference +
+Callback +
+ComponentContext +
+ComponentName +
+Confidentiality +
+Constants +
+Constructor +
+Context +
+Conversation +
+Conversational +
+ConversationAttributes +
+ConversationEndedException +
+ConversationID +
+Destroy +
+EagerInit +
+EndsConversation +
+Init +
+Integrity +
+Intent +
+NoRegisteredCallbackException +
+OneWay +
+PolicySets +
+Property +
+Qualifier +
+Reference +
+Remotable +
+RequestContext +
+Requires +
+Scope +
+Service +
+ServiceReference +
+ServiceRuntimeException +
+ServiceUnavailableException +
+
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/constant-values.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/constant-values.html new file mode 100644 index 0000000000..35392b1aeb --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/constant-values.html @@ -0,0 +1,268 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+org.osoa.*
+ +

+ + + + + + + + + + + + + + + + + +
org.osoa.sca.Constants
+public static final java.lang.StringSCA_NS"http://www.osoa.org/xmlns/sca/1.0"
+public static final java.lang.StringSCA_PREFIX"{http://www.osoa.org/xmlns/sca/1.0}"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
org.osoa.sca.annotations.Authentication
+public static final java.lang.StringAUTHENTICATION"{http://www.osoa.org/xmlns/sca/1.0}authentication"
+public static final java.lang.StringAUTHENTICATION_MESSAGE"{http://www.osoa.org/xmlns/sca/1.0}authenticationmessage"
+public static final java.lang.StringAUTHENTICATION_TRANSPORT"{http://www.osoa.org/xmlns/sca/1.0}authenticationtransport"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
org.osoa.sca.annotations.Confidentiality
+public static final java.lang.StringCONFIDENTIALITY"{http://www.osoa.org/xmlns/sca/1.0}confidentiality"
+public static final java.lang.StringCONFIDENTIALITY_MESSAGE"{http://www.osoa.org/xmlns/sca/1.0}confidentiality.message"
+public static final java.lang.StringCONFIDENTIALITY_TRANSPORT"{http://www.osoa.org/xmlns/sca/1.0}confidentiality.transport"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
org.osoa.sca.annotations.Integrity
+public static final java.lang.StringINTEGRITY"{http://www.osoa.org/xmlns/sca/1.0}integrity"
+public static final java.lang.StringINTEGRITY_MESSAGE"{http://www.osoa.org/xmlns/sca/1.0}integritymessage"
+public static final java.lang.StringINTEGRITY_TRANSPORT"{http://www.osoa.org/xmlns/sca/1.0}integritytransport"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/deprecated-list.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/deprecated-list.html new file mode 100644 index 0000000000..dc754dcc3e --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/deprecated-list.html @@ -0,0 +1,144 @@ + + + + + + +Deprecated List + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/help-doc.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/help-doc.html new file mode 100644 index 0000000000..92cf5de869 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/help-doc.html @@ -0,0 +1,217 @@ + + + + + + +API Help + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index-all.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index-all.html new file mode 100644 index 0000000000..163017e92a --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index-all.html @@ -0,0 +1,363 @@ + + + + + + +Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G I N O P Q R S
+

+A

+
+
AllowsPassByReference - Annotation Type in org.osoa.sca.annotations
Annotation on a method that indicates that its parameters may safely + be passed by reference.
Authentication - Annotation Type in org.osoa.sca.annotations
Annotation denoting the intent that service operations require authentication.
AUTHENTICATION - +Static variable in annotation type org.osoa.sca.annotations.Authentication +
  +
AUTHENTICATION_MESSAGE - +Static variable in annotation type org.osoa.sca.annotations.Authentication +
  +
AUTHENTICATION_TRANSPORT - +Static variable in annotation type org.osoa.sca.annotations.Authentication +
  +
+
+

+C

+
+
CallableReference<B> - Interface in org.osoa.sca
Common superclass for references that can be passed between components.
Callback - Annotation Type in org.osoa.sca.annotations
When placed on a service interface, this annotation specifies the interface + to be used for callbacks.
cast(B) - +Method in interface org.osoa.sca.ComponentContext +
Cast a type-safe reference to a CallableReference. +
ComponentContext - Interface in org.osoa.sca
Interface providing programmatic access to a component's SCA context as an alternative to injection.
ComponentName - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a field or method that is used to inject the component's name.
Confidentiality - Annotation Type in org.osoa.sca.annotations
Annotation denoting the intent that service operations require confidentiality.
CONFIDENTIALITY - +Static variable in annotation type org.osoa.sca.annotations.Confidentiality +
  +
CONFIDENTIALITY_MESSAGE - +Static variable in annotation type org.osoa.sca.annotations.Confidentiality +
  +
CONFIDENTIALITY_TRANSPORT - +Static variable in annotation type org.osoa.sca.annotations.Confidentiality +
  +
Constants - Interface in org.osoa.sca
 
Constructor - Annotation Type in org.osoa.sca.annotations
Used to indicate the constructor the runtime is to use when instantiating a component implementation instance
Context - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a field or setter method that is used to inject an SCA context.
Conversation - Interface in org.osoa.sca
Interface representing a Conversation providing access to the conversation id and and a mechanism + to terminate the conversation.
Conversational - Annotation Type in org.osoa.sca.annotations
Used on a Java interface to denote a conversational service contract.
ConversationAttributes - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate the characteristics of a conversation.
ConversationEndedException - Exception in org.osoa.sca
Exception thrown to indicate the conversation being used for a stateful interaction has been ended.
ConversationEndedException() - +Constructor for exception org.osoa.sca.ConversationEndedException +
Override constructor from ServiceRuntimeException. +
ConversationEndedException(String) - +Constructor for exception org.osoa.sca.ConversationEndedException +
Override constructor from ServiceRuntimeException. +
ConversationEndedException(String, Throwable) - +Constructor for exception org.osoa.sca.ConversationEndedException +
Override constructor from ServiceRuntimeException. +
ConversationEndedException(Throwable) - +Constructor for exception org.osoa.sca.ConversationEndedException +
Override constructor from ServiceRuntimeException. +
ConversationID - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a field or method that is used to inject the conversation ID.
createSelfReference(Class<B>) - +Method in interface org.osoa.sca.ComponentContext +
Returns a ServiceReference that can be used to invoke this component over the default service. +
createSelfReference(Class<B>, String) - +Method in interface org.osoa.sca.ComponentContext +
Returns a ServiceReference that can be used to invoke this component over the designated service. +
+
+

+D

+
+
Destroy - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a method that will be called by the container when the + scope defined for the local service ends.
+
+

+E

+
+
EagerInit - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate an instance should be eagerly initialized.
end() - +Method in interface org.osoa.sca.Conversation +
End this conversation. +
EndsConversation - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a method ends a conversation.
+
+

+G

+
+
getBusinessInterface() - +Method in interface org.osoa.sca.CallableReference +
Returns the Java class for the business interface associated with this reference. +
getCallback() - +Method in interface org.osoa.sca.RequestContext +
Returns a type-safe reference to the callback provided by the caller. +
getCallback() - +Method in interface org.osoa.sca.ServiceReference +
Returns the callback object. +
getCallbackID() - +Method in interface org.osoa.sca.CallableReference +
Returns the callback ID. +
getCallbackReference() - +Method in interface org.osoa.sca.RequestContext +
Returns a CallableReference to the callback provided by the caller. +
getConversation() - +Method in interface org.osoa.sca.CallableReference +
Returns the conversation associated with this reference. +
getConversationID() - +Method in interface org.osoa.sca.Conversation +
Returns the identifier for this conversation. +
getConversationID() - +Method in interface org.osoa.sca.ServiceReference +
Returns the id supplied by the user that will be associated with conversations initiated through this reference. +
getProperty(Class<B>, String) - +Method in interface org.osoa.sca.ComponentContext +
Returns the value of an SCA property defined by this component. +
getRequestContext() - +Method in interface org.osoa.sca.ComponentContext +
Returns the context for the current SCA service request, or null if there is no current request + or if the context is unavailable. +
getSecuritySubject() - +Method in interface org.osoa.sca.RequestContext +
Returns the JAAS Subject of the current request. +
getService() - +Method in interface org.osoa.sca.CallableReference +
Returns a type-safe reference to the target of this reference. +
getService(Class<B>, String) - +Method in interface org.osoa.sca.ComponentContext +
Returns a proxy for a reference defined by this component. +
getServiceName() - +Method in interface org.osoa.sca.RequestContext +
Returns the name of the service that was invoked. +
getServiceReference(Class<B>, String) - +Method in interface org.osoa.sca.ComponentContext +
Returns a ServiceReference for a reference defined by this component. +
getServiceReference() - +Method in interface org.osoa.sca.RequestContext +
Returns a CallableReference for the service that was invoked by the caller. +
getURI() - +Method in interface org.osoa.sca.ComponentContext +
Returns the absolute URI of the component within the SCA Domain. +
+
+

+I

+
+
Init - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a method that will be called by the container when the scope defined for the local + service begins.
Integrity - Annotation Type in org.osoa.sca.annotations
Annotation denoting the intent that service operations require integrity.
INTEGRITY - +Static variable in annotation type org.osoa.sca.annotations.Integrity +
  +
INTEGRITY_MESSAGE - +Static variable in annotation type org.osoa.sca.annotations.Integrity +
  +
INTEGRITY_TRANSPORT - +Static variable in annotation type org.osoa.sca.annotations.Integrity +
  +
Intent - Annotation Type in org.osoa.sca.annotations
Annotation that can be applied to annotations that describe SCA intents.
isConversational() - +Method in interface org.osoa.sca.CallableReference +
Returns true if this reference is conversational. +
+
+

+N

+
+
NoRegisteredCallbackException - Exception in org.osoa.sca
Exception thrown to indicate that no callback has been registered + when interacting with a service.
NoRegisteredCallbackException() - +Constructor for exception org.osoa.sca.NoRegisteredCallbackException +
Override constructor from ServiceRuntimeException. +
NoRegisteredCallbackException(String) - +Constructor for exception org.osoa.sca.NoRegisteredCallbackException +
Override constructor from ServiceRuntimeException. +
NoRegisteredCallbackException(String, Throwable) - +Constructor for exception org.osoa.sca.NoRegisteredCallbackException +
Override constructor from ServiceRuntimeException. +
NoRegisteredCallbackException(Throwable) - +Constructor for exception org.osoa.sca.NoRegisteredCallbackException +
Override constructor from ServiceRuntimeException. +
+
+

+O

+
+
OneWay - Annotation Type in org.osoa.sca.annotations
Annotation on a method that indicates that the method is non-blocking and communication + with the service provider may use buffer the requests and send them at some later time.
org.osoa.sca - package org.osoa.sca
 
org.osoa.sca.annotations - package org.osoa.sca.annotations
 
+
+

+P

+
+
PolicySets - Annotation Type in org.osoa.sca.annotations
Annotation that allows application of SCA Policy Sets.
Property - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a constructor parameter, field or method that is + used to inject a configuration property value.
+
+

+Q

+
+
Qualifier - Annotation Type in org.osoa.sca.annotations
Annotation that can be applied to an attribute of an @Intent annotation to indicate the + attribute provides qualifiers for the intent.
+
+

+R

+
+
Reference - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a constructor parameter, field or method that is used to inject a reference.
Remotable - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a Java interface as remotable.
RequestContext - Interface in org.osoa.sca
Interface that provides information on the current request.
Requires - Annotation Type in org.osoa.sca.annotations
Annotation that allows the attachment of any intent to a Java Class or interface or to members of that + class such as methods, fields or constructor parameters.
+
+

+S

+
+
SCA_NS - +Static variable in interface org.osoa.sca.Constants +
Namespace for intents. +
SCA_PREFIX - +Static variable in interface org.osoa.sca.Constants +
Prefix form of the namespace that can be prepended to intent declarations. +
Scope - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate a scoped service.
Service - Annotation Type in org.osoa.sca.annotations
Annotation used to indicate the service interfaces exposed by a Java class.
ServiceReference<B> - Interface in org.osoa.sca
A ServiceReference represents a client's perspective of a reference to another service.
ServiceRuntimeException - Exception in org.osoa.sca
Base for Exceptions that may be raised by an SCA runtime and which typical + application code is not expected to be able to handle.
ServiceRuntimeException() - +Constructor for exception org.osoa.sca.ServiceRuntimeException +
Override constructor from RuntimeException. +
ServiceRuntimeException(String) - +Constructor for exception org.osoa.sca.ServiceRuntimeException +
Override constructor from RuntimeException. +
ServiceRuntimeException(String, Throwable) - +Constructor for exception org.osoa.sca.ServiceRuntimeException +
Override constructor from RuntimeException. +
ServiceRuntimeException(Throwable) - +Constructor for exception org.osoa.sca.ServiceRuntimeException +
Override constructor from RuntimeException. +
ServiceUnavailableException - Exception in org.osoa.sca
Exception used to indicate that a runtime exception occurred during the invocation of and external service.
ServiceUnavailableException() - +Constructor for exception org.osoa.sca.ServiceUnavailableException +
Constructs a new ServiceUnavailableException. +
ServiceUnavailableException(String) - +Constructor for exception org.osoa.sca.ServiceUnavailableException +
Constructs a new ServiceUnavailableException with the specified detail message. +
ServiceUnavailableException(Throwable) - +Constructor for exception org.osoa.sca.ServiceUnavailableException +
Constructs a new ServiceUnavailableException with the specified cause. +
ServiceUnavailableException(String, Throwable) - +Constructor for exception org.osoa.sca.ServiceUnavailableException +
Constructs a new ServiceUnavailableException with the specified detail message and cause. +
setCallback(Object) - +Method in interface org.osoa.sca.ServiceReference +
Sets the callback object. +
setCallbackID(Object) - +Method in interface org.osoa.sca.ServiceReference +
Sets the callback ID. +
setConversationID(Object) - +Method in interface org.osoa.sca.ServiceReference +
Set the id to associate with any conversation started through this reference. +
+
+A C D E G I N O P Q R S + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index.html new file mode 100644 index 0000000000..aff7ecc95f --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/index.html @@ -0,0 +1,39 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/CallableReference.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/CallableReference.html new file mode 100644 index 0000000000..9b24735fad --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/CallableReference.html @@ -0,0 +1,307 @@ + + + + + + +CallableReference + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface CallableReference<B>

+
+
Type Parameters:
B - the Java interface associated with this reference
+
+
All Known Subinterfaces:
ServiceReference<B>
+
+
+
+
public interface CallableReference<B>
+ + +

+Common superclass for references that can be passed between components. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Class<B>getBusinessInterface() + +
+          Returns the Java class for the business interface associated with this reference.
+ java.lang.ObjectgetCallbackID() + +
+          Returns the callback ID.
+ ConversationgetConversation() + +
+          Returns the conversation associated with this reference.
+ BgetService() + +
+          Returns a type-safe reference to the target of this reference.
+ booleanisConversational() + +
+          Returns true if this reference is conversational.
+  +

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

+getService

+
+B getService()
+
+
Returns a type-safe reference to the target of this reference. + The instance returned is guaranteed to implement the business interface for this reference + but may not be a proxy as defined by java.lang.reflect.Proxy. +

+

+ +
Returns:
a proxy to the target that implements the business interface associated with this reference
+
+
+
+ +

+getBusinessInterface

+
+java.lang.Class<B> getBusinessInterface()
+
+
Returns the Java class for the business interface associated with this reference. +

+

+ +
Returns:
the Class for the business interface associated with this reference
+
+
+
+ +

+isConversational

+
+boolean isConversational()
+
+
Returns true if this reference is conversational. +

+

+ +
Returns:
true if this reference is conversational
+
+
+
+ +

+getConversation

+
+Conversation getConversation()
+
+
Returns the conversation associated with this reference. + Returns null if no conversation is currently active. +

+

+ +
Returns:
the conversation associated with this reference; may be null
+
+
+
+ +

+getCallbackID

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

+

+ +
Returns:
the callback ID
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ComponentContext.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ComponentContext.html new file mode 100644 index 0000000000..150e758834 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ComponentContext.html @@ -0,0 +1,430 @@ + + + + + + +ComponentContext + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface ComponentContext

+
+
+
public interface ComponentContext
+ + +

+Interface providing programmatic access to a component's SCA context as an alternative to injection. + It provides access to reference and property values for the component and provides a mechanism for + obtaining a reference to a service that can be passed to other components. +

+ SCA components obtain an instance of this interface through injection. Non-SCA client code may also + obtain an instance through runtime-specific mechanisms. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ + + + + +
+<B,R extends CallableReference<B>> +
+R
+
cast(B target) + +
+          Cast a type-safe reference to a CallableReference.
+ + + + + +
+<B> ServiceReference<B>
+
createSelfReference(java.lang.Class<B> businessInterface) + +
+          Returns a ServiceReference that can be used to invoke this component over the default service.
+ + + + + +
+<B> ServiceReference<B>
+
createSelfReference(java.lang.Class<B> businessInterface, + java.lang.String serviceName) + +
+          Returns a ServiceReference that can be used to invoke this component over the designated service.
+ + + + + +
+<B> B
+
getProperty(java.lang.Class<B> type, + java.lang.String propertyName) + +
+          Returns the value of an SCA property defined by this component.
+ RequestContextgetRequestContext() + +
+          Returns the context for the current SCA service request, or null if there is no current request + or if the context is unavailable.
+ + + + + +
+<B> B
+
getService(java.lang.Class<B> businessInterface, + java.lang.String referenceName) + +
+          Returns a proxy for a reference defined by this component.
+ + + + + +
+<B> ServiceReference<B>
+
getServiceReference(java.lang.Class<B> businessInterface, + java.lang.String referenceName) + +
+          Returns a ServiceReference for a reference defined by this component.
+ java.lang.StringgetURI() + +
+          Returns the absolute URI of the component within the SCA Domain.
+  +

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

+getURI

+
+java.lang.String getURI()
+
+
Returns the absolute URI of the component within the SCA Domain. +

+

+ +
Returns:
the absolute URI of the component
+
+
+
+ +

+cast

+
+<B,R extends CallableReference<B>> R cast(B target)
+                                    throws java.lang.IllegalArgumentException
+
+
Cast a type-safe reference to a CallableReference. + Converts a type-safe reference to an equivalent CallableReference; if the target refers to a service + then a ServiceReference will be returned, if the target refers to a callback then a CallableReference + will be returned. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference
R - the type of reference to be returned
Parameters:
target - a reference proxy provided by the SCA runtime +
Returns:
a CallableReference equivalent for the proxy +
Throws: +
java.lang.IllegalArgumentException - if the supplied instance is not a reference supplied by the SCA runtime
+
+
+
+ +

+getService

+
+<B> B getService(java.lang.Class<B> businessInterface,
+                 java.lang.String referenceName)
+
+
Returns a proxy for a reference defined by this component. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference
Parameters:
businessInterface - the interface that will be used to invoke the service
referenceName - the name of the reference +
Returns:
an object that implements the business interface
+
+
+
+ +

+getServiceReference

+
+<B> ServiceReference<B> getServiceReference(java.lang.Class<B> businessInterface,
+                                            java.lang.String referenceName)
+
+
Returns a ServiceReference for a reference defined by this component. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference
Parameters:
businessInterface - the interface that will be used to invoke the service
referenceName - the name of the reference +
Returns:
a ServiceReference for the designated reference
+
+
+
+ +

+getProperty

+
+<B> B getProperty(java.lang.Class<B> type,
+                  java.lang.String propertyName)
+
+
Returns the value of an SCA property defined by this component. +

+

+
Type Parameters:
B - the Java type of the property
Parameters:
type - the Java type to be returned for the property
propertyName - the name of the property whose value should be returned +
Returns:
the property value
+
+
+
+ +

+createSelfReference

+
+<B> ServiceReference<B> createSelfReference(java.lang.Class<B> businessInterface)
+
+
Returns a ServiceReference that can be used to invoke this component over the default service. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference
Parameters:
businessInterface - the interface that will be used to invoke the service +
Returns:
a ServiceReference that will invoke this component
+
+
+
+ +

+createSelfReference

+
+<B> ServiceReference<B> createSelfReference(java.lang.Class<B> businessInterface,
+                                            java.lang.String serviceName)
+
+
Returns a ServiceReference that can be used to invoke this component over the designated service. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference
Parameters:
businessInterface - the interface that will be used to invoke the service
serviceName - the name of the service to invoke +
Returns:
a ServiceReference that will invoke this component
+
+
+
+ +

+getRequestContext

+
+RequestContext getRequestContext()
+
+
Returns the context for the current SCA service request, or null if there is no current request + or if the context is unavailable. +

+

+ +
Returns:
the SCA request context; may be null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Constants.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Constants.html new file mode 100644 index 0000000000..2a7eb4fd59 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Constants.html @@ -0,0 +1,224 @@ + + + + + + +Constants + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface Constants

+
+
+
public interface Constants
+ + +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringSCA_NS + +
+          Namespace for intents.
+static java.lang.StringSCA_PREFIX + +
+          Prefix form of the namespace that can be prepended to intent declarations.
+  +

+ + + + + + + + +
+Field Detail
+ +

+SCA_NS

+
+static final java.lang.String SCA_NS
+
+
Namespace for intents. +

+

+
See Also:
Constant Field Values
+
+
+ +

+SCA_PREFIX

+
+static final java.lang.String SCA_PREFIX
+
+
Prefix form of the namespace that can be prepended to intent declarations. +

+

+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Conversation.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Conversation.html new file mode 100644 index 0000000000..b75641d1ba --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/Conversation.html @@ -0,0 +1,235 @@ + + + + + + +Conversation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface Conversation

+
+
+
public interface Conversation
+ + +

+Interface representing a Conversation providing access to the conversation id and and a mechanism + to terminate the conversation. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ voidend() + +
+          End this conversation.
+ java.lang.ObjectgetConversationID() + +
+          Returns the identifier for this conversation.
+  +

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

+getConversationID

+
+java.lang.Object getConversationID()
+
+
Returns the identifier for this conversation. + If a user-defined identity had been supplied for this reference then its value will be returned; + otherwise the identity generated by the system when the conversation was initiated will be returned. +

+

+ +
Returns:
the identifier for this conversation
+
+
+
+ +

+end

+
+void end()
+
+
End this conversation. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ConversationEndedException.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ConversationEndedException.html new file mode 100644 index 0000000000..5e125158cf --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ConversationEndedException.html @@ -0,0 +1,304 @@ + + + + + + +ConversationEndedException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Class ConversationEndedException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.osoa.sca.ServiceRuntimeException
+                  extended by org.osoa.sca.ConversationEndedException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ConversationEndedException
extends ServiceRuntimeException
+ + +

+Exception thrown to indicate the conversation being used for a stateful interaction has been ended. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ConversationEndedException() + +
+          Override constructor from ServiceRuntimeException.
ConversationEndedException(java.lang.String message) + +
+          Override constructor from ServiceRuntimeException.
ConversationEndedException(java.lang.String message, + java.lang.Throwable cause) + +
+          Override constructor from ServiceRuntimeException.
ConversationEndedException(java.lang.Throwable cause) + +
+          Override constructor from ServiceRuntimeException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConversationEndedException

+
+public ConversationEndedException()
+
+
Override constructor from ServiceRuntimeException. +

+

+
See Also:
ServiceRuntimeException
+
+
+ +

+ConversationEndedException

+
+public ConversationEndedException(java.lang.String message)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
message - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+
+ +

+ConversationEndedException

+
+public ConversationEndedException(java.lang.String message,
+                                  java.lang.Throwable cause)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
message - passed to ServiceRuntimeException
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+
+ +

+ConversationEndedException

+
+public ConversationEndedException(java.lang.Throwable cause)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/NoRegisteredCallbackException.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/NoRegisteredCallbackException.html new file mode 100644 index 0000000000..d5bea37603 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/NoRegisteredCallbackException.html @@ -0,0 +1,305 @@ + + + + + + +NoRegisteredCallbackException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Class NoRegisteredCallbackException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.osoa.sca.ServiceRuntimeException
+                  extended by org.osoa.sca.NoRegisteredCallbackException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class NoRegisteredCallbackException
extends ServiceRuntimeException
+ + +

+Exception thrown to indicate that no callback has been registered + when interacting with a service. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
NoRegisteredCallbackException() + +
+          Override constructor from ServiceRuntimeException.
NoRegisteredCallbackException(java.lang.String message) + +
+          Override constructor from ServiceRuntimeException.
NoRegisteredCallbackException(java.lang.String message, + java.lang.Throwable cause) + +
+          Override constructor from ServiceRuntimeException.
NoRegisteredCallbackException(java.lang.Throwable cause) + +
+          Override constructor from ServiceRuntimeException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NoRegisteredCallbackException

+
+public NoRegisteredCallbackException()
+
+
Override constructor from ServiceRuntimeException. +

+

+
See Also:
ServiceRuntimeException
+
+
+ +

+NoRegisteredCallbackException

+
+public NoRegisteredCallbackException(java.lang.String message)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
message - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+
+ +

+NoRegisteredCallbackException

+
+public NoRegisteredCallbackException(java.lang.String message,
+                                     java.lang.Throwable cause)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
message - passed to ServiceRuntimeException
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+
+ +

+NoRegisteredCallbackException

+
+public NoRegisteredCallbackException(java.lang.Throwable cause)
+
+
Override constructor from ServiceRuntimeException. +

+

+
Parameters:
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/RequestContext.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/RequestContext.html new file mode 100644 index 0000000000..a199ceccf7 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/RequestContext.html @@ -0,0 +1,320 @@ + + + + + + +RequestContext + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface RequestContext

+
+
+
public interface RequestContext
+ + +

+Interface that provides information on the current request. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ + + + + +
+<CB> CB
+
getCallback() + +
+          Returns a type-safe reference to the callback provided by the caller.
+ + + + + +
+<CB> CallableReference<CB>
+
getCallbackReference() + +
+          Returns a CallableReference to the callback provided by the caller.
+ javax.security.auth.SubjectgetSecuritySubject() + +
+          Returns the JAAS Subject of the current request.
+ java.lang.StringgetServiceName() + +
+          Returns the name of the service that was invoked.
+ + + + + +
+<B> CallableReference<B>
+
getServiceReference() + +
+          Returns a CallableReference for the service that was invoked by the caller.
+  +

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

+getSecuritySubject

+
+javax.security.auth.Subject getSecuritySubject()
+
+
Returns the JAAS Subject of the current request. +

+

+ +
Returns:
the Subject of the current request
+
+
+
+ +

+getServiceName

+
+java.lang.String getServiceName()
+
+
Returns the name of the service that was invoked. +

+

+ +
Returns:
the name of the service that was invoked
+
+
+
+ +

+getServiceReference

+
+<B> CallableReference<B> getServiceReference()
+
+
Returns a CallableReference for the service that was invoked by the caller. +

+

+
Type Parameters:
B - the Java type of the business interface for the reference +
Returns:
a CallableReference for the service that was invoked by the caller
+
+
+
+ +

+getCallback

+
+<CB> CB getCallback()
+
+
Returns a type-safe reference to the callback provided by the caller. +

+

+
Type Parameters:
CB - the Java type of the business interface for the callback +
Returns:
a type-safe reference to the callback provided by the caller
+
+
+
+ +

+getCallbackReference

+
+<CB> CallableReference<CB> getCallbackReference()
+
+
Returns a CallableReference to the callback provided by the caller. +

+

+
Type Parameters:
CB - the Java type of the business interface for the callback +
Returns:
a CallableReference to the callback provided by the caller
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceReference.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceReference.html new file mode 100644 index 0000000000..2d1481534f --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceReference.html @@ -0,0 +1,329 @@ + + + + + + +ServiceReference + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Interface ServiceReference<B>

+
+
Type Parameters:
B - the Java interface associated with this reference
+
+
All Superinterfaces:
CallableReference<B>
+
+
+
+
public interface ServiceReference<B>
extends CallableReference<B>
+ + +

+A ServiceReference represents a client's perspective of a reference to another service. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetCallback() + +
+          Returns the callback object.
+ java.lang.ObjectgetConversationID() + +
+          Returns the id supplied by the user that will be associated with conversations initiated through this reference.
+ voidsetCallback(java.lang.Object callback) + +
+          Sets the callback object.
+ voidsetCallbackID(java.lang.Object callbackID) + +
+          Sets the callback ID.
+ voidsetConversationID(java.lang.Object conversationId) + +
+          Set the id to associate with any conversation started through this reference.
+ + + + + + + +
Methods inherited from interface org.osoa.sca.CallableReference
getBusinessInterface, getCallbackID, getConversation, getService, isConversational
+  +

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

+getConversationID

+
+java.lang.Object getConversationID()
+
+
Returns the id supplied by the user that will be associated with conversations initiated through this reference. +

+

+
+
+
+ +
Returns:
the id to associated with any conversation initiated through this reference
+
+
+
+ +

+setConversationID

+
+void setConversationID(java.lang.Object conversationId)
+                       throws java.lang.IllegalStateException
+
+
Set the id to associate with any conversation started through this reference. + If the value supplied is null then the id will be generated by the implementation. +

+

+
+
+
+
Parameters:
conversationId - the user-defined id to associated with a conversation +
Throws: +
java.lang.IllegalStateException - if a conversation is currently associated with this reference
+
+
+
+ +

+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
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceRuntimeException.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceRuntimeException.html new file mode 100644 index 0000000000..3e26c88000 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceRuntimeException.html @@ -0,0 +1,307 @@ + + + + + + +ServiceRuntimeException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Class ServiceRuntimeException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.osoa.sca.ServiceRuntimeException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
ConversationEndedException, NoRegisteredCallbackException, ServiceUnavailableException
+
+
+
+
public class ServiceRuntimeException
extends java.lang.RuntimeException
+ + +

+Base for Exceptions that may be raised by an SCA runtime and which typical + application code is not expected to be able to handle. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ServiceRuntimeException() + +
+          Override constructor from RuntimeException.
ServiceRuntimeException(java.lang.String message) + +
+          Override constructor from RuntimeException.
ServiceRuntimeException(java.lang.String message, + java.lang.Throwable cause) + +
+          Override constructor from RuntimeException.
ServiceRuntimeException(java.lang.Throwable cause) + +
+          Override constructor from RuntimeException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServiceRuntimeException

+
+public ServiceRuntimeException()
+
+
Override constructor from RuntimeException. +

+

+
See Also:
RuntimeException
+
+
+ +

+ServiceRuntimeException

+
+public ServiceRuntimeException(java.lang.String message)
+
+
Override constructor from RuntimeException. +

+

+
Parameters:
message - passed to RuntimeException
See Also:
RuntimeException
+
+
+ +

+ServiceRuntimeException

+
+public ServiceRuntimeException(java.lang.String message,
+                               java.lang.Throwable cause)
+
+
Override constructor from RuntimeException. +

+

+
Parameters:
message - passed to RuntimeException
cause - passed to RuntimeException
See Also:
RuntimeException
+
+
+ +

+ServiceRuntimeException

+
+public ServiceRuntimeException(java.lang.Throwable cause)
+
+
Override constructor from RuntimeException. +

+

+
Parameters:
cause - passed to RuntimeException
See Also:
RuntimeException
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceUnavailableException.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceUnavailableException.html new file mode 100644 index 0000000000..83ce978802 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/ServiceUnavailableException.html @@ -0,0 +1,302 @@ + + + + + + +ServiceUnavailableException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca +
+Class ServiceUnavailableException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.osoa.sca.ServiceRuntimeException
+                  extended by org.osoa.sca.ServiceUnavailableException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ServiceUnavailableException
extends ServiceRuntimeException
+ + +

+Exception used to indicate that a runtime exception occurred during the invocation of and external service. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ServiceUnavailableException() + +
+          Constructs a new ServiceUnavailableException.
ServiceUnavailableException(java.lang.String message) + +
+          Constructs a new ServiceUnavailableException with the specified detail message.
ServiceUnavailableException(java.lang.String message, + java.lang.Throwable cause) + +
+          Constructs a new ServiceUnavailableException with the specified detail message and cause.
ServiceUnavailableException(java.lang.Throwable cause) + +
+          Constructs a new ServiceUnavailableException with the specified cause.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException()
+
+
Constructs a new ServiceUnavailableException. +

+

+
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException(java.lang.String message)
+
+
Constructs a new ServiceUnavailableException with the specified detail message. +

+

+
Parameters:
message - The detail message (which is saved to later retrieval by the getMessage() method).
+
+
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException(java.lang.Throwable cause)
+
+
Constructs a new ServiceUnavailableException with the specified cause. +

+

+
Parameters:
cause - The cause (which is saved to later retrieval by the getCause() method).
+
+
+ +

+ServiceUnavailableException

+
+public ServiceUnavailableException(java.lang.String message,
+                                   java.lang.Throwable cause)
+
+
Constructs a new ServiceUnavailableException with the specified detail message and cause. +

+

+
Parameters:
message - The message (which is saved to later retrieval by the getMessage() method).
cause - The cause (which is saved to later retrieval by the getCause() method).
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html new file mode 100644 index 0000000000..5da63e7bc2 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html @@ -0,0 +1,173 @@ + + + + + + +AllowsPassByReference + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type AllowsPassByReference

+
+
+
@Target(value={TYPE,METHOD})
+@Retention(value=RUNTIME)
+public @interface AllowsPassByReference
+ + +

+Annotation on a method that indicates that its parameters may safely + be passed by reference. The annotation may also be placed on an interface + or class to indicate that all declared methods support this optimization. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Authentication.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Authentication.html new file mode 100644 index 0000000000..df8f625666 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Authentication.html @@ -0,0 +1,223 @@ + + + + + + +Authentication + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Authentication

+
+
+
@Inherited
+@Target(value={TYPE,FIELD,METHOD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface Authentication
+ + +

+Annotation denoting the intent that service operations require authentication. +

+ Applied to the injection site (field, method or constructor parameter) for a reference, + it indicates that all invocations through that reference require authentication. +

+ Applied to a interface method on a service contract, it indicates that all invocations + of that service operation require authentication; applied to the type of a service contract, + it indicates that all service operations on that interface require authentication. +

+ Applied to a method on an implementation class, it indicates that all invocations that + are dispatched to that implementation method (through any service) require authentication. + Applied to a interface implemented by an implementation class, it indicates that all + invocations that are dispatched to the implementation method for that interface operation + require authentication. +

+ Applied to an implementation class, it indicates that all invocations of that implementation + and that all invocations made by that implementation require authentication. +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          List of authentication qualifiers (such as "message" or "transport").
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
List of authentication qualifiers (such as "message" or "transport"). +

+

+
+
+
+ +
Returns:
authentication qualifiers
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Callback.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Callback.html new file mode 100644 index 0000000000..a8182617eb --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Callback.html @@ -0,0 +1,213 @@ + + + + + + +Callback + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Callback

+
+
+
@Target(value={TYPE,METHOD,FIELD})
+@Retention(value=RUNTIME)
+public @interface Callback
+ + +

+When placed on a service interface, this annotation specifies the interface + to be used for callbacks. +

+ When placed on a method or field, this annotation denotes the injection + site to be used for a callback reference. +

+ There is a error in the 1.00 draft spec in the declaration of this interface. + The form defined here is a proposed correction for that error. +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.Class<?>value + +
+          The Class of the associated callback interface.
+  +

+

+value

+
+public abstract java.lang.Class<?> value
+
+
The Class of the associated callback interface. +

+

+
+
+
+ +
Returns:
the associated callback interface
+
+
Default:
java.lang.Void.class
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ComponentName.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ComponentName.html new file mode 100644 index 0000000000..223c44cb80 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ComponentName.html @@ -0,0 +1,171 @@ + + + + + + +ComponentName + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type ComponentName

+
+
+
@Target(value={METHOD,FIELD})
+@Retention(value=RUNTIME)
+public @interface ComponentName
+ + +

+Annotation used to indicate a field or method that is used to inject the component's name. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Confidentiality.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Confidentiality.html new file mode 100644 index 0000000000..9a09d53a5a --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Confidentiality.html @@ -0,0 +1,223 @@ + + + + + + +Confidentiality + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Confidentiality

+
+
+
@Inherited
+@Target(value={TYPE,FIELD,METHOD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface Confidentiality
+ + +

+Annotation denoting the intent that service operations require confidentiality. +

+ Applied to the injection site (field, method or constructor parameter) for a reference, + it indicates that all invocations through that reference require confidentiality. +

+ Applied to a interface method on a service contract, it indicates that all invocations + of that service operation require confidentiality; applied to the type of a service contract, + it indicates that all service operations on that interface require confidentiality. +

+ Applied to a method on an implementation class, it indicates that all invocations that + are dispatched to that implementation method (through any service) require confidentiality. + Applied to a interface implemented by an implementation class, it indicates that all + invocations that are dispatched to the implementation method for that interface operation + require confidentiality. +

+ Applied to an implementation class, it indicates that all invocations of that implementation + and that all invocations made by that implementation require confidentiality. +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          List of confidentiality qualifiers (such as "message" or "transport").
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
List of confidentiality qualifiers (such as "message" or "transport"). +

+

+
+
+
+ +
Returns:
confidentiality qualifiers
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Constructor.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Constructor.html new file mode 100644 index 0000000000..d964eb87f4 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Constructor.html @@ -0,0 +1,203 @@ + + + + + + +Constructor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Constructor

+
+
+
@Target(value=CONSTRUCTOR)
+@Retention(value=RUNTIME)
+public @interface Constructor
+ + +

+Used to indicate the constructor the runtime is to use when instantiating a component implementation instance +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+           
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
+
+
+
+
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Context.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Context.html new file mode 100644 index 0000000000..8468117f00 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Context.html @@ -0,0 +1,173 @@ + + + + + + +Context + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Context

+
+
+
@Target(value={METHOD,FIELD})
+@Retention(value=RUNTIME)
+public @interface Context
+ + +

+Annotation used to indicate a field or setter method that is used to inject an SCA context. + The type of context injected is determined by the type of the field or the parameter + to the setter method and is typically a ComponentContext or RequestContext. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html new file mode 100644 index 0000000000..401ddd581c --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html @@ -0,0 +1,262 @@ + + + + + + +ConversationAttributes + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type ConversationAttributes

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface ConversationAttributes
+ + +

+Annotation used to indicate the characteristics of a conversation. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.StringmaxAge + +
+          The maximum time that a conversation may remain active.
+ java.lang.StringmaxIdleTime + +
+          The maximum time that can pass between operations in a single conversation.
+ booleansinglePrincipal + +
+          If true, indicates that only the user that initiated the conversation has the authority to continue it.
+  +

+

+maxIdleTime

+
+public abstract java.lang.String maxIdleTime
+
+
The maximum time that can pass between operations in a single conversation. If this time is exceeded the + container may end the conversation. +

+

+
+
+
+ +
Returns:
the maximum time that can pass between operations in a single conversation
+
+
Default:
""
+
+
+
+ +

+maxAge

+
+public abstract java.lang.String maxAge
+
+
The maximum time that a conversation may remain active. If this time is exceeded the container may end the + conversation. +

+

+
+
+
+ +
Returns:
the maximum time that a conversation may remain active
+
+
Default:
""
+
+
+
+ +

+singlePrincipal

+
+public abstract boolean singlePrincipal
+
+
If true, indicates that only the user that initiated the conversation has the authority to continue it. +

+

+
+
+
+ +
Returns:
true if only the user that initiated the conversation has the authority to continue it
+
+
Default:
false
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationID.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationID.html new file mode 100644 index 0000000000..5848f12ff6 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationID.html @@ -0,0 +1,171 @@ + + + + + + +ConversationID + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type ConversationID

+
+
+
@Target(value={METHOD,FIELD})
+@Retention(value=RUNTIME)
+public @interface ConversationID
+ + +

+Annotation used to indicate a field or method that is used to inject the conversation ID. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Conversational.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Conversational.html new file mode 100644 index 0000000000..a912bdc182 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Conversational.html @@ -0,0 +1,174 @@ + + + + + + +Conversational + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Conversational

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface Conversational
+ + +

+Used on a Java interface to denote a conversational service contract. +

+ The draft spec erroneously defines the targets for this as {TYPE, METHOD, FIELD} + but this annotation is only applicable to interfaces. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Destroy.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Destroy.html new file mode 100644 index 0000000000..7d66b420c9 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Destroy.html @@ -0,0 +1,172 @@ + + + + + + +Destroy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Destroy

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface Destroy
+ + +

+Annotation used to indicate a method that will be called by the container when the + scope defined for the local service ends. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EagerInit.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EagerInit.html new file mode 100644 index 0000000000..a9d738c57c --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EagerInit.html @@ -0,0 +1,171 @@ + + + + + + +EagerInit + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type EagerInit

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface EagerInit
+ + +

+Annotation used to indicate an instance should be eagerly initialized. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EndsConversation.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EndsConversation.html new file mode 100644 index 0000000000..a206074b89 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/EndsConversation.html @@ -0,0 +1,171 @@ + + + + + + +EndsConversation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type EndsConversation

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface EndsConversation
+ + +

+Annotation used to indicate a method ends a conversation. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Init.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Init.html new file mode 100644 index 0000000000..7831b7d5e0 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Init.html @@ -0,0 +1,172 @@ + + + + + + +Init + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Init

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface Init
+ + +

+Annotation used to indicate a method that will be called by the container when the scope defined for the local + service begins. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Integrity.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Integrity.html new file mode 100644 index 0000000000..7272c3f29f --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Integrity.html @@ -0,0 +1,223 @@ + + + + + + +Integrity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Integrity

+
+
+
@Inherited
+@Target(value={TYPE,FIELD,METHOD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface Integrity
+ + +

+Annotation denoting the intent that service operations require integrity. +

+ Applied to the injection site (field, method or constructor parameter) for a reference, + it indicates that all invocations through that reference require integrity. +

+ Applied to a interface method on a service contract, it indicates that all invocations + of that service operation require integrity; applied to the type of a service contract, + it indicates that all service operations on that interface require integrity. +

+ Applied to a method on an implementation class, it indicates that all invocations that + are dispatched to that implementation method (through any service) require integrity. + Applied to a interface implemented by an implementation class, it indicates that all + invocations that are dispatched to the implementation method for that interface operation + require integrity. +

+ Applied to an implementation class, it indicates that all invocations of that implementation + and that all invocations made by that implementation require integrity. +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          List of integrity qualifiers (such as "message" or "transport").
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
List of integrity qualifiers (such as "message" or "transport"). +

+

+
+
+
+ +
Returns:
integrity qualifiers
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html new file mode 100644 index 0000000000..a33c515070 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html @@ -0,0 +1,264 @@ + + + + + + +Intent + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Intent

+
+
+
@Target(value=ANNOTATION_TYPE)
+@Retention(value=RUNTIME)
+public @interface Intent
+ + +

+Annotation that can be applied to annotations that describe SCA intents. + Adding this annotation allows SCA runtimes to automatically detect user-defined intents. +

+ Applications must specify a value, a pairing of targetNamespace and localPort, or both. + If both value and pairing are supplied they must define the name qualified name. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.StringlocalPart + +
+          The name of the intent within its namespace.
+ java.lang.StringtargetNamespace + +
+          The XML namespace for the intent.
+ java.lang.Stringvalue + +
+          The qualified name of the intent, in the form defined by javax.xml.namespace.QName#toString.
+  +

+

+value

+
+public abstract java.lang.String value
+
+
The qualified name of the intent, in the form defined by javax.xml.namespace.QName#toString. +

+

+
+
+
+ +
Returns:
the qualified name of the intent
+
+
Default:
""
+
+
+
+ +

+targetNamespace

+
+public abstract java.lang.String targetNamespace
+
+
The XML namespace for the intent. +

+

+
+
+
+ +
Returns:
the XML namespace for the intent
+
+
Default:
""
+
+
+
+ +

+localPart

+
+public abstract java.lang.String localPart
+
+
The name of the intent within its namespace. +

+

+
+
+
+ +
Returns:
name of the intent within its namespace
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/OneWay.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/OneWay.html new file mode 100644 index 0000000000..7288ceb61c --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/OneWay.html @@ -0,0 +1,172 @@ + + + + + + +OneWay + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type OneWay

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface OneWay
+ + +

+Annotation on a method that indicates that the method is non-blocking and communication + with the service provider may use buffer the requests and send them at some later time. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/PolicySets.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/PolicySets.html new file mode 100644 index 0000000000..16953a86a5 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/PolicySets.html @@ -0,0 +1,208 @@ + + + + + + +PolicySets + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type PolicySets

+
+
+
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface PolicySets
+ + +

+Annotation that allows application of SCA Policy Sets. +

+ Each policy set is specified using its XML QName in the form defined by javax.xml.namespace.QName#toString(). +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          Returns the policy sets to be applied.
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
Returns the policy sets to be applied. +

+

+
+
+
+ +
Returns:
the policy sets to be applied
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Property.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Property.html new file mode 100644 index 0000000000..bb98ebd768 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Property.html @@ -0,0 +1,235 @@ + + + + + + +Property + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Property

+
+
+
@Target(value={METHOD,FIELD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface Property
+ + +

+Annotation used to indicate a constructor parameter, field or method that is + used to inject a configuration property value. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.Stringname + +
+          The name of the property.
+ booleanrequired + +
+          Indicates whether a value for the property must be provided.
+  +

+

+name

+
+public abstract java.lang.String name
+
+
The name of the property. If not specified then the name will be derived + from the annotated field or method. +

+

+
+
+
+ +
Returns:
the name of the property
+
+
Default:
""
+
+
+
+ +

+required

+
+public abstract boolean required
+
+
Indicates whether a value for the property must be provided. +

+

+
+
+
+ +
Returns:
true if a value must be provided
+
+
Default:
false
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Qualifier.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Qualifier.html new file mode 100644 index 0000000000..899bb39671 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Qualifier.html @@ -0,0 +1,172 @@ + + + + + + +Qualifier + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Qualifier

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface Qualifier
+ + +

+Annotation that can be applied to an attribute of an @Intent annotation to indicate the + attribute provides qualifiers for the intent. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Reference.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Reference.html new file mode 100644 index 0000000000..9def66f342 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Reference.html @@ -0,0 +1,233 @@ + + + + + + +Reference + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Reference

+
+
+
@Target(value={METHOD,FIELD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface Reference
+ + +

+Annotation used to indicate a constructor parameter, field or method that is used to inject a reference. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.Stringname + +
+          The name of the reference.
+ booleanrequired + +
+          Indicates if a reference must be specified.
+  +

+

+name

+
+public abstract java.lang.String name
+
+
The name of the reference. If not specified then the name will be derived from the annotated field or method. +

+

+
+
+
+ +
Returns:
the name of the reference
+
+
Default:
""
+
+
+
+ +

+required

+
+public abstract boolean required
+
+
Indicates if a reference must be specified. +

+

+
+
+
+ +
Returns:
true if a reference must be specified
+
+
Default:
true
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Remotable.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Remotable.html new file mode 100644 index 0000000000..3a284eafcb --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Remotable.html @@ -0,0 +1,173 @@ + + + + + + +Remotable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Remotable

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface Remotable
+ + +

+Annotation used to indicate a Java interface as remotable. + Remotable interfaces use pass-by-value semantics, can be published as entry points + and used for external services. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Requires.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Requires.html new file mode 100644 index 0000000000..bf9a15d597 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Requires.html @@ -0,0 +1,218 @@ + + + + + + +Requires + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Requires

+
+
+
@Inherited
+@Retention(value=RUNTIME)
+@Target(value={TYPE,METHOD,FIELD,PARAMETER})
+public @interface Requires
+ + +

+Annotation that allows the attachment of any intent to a Java Class or interface or to members of that + class such as methods, fields or constructor parameters. +

+ Intents are specified as XML QNames in the representation defined by + javax.xml.namespace.QName#toString(). Intents may be qualified with one or more + suffixes separated by a "." such as: +

+ This annotation supports general purpose intents specified as strings. Users may also define + specific intents using the @org.osoa.sca.annotations.Intent annotation. +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          Returns the attached intents.
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
Returns the attached intents. +

+

+
+
+
+ +
Returns:
the attached intents
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Scope.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Scope.html new file mode 100644 index 0000000000..4673242a4d --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Scope.html @@ -0,0 +1,214 @@ + + + + + + +Scope + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Scope

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface Scope
+ + +

+Annotation used to indicate a scoped service. +

+ The spec refers to but does not describe an eager() attribute; this is an error in the draft. +

+ +

+


+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.Stringvalue + +
+          The name of the scope.
+  +

+

+value

+
+public abstract java.lang.String value
+
+
The name of the scope. Values currently defined by the specification are: +
    +
  • STATELESS (default)
  • +
  • REQUEST
  • +
  • CONVERSATION
  • +
  • COMPOSITE
  • +
+

+

+
+
+
+ +
Returns:
the name of the scope
+
+
Default:
"STATELESS"
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Service.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Service.html new file mode 100644 index 0000000000..349c534813 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Service.html @@ -0,0 +1,233 @@ + + + + + + +Service + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Service

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface Service
+ + +

+Annotation used to indicate the service interfaces exposed by a Java class. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.Class<?>[]interfaces + +
+          Array of interfaces that should be exposed as services.
+ java.lang.Class<?>value + +
+          Shortcut allowing a single interface to be exposed.
+  +

+

+interfaces

+
+public abstract java.lang.Class<?>[] interfaces
+
+
Array of interfaces that should be exposed as services. +

+

+
+
+
+ +
Returns:
a list of interfaces that should be exposed as services
+
+
Default:
{}
+
+
+
+ +

+value

+
+public abstract java.lang.Class<?> value
+
+
Shortcut allowing a single interface to be exposed. +

+

+
+
+
+ +
Returns:
a single service interfaces to be exposed
+
+
Default:
java.lang.Void.class
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-frame.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-frame.html new file mode 100644 index 0000000000..a629af7eb7 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-frame.html @@ -0,0 +1,80 @@ + + + + + + +org.osoa.sca.annotations + + + + + + + + + + + +org.osoa.sca.annotations + + + + +
+Annotation Types  + +
+AllowsPassByReference +
+Authentication +
+Callback +
+ComponentName +
+Confidentiality +
+Constructor +
+Context +
+Conversational +
+ConversationAttributes +
+ConversationID +
+Destroy +
+EagerInit +
+EndsConversation +
+Init +
+Integrity +
+Intent +
+OneWay +
+PolicySets +
+Property +
+Qualifier +
+Reference +
+Remotable +
+Requires +
+Scope +
+Service
+ + + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-summary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-summary.html new file mode 100644 index 0000000000..554a2151c8 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-summary.html @@ -0,0 +1,259 @@ + + + + + + +org.osoa.sca.annotations + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.osoa.sca.annotations +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Annotation Types Summary
AllowsPassByReferenceAnnotation on a method that indicates that its parameters may safely + be passed by reference.
AuthenticationAnnotation denoting the intent that service operations require authentication.
CallbackWhen placed on a service interface, this annotation specifies the interface + to be used for callbacks.
ComponentNameAnnotation used to indicate a field or method that is used to inject the component's name.
ConfidentialityAnnotation denoting the intent that service operations require confidentiality.
ConstructorUsed to indicate the constructor the runtime is to use when instantiating a component implementation instance
ContextAnnotation used to indicate a field or setter method that is used to inject an SCA context.
ConversationalUsed on a Java interface to denote a conversational service contract.
ConversationAttributesAnnotation used to indicate the characteristics of a conversation.
ConversationIDAnnotation used to indicate a field or method that is used to inject the conversation ID.
DestroyAnnotation used to indicate a method that will be called by the container when the + scope defined for the local service ends.
EagerInitAnnotation used to indicate an instance should be eagerly initialized.
EndsConversationAnnotation used to indicate a method ends a conversation.
InitAnnotation used to indicate a method that will be called by the container when the scope defined for the local + service begins.
IntegrityAnnotation denoting the intent that service operations require integrity.
IntentAnnotation that can be applied to annotations that describe SCA intents.
OneWayAnnotation on a method that indicates that the method is non-blocking and communication + with the service provider may use buffer the requests and send them at some later time.
PolicySetsAnnotation that allows application of SCA Policy Sets.
PropertyAnnotation used to indicate a constructor parameter, field or method that is + used to inject a configuration property value.
QualifierAnnotation that can be applied to an attribute of an @Intent annotation to indicate the + attribute provides qualifiers for the intent.
ReferenceAnnotation used to indicate a constructor parameter, field or method that is used to inject a reference.
RemotableAnnotation used to indicate a Java interface as remotable.
RequiresAnnotation that allows the attachment of any intent to a Java Class or interface or to members of that + class such as methods, fields or constructor parameters.
ScopeAnnotation used to indicate a scoped service.
ServiceAnnotation used to indicate the service interfaces exposed by a Java class.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-tree.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-tree.html new file mode 100644 index 0000000000..66c2ae99e2 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/package-tree.html @@ -0,0 +1,174 @@ + + + + + + +org.osoa.sca.annotations Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.osoa.sca.annotations +

+
+
+
Package Hierarchies:
All Packages
+
+

+Annotation Type Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-frame.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-frame.html new file mode 100644 index 0000000000..6e4f1284aa --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-frame.html @@ -0,0 +1,59 @@ + + + + + + +org.osoa.sca + + + + + + + + + + + +org.osoa.sca + + + + +
+Interfaces  + +
+CallableReference +
+ComponentContext +
+Constants +
+Conversation +
+RequestContext +
+ServiceReference
+ + + + + + +
+Exceptions  + +
+ConversationEndedException +
+NoRegisteredCallbackException +
+ServiceRuntimeException +
+ServiceUnavailableException
+ + + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-summary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-summary.html new file mode 100644 index 0000000000..136dde3a78 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-summary.html @@ -0,0 +1,204 @@ + + + + + + +org.osoa.sca + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.osoa.sca +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
CallableReference<B>Common superclass for references that can be passed between components.
ComponentContextInterface providing programmatic access to a component's SCA context as an alternative to injection.
Constants 
ConversationInterface representing a Conversation providing access to the conversation id and and a mechanism + to terminate the conversation.
RequestContextInterface that provides information on the current request.
ServiceReference<B>A ServiceReference represents a client's perspective of a reference to another service.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Exception Summary
ConversationEndedExceptionException thrown to indicate the conversation being used for a stateful interaction has been ended.
NoRegisteredCallbackExceptionException thrown to indicate that no callback has been registered + when interacting with a service.
ServiceRuntimeExceptionBase for Exceptions that may be raised by an SCA runtime and which typical + application code is not expected to be able to handle.
ServiceUnavailableExceptionException used to indicate that a runtime exception occurred during the invocation of and external service.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-tree.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-tree.html new file mode 100644 index 0000000000..5a97ec71cc --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/package-tree.html @@ -0,0 +1,167 @@ + + + + + + +org.osoa.sca Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.osoa.sca +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-frame.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-frame.html new file mode 100644 index 0000000000..8544d36b7a --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-frame.html @@ -0,0 +1,44 @@ + + + + + + +Overview List + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+org.osoa.sca +
+org.osoa.sca.annotations +
+

+ +

+  + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-summary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-summary.html new file mode 100644 index 0000000000..6063dec433 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-summary.html @@ -0,0 +1,153 @@ + + + + + + +Overview + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + + + + + + + + + + + +
+Packages
org.osoa.sca 
org.osoa.sca.annotations 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-tree.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-tree.html new file mode 100644 index 0000000000..ac6aefb57c --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/overview-tree.html @@ -0,0 +1,196 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
org.osoa.sca, org.osoa.sca.annotations
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Annotation Type Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/package-list b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/package-list new file mode 100644 index 0000000000..25b2ad001d --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/package-list @@ -0,0 +1,2 @@ +org.osoa.sca +org.osoa.sca.annotations diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/resources/inherit.gif b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/resources/inherit.gif new file mode 100644 index 0000000000..c814867a13 Binary files /dev/null and b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/resources/inherit.gif differ diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/serialized-form.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/serialized-form.html new file mode 100644 index 0000000000..ca673cb2cc --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/serialized-form.html @@ -0,0 +1,206 @@ + + + + + + +Serialized Form + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package org.osoa.sca
+ +

+ + + + + +
+Class org.osoa.sca.ConversationEndedException extends ServiceRuntimeException implements Serializable
+ +

+serialVersionUID: 3734864942222558406L + +

+ +

+ + + + + +
+Class org.osoa.sca.NoRegisteredCallbackException extends ServiceRuntimeException implements Serializable
+ +

+serialVersionUID: 3734864942222558406L + +

+ +

+ + + + + +
+Class org.osoa.sca.ServiceRuntimeException extends java.lang.RuntimeException implements Serializable
+ +

+serialVersionUID: -3876058842262557092L + +

+ +

+ + + + + +
+Class org.osoa.sca.ServiceUnavailableException extends ServiceRuntimeException implements Serializable
+ +

+serialVersionUID: -5869397223249401047L + +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/stylesheet.css b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/stylesheet.css new file mode 100644 index 0000000000..cbd34286b1 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + -- cgit v1.2.3