Uses of Class
org.oasisopen.sca.annotation.Intent

Packages that use Intent
org.oasisopen.sca.annotation Provides SCA common annotation definitions for Java. 
 

Uses of Intent in org.oasisopen.sca.annotation
 

Classes in org.oasisopen.sca.annotation with annotations of type Intent
 interface AsyncInvocation
          The @AsyncInvocation annotation is used to indicate that the operations of a Java interface uses the long-running request-response pattern as described in the SCA Assembly specification.
 interface Authentication
          The @Authentication annotation is used to indicate that the invocation requires authentication.
 interface Authorization
          The @Authorization annotation is used to indicate that an authorization policy is required.
 interface Confidentiality
          The @Confidentiality annotation is used to indicate that the invocation requires confidentiality.
 interface Integrity
          The @Integrity annotation is used to indicate that the invocation requires integrity (ie no tampering of the messages between client and service).
 interface ManagedSharedTransaction
          The @ManagedSharedTransaction annotation is used to indicate that a distributed ACID transaction is required.
 interface ManagedTransaction
          The @ManagedTransaction annotation is used to indicate the need for an ACID transaction environment.
 interface MutualAuthentication
          The @MutualAuthentication annotation is used to indicate that a mutual authentication policy is needed.
 interface NoManagedTransaction
          The @NoManagedTransaction annotation is used to indicate that a non-transactional environment is needed.