psdi.iface.proc

Class MaxIfaceCondition

  • java.lang.Object
    • psdi.iface.proc.MaxIfaceCondition


  • public class MaxIfaceCondition
    extends java.lang.Object
    Represents the set of MaxIfaceCondition.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.Map loadConditions(java.sql.Connection connection, java.lang.String usewith, java.lang.String ifaceName, java.lang.String osName, java.lang.String procName)
      Load conditions and all it's detail to a HashMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxIfaceCondition

        public MaxIfaceCondition()
    • Method Detail

      • loadConditions

        public static java.util.Map loadConditions(java.sql.Connection connection,
                                                   java.lang.String usewith,
                                                   java.lang.String ifaceName,
                                                   java.lang.String osName,
                                                   java.lang.String procName)
                                            throws MXException,
                                                   java.rmi.RemoteException
        Load conditions and all it's detail to a HashMap
        Parameters:
        connection - MAXIMO DB connection
        ifaceName - the service/ channel name
        procName - Rule name
        Returns:
        All conditions in a HashMap
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception