psdi.common.role

Class CustomRoleAdapter

  • java.lang.Object
    • psdi.common.role.CustomRoleAdapter
    • Constructor Detail

      • CustomRoleAdapter

        public CustomRoleAdapter()
    • Method Detail

      • evaluateToEmail

        public java.lang.String[] evaluateToEmail(MaxRole roleMbo,
                                                  MboRemote mbo)
                                           throws MXException,
                                                  java.rmi.RemoteException
        Automatically creates an email array from what's returned from the method evaluateCustomRole.
        Specified by:
        evaluateToEmail in interface CustomRoleInterface
        Parameters:
        roleMbo - This is the role which has the custom class name.
        mbo - The current mbo.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.common.role.CustomRoleInterface#evaluateToEmail(psdi.common.role.MaxRoleRemote)