com.ibm.ram.extension
Class PolicyGovernorAccessor

java.lang.Object
  extended by com.ibm.ram.extension.PolicyGovernorAccessor

public class PolicyGovernorAccessor
extends java.lang.Object

This class can be used to get and set protected fields on a PolicyGovernor.

Since:
7.1.1

Constructor Summary
PolicyGovernorAccessor()
           
 
Method Summary
static int getExtensionID(PolicyGovernor governor)
           
static void setExtensionID(PolicyGovernor governor, int extensionID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyGovernorAccessor

public PolicyGovernorAccessor()
Method Detail

getExtensionID

public static int getExtensionID(PolicyGovernor governor)
Parameters:
governor - The PolicyGovernor to get the extension ID from.
Returns:
The ID of the extension this governor comes from.
Since:
7.1.1

setExtensionID

public static void setExtensionID(PolicyGovernor governor,
                                  int extensionID)
Parameters:
governor - The PolicyGovernor to set the extension ID for.
extensionID - The ID of the extension this governor comes from.
Since:
7.1.1