psdi.iface.app.wsregistry

Class MaxWSRegistryProcess

    • Constructor Detail

      • MaxWSRegistryProcess

        public MaxWSRegistryProcess()
                             throws MXException,
                                    java.rmi.RemoteException
        Construct the MaxWSRegistryProcess class
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception
    • Method Detail

      • checkAdditionalRules

        public void checkAdditionalRules()
                                  throws MXException,
                                         java.rmi.RemoteException
        Method to call at the end of processing can be used to set data for the whole object.
        Overrides:
        checkAdditionalRules in class MosProcessImpl
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • afterProcess

        public void afterProcess()
                          throws MXException,
                                 java.rmi.RemoteException
        Default method to to call after whole XML is processed.
        Overrides:
        afterProcess in class MosProcessImpl
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • processDeployment

        public void processDeployment(java.util.List processList,
                                      boolean deploy)
                               throws MXException,
                                      java.rmi.RemoteException
        Deploy/undeploy Web Services.
        Parameters:
        processList - list of services to process
        deploy/undeploy - indicator
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception