BeanCache

Bean Cache settings for an enterprise bean.



 

Attributes Summary

activateAt Specifies the type of activation policy for this bean.
loadAt Specifies the type of load policy for this bean.
pinnedFor Specifies the type of pin policy for this bean.

 

Attribute Details


activateAt

Specifies the type of activation policy for this bean. ONCE - Exclusive persistent store (Option A)TRANSACTION - Option CACTIVITY_SESSION - Activity session based

Data type:  ActivationPolicyKind
Default value:   unspecified
Allowed Values:  ONCE   ACTIVITY_SESSION   TRANSACTION  



loadAt

Specifies the type of load policy for this bean.

Data type:  LoadPolicyKind
Default value:   unspecified
Allowed Values:  ACTIVATION   TRANSACTION  



pinnedFor

Specifies the type of pin policy for this bean.

Data type:  PinPolicyKind
Default value:   unspecified
Allowed Values:  ACTIVATION_PERIOD   ACTIVITY_SESSION   TRANSACTION   BUSINESS_METHOD_ONLY