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
 
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
Casts a type-safe reference to a CallableReference.
ComponentContext - Interface in org.osoa.sca
 
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 - Class in org.osoa.sca
Constants
Constants() - Constructor for class org.osoa.sca.Constants
 
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
 
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
 
ConversationEndedException() - Constructor for exception org.osoa.sca.ConversationEndedException
 
ConversationEndedException(String, Throwable) - Constructor for exception org.osoa.sca.ConversationEndedException
 
ConversationEndedException(String) - Constructor for exception org.osoa.sca.ConversationEndedException
 
ConversationEndedException(Throwable) - Constructor for exception org.osoa.sca.ConversationEndedException
 
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 designated 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
Ends 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 proxy for the callback as specified 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 callable reference to the callback as specified 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 the reference defined by the current component.
getServiceName() - Method in interface org.osoa.sca.RequestContext
Returns the name of the service on the Java implementation the request came in on.
getServiceReference(Class<B>, String) - Method in interface org.osoa.sca.ComponentContext
Returns a ServiceReference defined by the current component.
getServiceReference() - Method in interface org.osoa.sca.RequestContext
Returns the callable reference that represents the service or callback reference that the request was invoked on.
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
 
NoRegisteredCallbackException() - Constructor for exception org.osoa.sca.NoRegisteredCallbackException
 
NoRegisteredCallbackException(String, Throwable) - Constructor for exception org.osoa.sca.NoRegisteredCallbackException
 
NoRegisteredCallbackException(String) - Constructor for exception org.osoa.sca.NoRegisteredCallbackException
 
NoRegisteredCallbackException(Throwable) - Constructor for exception org.osoa.sca.NoRegisteredCallbackException
 

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
 
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_PREFIX - Static variable in class org.osoa.sca.Constants
 
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
 
ServiceRuntimeException - Exception in org.osoa.sca
This exception signals problems in the management of SCA component execution.
ServiceRuntimeException() - Constructor for exception org.osoa.sca.ServiceRuntimeException
 
ServiceRuntimeException(String, Throwable) - Constructor for exception org.osoa.sca.ServiceRuntimeException
 
ServiceRuntimeException(String) - Constructor for exception org.osoa.sca.ServiceRuntimeException
 
ServiceRuntimeException(Throwable) - Constructor for exception org.osoa.sca.ServiceRuntimeException
 
ServiceUnavailableException - Exception in org.osoa.sca
This exception signals problems in the interaction with remote services.
ServiceUnavailableException() - Constructor for exception org.osoa.sca.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception org.osoa.sca.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for exception org.osoa.sca.ServiceUnavailableException
 
ServiceUnavailableException(Throwable) - Constructor for exception org.osoa.sca.ServiceUnavailableException
 
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

Copyright © 2009. All Rights Reserved.