|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Business Policy Manager provides an interface by which a set of Business Policies can be associated with any object that implements it.
BusinessPolicy| Method Summary | |
void |
addBusinessPolicy(String policyKey,
BusinessPolicy businessPolicy)
Add a new business policy to the object with the specified key |
BusinessPolicy |
getBusinessPolicy(String policyKey)
Retrieve the business policy with the specified key. |
BusinessPolicy |
removeBusinessPolicy(String policyKey)
Remove the business policy with the specified key. |
| Method Detail |
public void addBusinessPolicy(String policyKey,
BusinessPolicy businessPolicy)
throws SystemException,
RemoteException
SystemException
RemoteException
public BusinessPolicy getBusinessPolicy(String policyKey)
throws SystemException,
RemoteException
SystemException
RemoteException
public BusinessPolicy removeBusinessPolicy(String policyKey)
throws SystemException,
RemoteException
SystemException
RemoteException
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||