com.ibm.tivoli.maximo.slroute

Interface SLRouteRemote

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


    public interface SLRouteRemote
    extends MboRemote
    • Method Detail

      • setSelectedResources

        void setSelectedResources(java.util.Collection resources)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setSelectedSLRoutes

        void setSelectedSLRoutes(java.util.Collection resources)
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getSelectedLabors

        java.util.List getSelectedLabors()
                                  throws MXException,
                                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getSelectedCrews

        java.util.List getSelectedCrews()
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getSelectedSLRoutes

        java.util.List getSelectedSLRoutes()
                                    throws MXException,
                                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setResourceSelection

        void setResourceSelection(java.lang.String attrKey,
                                  java.util.Map selectedKeys)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setSLRouteSelection

        void setSLRouteSelection(java.util.Map selectedKeys)
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getResourceSelection

        java.util.Vector getResourceSelection(java.lang.String attrKey)
                                       throws MXException,
                                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getSLRouteSelection

        java.util.Vector getSLRouteSelection()
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException