BeanCache

Bean Cache settings for an enterprise bean.



Attributes Summary
activateAt : ActivationPolicyKindSpecifies the type of activation policy for this bean.
loadAt : LoadPolicyKindSpecifies the type of load policy for this bean.
pinnedFor : PinPolicyKindSpecifies 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  


Copyright IBM Corp. 1996-2002