public abstract class CustomRoleAdapter extends java.lang.Object implements CustomRoleInterface
Constructor and Description |
---|
CustomRoleAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
evaluateToEmail(MaxRole roleMbo,
MboRemote mbo)
Automatically creates an email array from what's returned from the method
evaluateCustomRole.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateCustomRole
public java.lang.String[] evaluateToEmail(MaxRole roleMbo, MboRemote mbo) throws MXException, java.rmi.RemoteException
evaluateToEmail
in interface CustomRoleInterface
roleMbo
- This is the role which has the custom class name.mbo
- The current mbo.MXException
java.rmi.RemoteException
psdi.common.role.CustomRoleInterface#evaluateToEmail(psdi.common.role.MaxRoleRemote)