Interface NamedObject

    • Method Detail

      • getName

        java.lang.String getName()
                          throws java.rmi.RemoteException
        Returns:
        the current name for the object.
        Throws:
        java.rmi.RemoteException - remote communication error
      • setName

        void setName​(java.lang.String newName)
              throws ApiException,
                     java.rmi.RemoteException
        Set a new name for the object.
        Parameters:
        newName - the new name
        Throws:
        ApiException - if newName is not a legal name.
        java.rmi.RemoteException - remote communication error