public interface DataControlPolicy
extends java.io.Serializable
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
DataControlPolicy.ReleasePolicy  | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
TRANSACTION_POLICY_JOIN  | 
static java.lang.String | 
TRANSACTION_POLICY_NEW  | 
static java.lang.String | 
TRANSACTION_POLICY_NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
DCDataControl | 
getDataControl()
Returns the datacontrol instance for the datacontrol name specified
 in this policy. 
 | 
java.lang.String | 
getName()
Name of the datacontrol that this datacontrol policy applies to. 
 | 
DataControlPolicy.ReleasePolicy | 
getReleasePolicy()
This methods provides a hint to the datacontrol frame what should be
 done on this datacontrol when release is called on the frame. 
 | 
java.lang.String | 
getTransactionPolicy()
This methods provides a hint to the datacontrol frame what should be
 done on this datacontrol when transaction operations are called on the
 frame. 
 | 
static final java.lang.String TRANSACTION_POLICY_NEW
static final java.lang.String TRANSACTION_POLICY_NONE
static final java.lang.String TRANSACTION_POLICY_JOIN
java.lang.String getName()
java.lang.String getTransactionPolicy()
DataControlPolicy.ReleasePolicy getReleasePolicy()
DCDataControl getDataControl()