java.lang.Objectcom.ibm.commerce.registry.BusinessPolicyRegistryEntry
This class defines a business policy registry entry.
Field Summary | |
protected BusinessPolicyAccessBean | bean |
protected BusinessPolicyCommandEntry[] | cmdEntry |
protected java.lang.String | policyId |
protected java.lang.String | policyType |
protected TypedProperty | prop |
Constructor Summary | |
BusinessPolicyRegistryEntry() Constructor BusinessPolicyRegistryEntry. |
Method Summary | |
BusinessPolicyAccessBean | getBean() Gets the business policy access bean. |
java.lang.Class | getCommandClass() Gets the default command class object. |
java.lang.Class | getCommandClass(java.lang.String interfaceName) Gets the command class object for a particular command interface. |
BusinessPolicyCommandEntry | getCommandEntry() Gets the first business policy command entry for this policy. |
BusinessPolicyCommandEntry | getCommandEntry(java.lang.String interfaceName) Gets the business policy command entry for a particular command interface. |
java.lang.String | getCommandInterface() Gets the default command interface name. |
java.lang.String | getPolicyId() Gets the policy Id. |
java.lang.String | getPolicyType() Gets the policy Id. |
TypedProperty | getProperties() Gets the business policy command properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected BusinessPolicyCommandEntry[] cmdEntry
protected java.lang.String policyId
protected java.lang.String policyType
protected TypedProperty prop
protected BusinessPolicyAccessBean bean
Constructor Detail |
public BusinessPolicyRegistryEntry()
Method Detail |
public BusinessPolicyAccessBean getBean()
public java.lang.Class getCommandClass()
public java.lang.Class getCommandClass(java.lang.String interfaceName)
public BusinessPolicyCommandEntry getCommandEntry()
public BusinessPolicyCommandEntry getCommandEntry(java.lang.String interfaceName)
public java.lang.String getCommandInterface()
public java.lang.String getPolicyId()
public java.lang.String getPolicyType()
public TypedProperty getProperties()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.