psdi.app.dpldasset.virtual

Interface PromoteNodeSetRemote

  • All Superinterfaces:
    MboAccessInterface, MboSetRemote, java.rmi.Remote, Transactable
    All Known Implementing Classes:
    PromoteNodeSet


    public interface PromoteNodeSetRemote
    extends MboSetRemote
    PromoteEscDefault Set Remote
    Since:
    7.2
    See Also:
    psdi.PromoteDefaultSet.app.dpldasset.PromoteDefaultSet, psdi.PromoteDefault.app.dpldasset.PromoteDefault
    • Method Detail

      • getUserMessage

        java.lang.String getUserMessage()
                                 throws java.rmi.RemoteException,
                                        MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • findByNodeID

        PromoteNodeRemote findByNodeID(java.lang.Long nodeid)
                                throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getOrderedNodeIdList

        java.util.List getOrderedNodeIdList()
                                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • initNodeMap

        void initNodeMap()
                  throws java.rmi.RemoteException,
                         MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • initLinkedAssets

        void initLinkedAssets()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getAlreadyPromoted

        java.util.List getAlreadyPromoted()
                                   throws java.rmi.RemoteException
        Retrieve the list of the already promoted nodes
        Throws:
        java.rmi.RemoteException
      • getAlreadyLinked

        java.util.List getAlreadyLinked()
                                 throws java.rmi.RemoteException
        Retrieve the list of the already recon linked (but nor promoted) nodes
        Throws:
        java.rmi.RemoteException
      • getNewlyPromoted

        java.util.List getNewlyPromoted()
                                 throws java.rmi.RemoteException
        Retrieve the list of the newly promoted nodes
        Throws:
        java.rmi.RemoteException