|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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()
BusinessPolicyRegistryEntry constructor comment. |
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 BusinessPolicyAccessBean bean
protected BusinessPolicyCommandEntry[] cmdEntry
protected java.lang.String policyId
protected java.lang.String policyType
protected TypedProperty prop
Constructor Detail |
public BusinessPolicyRegistryEntry()
Method Detail |
public BusinessPolicyAccessBean getBean()
public java.lang.Class getCommandClass()
public java.lang.Class getCommandClass(java.lang.String interfaceName)
interfaceName
- String - command interface namepublic 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()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |