|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.policy.Policy.CustomReturnCode
public static final class Policy.CustomReturnCode
Policy writers use this class to map custom return codes to a description. Custom return codes can be used to configure the actions to be taken after a policy has run.
| Constructor Summary | |
|---|---|
Policy.CustomReturnCode(java.lang.String id,
java.lang.String description)
Constructor for CustomReturnCode |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of the CustomReturnCode |
java.lang.String |
getID()
Return the unique identifier for the CustomReturnCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Policy.CustomReturnCode(java.lang.String id,
java.lang.String description)
id - The id of the CustomReturnCodedescription - The description of the CustomReturnCode| Method Detail |
|---|
public java.lang.String getID()
public java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||