Interface ADOptionAble

    • Method Detail

      • modifyOptionDlg

        void modifyOptionDlg​(K_OPTION kOption,
                             boolean setUserHost,
                             java.lang.String sValUserHost,
                             int lValUserHost,
                             boolean setUser,
                             java.lang.String sValUser,
                             int lValUser,
                             boolean setGeneral,
                             java.lang.String sValGeneral,
                             int lValGeneral)
                      throws InoNetException,
                             SrvErrorException
        Modify the options specified by the given parameters.
        Parameters:
        kOption - Kind of the option
        setUserHost - isTrue, if user host option should be set
        sValUserHost - String value for the user host option
        lValUserHost - Long value for the user host option
        setUser - isTrue, if user option should be set
        sValUser - String value for the user option
        lValUser - Long value for the user option
        setGeneral - isTrue, if general option should be set
        sValGeneral - String value for the general option
        lValGeneral - Long value for the general option
        Throws:
        InoNetException
        SrvErrorException
      • getOwnedOption

        <T extends ADOption> java.util.List<T> getOwnedOption​(java.lang.Class<T> returnType,
                                                              K_CONTROL_OPTION... behaviourFlags)
                                                       throws InoNetException,
                                                              SrvErrorException
        The options which are owned by the current object.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException
        Sorted:
        the result may be sorted.