2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.

A B C D E G I N O P Q R S T

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 class org.apache.tuscany.sca.host.embedded.SCADomain
Cast a type-safe reference to a CallableReference.
cast(B) - Method in class org.apache.tuscany.sca.host.embedded.SCADomainBean
 
cast(B) - Method in interface org.osoa.sca.ComponentContext
Cast a type-safe reference to a CallableReference.
close() - Method in class org.apache.tuscany.sca.host.embedded.SCADomain
Close the SCA domain.
close() - Method in class org.apache.tuscany.sca.host.embedded.SCADomainBean
 
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
 
connect(String) - Static method in class org.apache.tuscany.sca.host.embedded.SCADomain
Returns an SCADomain representing a remote SCA domain.
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.

A B C D E G I N O P Q R S T