psdi.iface.app.ifaceproc

Interface MaxCondDetailRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    MaxCondDetail


    public interface MaxCondDetailRemote
    extends MboRemote
    Remote Interface to the MaxCondDetail object.

    Attributes are described in MaxCondDetail.

    • Method Detail

      • checkConditionType

        void checkConditionType(java.lang.String type)
                         throws MXException,
                                java.rmi.RemoteException
        This method will set fields based on the Condition Type.
        Parameters:
        type - Condition Type
        Throws:
        MXException
        java.rmi.RemoteException
      • checkCompareType

        void checkCompareType(java.lang.String type)
                       throws MXException,
                              java.rmi.RemoteException
        This method will set fields based on the Compare Type.
        Parameters:
        type - Compare Type
        Throws:
        MXException
        java.rmi.RemoteException
      • checkEvalType

        void checkEvalType(java.lang.String evalType,
                           boolean isInit)
                    throws MXException,
                           java.rmi.RemoteException
        This method will set fields based on the Eval Type.
        Parameters:
        type - Eval Type
        fromInit - Called from init method or from the validation class
        Throws:
        MXException
        java.rmi.RemoteException