|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
The SCA Constants interface defines a number of constant values that are used in the SCA Java APIs and Annotations.
The serialized QNames are used with the @Requires annotation to specify a policy intent. However, for SCA defined intents, it is recommended that the corresponding intent annotation is used instead. The serialized form in these constants should only be used when specifying these standard intents in combination with non-standard SCA intents on the @Requires annotation.
Field Summary | |
---|---|
static java.lang.String |
ASYNCINVOCATION
The serialized QName of the asyncInvocation policy intent. |
static java.lang.String |
ATLEASTONCE
The serialized QName of the atleastOnce policy intent. |
static java.lang.String |
ATMOSTONCE
The serialized QName of the atMostOnce policy intent. |
static java.lang.String |
CLIENTAUTHENTICATION
The serialized QName of the clientAuthentication policy intent. |
static java.lang.String |
EJB
The serialized QName of the EJB policy intent. |
static java.lang.String |
EXACTLYONCE
The serialized QName of the exactlyOnce policy intent. |
static java.lang.String |
IMMEDIATEONEWAY
The serialized QName of the immediateOneWay policy intent. |
static java.lang.String |
JMS
The serialized QName of the JMS policy intent. |
static java.lang.String |
NOLISTENER
The serialized QName of the noListener policy intent. |
static java.lang.String |
ORDERED
The serialized QName of the ordered policy intent. |
static java.lang.String |
PROPAGATESTRANSACTION
The serialized QName of the propagatesTransaction policy intent. |
static java.lang.String |
SCA_NS
The SCA V1.1 namespace. |
static java.lang.String |
SCA_PREFIX
The serialized form of the SCA namespace for construction of QNames. |
static java.lang.String |
SERVERAUTHENTICATION
The serialized QName of the serverAuthentication policy intent. |
static java.lang.String |
SOAP
The serialized QName of the SOAP policy intent. |
static java.lang.String |
SUSPENDSTRANSACTION
The serialized QName of the suspendsTransaction policy intent. |
static java.lang.String |
TRANSACTEDONEWAY
The serialized QName of the transactedOneWay policy intent. |
Field Detail |
---|
static final java.lang.String SCA_NS
static final java.lang.String SCA_PREFIX
static final java.lang.String SERVERAUTHENTICATION
static final java.lang.String CLIENTAUTHENTICATION
static final java.lang.String ATLEASTONCE
static final java.lang.String ATMOSTONCE
static final java.lang.String EXACTLYONCE
static final java.lang.String ORDERED
static final java.lang.String TRANSACTEDONEWAY
static final java.lang.String IMMEDIATEONEWAY
static final java.lang.String PROPAGATESTRANSACTION
static final java.lang.String SUSPENDSTRANSACTION
static final java.lang.String ASYNCINVOCATION
static final java.lang.String SOAP
static final java.lang.String JMS
static final java.lang.String NOLISTENER
static final java.lang.String EJB
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |