com.ibm.tivoli.maximo.srvad.app

Interface ServiceAddressRemote

    • Method Detail

      • isParent

        java.lang.Boolean isParent()
                            throws MXException,
                                   java.rmi.RemoteException
        Returns if this SA is a parent (original) SA. Also, a SA must be only a parent after save is completed. If a SA is 'becoming' a parent this method should return false. ServiceAddressRemote.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • makeSAParent

        void makeSAParent()
                   throws MXException,
                          java.rmi.RemoteException
        Modify SA attributes to make it a main SA (parent)
        Throws:
        MXException
        java.rmi.RemoteException
      • makeEditableOnSAInfoEdit

        boolean makeEditableOnSAInfoEdit(MboRemote checker)
                                  throws java.rmi.RemoteException,
                                         MXException
        Check if SAEDITABLE maxvar is enabled. If no the service address record has its attributes open to be edited.
        Parameters:
        checker -
        Returns:
        the SAEDITABLE maxvar state: enabled/disabled.
        Throws:
        java.rmi.RemoteException
        MXException