public class ManagedResourceMetaData extends ResourceMetaData
Constructor and Description |
---|
ManagedResourceMetaData()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApproveForeignKeyViolationAction()
This method returns the action taken by the resource manager should
a foreign key violation situation exist.
|
int |
getApproveForeignKeyViolationActionValue()
This method returns the action taken by the resource manager should
a foreign key violation situation exist.
|
java.lang.String |
getApproveUniqueIndexViolationAction()
This method returns the action taken by resource manager should
a unique index violation situation exist.
|
int |
getApproveUniqueIndexViolationActionValue()
This method returns the action taken by resource manager should
a unique index violation situation exist .
|
java.lang.String |
getCheckUniqueIndexViolationAction()
This method returns the action taken by resource manager should
a unique index violation situation exist.
|
int |
getCheckUniqueIndexViolationActionValue()
This method returns the action taken by resource manager should
a unique index violation situation exist violation.
|
java.lang.Integer |
getIdentifier()
This method returns the identifier of the managed resource.
|
java.lang.String[][] |
getRelatedManagedResources()
This method returns the names of the resource managers that are related to this
resource manager.
|
java.lang.String |
getResourceKeys()
This method returns the resource keys.
|
java.lang.String |
getResourceManagerClassName()
This method returns the resource manager class name.
|
void |
setApproveForeignKeyViolationAction(java.lang.String action)
This method sets the action taken by the resource manager should
a foreign key violation situation exist during approval.
|
void |
setApproveForeignKeyViolationActionValue(int action)
This method sets the action taken by the resource manager should
a foreign key violation situation exist during approval.
|
void |
setApproveUniqueIndexViolationAction(java.lang.String action)
This method sets the action taken by the resource manager should
a unique index violation situation exist during approval.
|
void |
setApproveUniqueIndexViolationActionValue(int action)
This method sets the action taken by the resource manager should
a unique index violation situation exist during approval.
|
void |
setCheckUniqueIndexViolationAction(java.lang.String action)
This method sets the action taken by the resource manager should
a unique index violation situation exist during approval.
|
void |
setCheckUniqueIndexViolationActionValue(int action)
This method sets the action taken by the resource manager should
a unique index violation situation exist during approval.
|
void |
setIdentifier(java.lang.Integer identifier)
This method sets the numeric identifier.
|
void |
setRelatedManagedResources(java.lang.String[][] relatedManagedResources)
This method sets the names of the related resource managers.
|
void |
setResourceKeys(java.lang.String resourceKeys)
This method sets the resource keys.
|
void |
setResourceManagerClassName(java.lang.String resourceManagerClassName)
This method sets the resource manager class name.
|
java.lang.String |
toString()
This method returns a
String representation of the object. |
getCommitRequest, getContainerMetaData, getDeleteUniqueIndexViolation, getName, getResource, getResourceClassName, isManaged, setCommitRequest, setContainerMetaData, setDeleteUniqueIndexViolation, setManaged, setName, setResource, setResourceClassName
public ManagedResourceMetaData()
public java.lang.Integer getIdentifier()
public void setIdentifier(java.lang.Integer identifier)
identifier
- The numeric identifier.public java.lang.String getResourceManagerClassName()
public void setResourceManagerClassName(java.lang.String resourceManagerClassName)
resourceManagerClassName
- The resource manager class name.public java.lang.String getResourceKeys()
public void setResourceKeys(java.lang.String resourceKeys)
resourceKeys
- The resource keys.public java.lang.String[][] getRelatedManagedResources()
public void setRelatedManagedResources(java.lang.String[][] relatedManagedResources)
relatedManagedResources
- The related resource manager names.
The first element of the string
array is the resource manager name and the second is the resource container that
contains the resource manager. If the second element is null it means that the
resource manager is located in the same resource container.public java.lang.String getApproveUniqueIndexViolationAction()
public void setApproveUniqueIndexViolationAction(java.lang.String action)
action
- String value to indicate the action at approval time for the resource manager.public java.lang.String getCheckUniqueIndexViolationAction()
public void setCheckUniqueIndexViolationAction(java.lang.String action)
action
- String value to indicate the action at approval time for the resource manager.public int getApproveUniqueIndexViolationActionValue()
public void setApproveUniqueIndexViolationActionValue(int action)
action
- integer value to indicate the action at approval time for the resource manager.public int getCheckUniqueIndexViolationActionValue()
public void setCheckUniqueIndexViolationActionValue(int action)
action
- integer value to indicate the action at approval time for the resource manager.public java.lang.String getApproveForeignKeyViolationAction()
public void setApproveForeignKeyViolationAction(java.lang.String action)
action
- String value to indicate the action at approval time for the resource manager.public int getApproveForeignKeyViolationActionValue()
public void setApproveForeignKeyViolationActionValue(int action)
action
- integer value to indicate the action at approval time for the resource manager.public java.lang.String toString()
String
representation of the object.toString
in class ResourceMetaData
String
version of the object.