psdi.iface.mic

Class ExtSystemInfo

  • java.lang.Object
    • psdi.iface.mic.ExtSystemInfo


  • public class ExtSystemInfo
    extends java.lang.Object
    Describes ExtSystem class. Has all methods to access data from EXTSYSTEM table
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExtSystemInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getBidiConfig()
      Returns the Bidi Configuraiton value
      java.lang.String getEndPointName()
      Get the Endpoint for this external system
      java.lang.String getJMSMessageEncoding() 
      java.lang.String getQueueNameInCont()
      Returns the inbound Continuous Queue name
      java.lang.String getQueueNameInSeq()
      Returns the inbound Sequential Queue name
      java.lang.String getQueueNameOut()
      Returns the outbound Queue name
      java.lang.String getSystemName()
      Returns the name of the external system
      boolean isEnabled()
      Returns whether this external system is enabled or not
      void setBidiConfig(java.lang.String config)
      Set the Bidi Configuraiton value
      void setEnabled(int e)
      Sets whether this external system is enabled or not
      void setEndPointName(java.lang.String endPointName)
      Sets the Endpoint name for this external system
      void setJMSMessageEncoding(java.lang.String jmsmsgenc) 
      void setQueueNameInCont(java.lang.String q)
      Sets the inbound Continuous Queue name
      void setQueueNameInSeq(java.lang.String q)
      Sets the inbound Sequential Queue name
      void setQueueNameOut(java.lang.String queueNameOut)
      Sets the outbound Queue name
      void setSystemName(java.lang.String n)
      Set the name of the external system
      • Methods inherited from class java.lang.Object

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

      • ExtSystemInfo

        public ExtSystemInfo()
    • Method Detail

      • getBidiConfig

        public java.lang.String getBidiConfig()
        Returns the Bidi Configuraiton value
        Returns:
        Bidi Configuraiton value
      • setBidiConfig

        public void setBidiConfig(java.lang.String config)
        Set the Bidi Configuraiton value
        Parameters:
        Bidi - Configuraiton value
      • getSystemName

        public java.lang.String getSystemName()
        Returns the name of the external system
        Returns:
        name of the external system
      • setSystemName

        public void setSystemName(java.lang.String n)
        Set the name of the external system
        Parameters:
        n - name of the external system
      • setEnabled

        public void setEnabled(int e)
        Sets whether this external system is enabled or not
        Parameters:
        e - enabled flag
      • isEnabled

        public boolean isEnabled()
        Returns whether this external system is enabled or not
        Returns:
        true or false
      • setQueueNameOut

        public void setQueueNameOut(java.lang.String queueNameOut)
        Sets the outbound Queue name
        Parameters:
        queueNameOut - outbound Queue name
      • getQueueNameOut

        public java.lang.String getQueueNameOut()
        Returns the outbound Queue name
        Returns:
        the outbound Queue name
      • setQueueNameInSeq

        public void setQueueNameInSeq(java.lang.String q)
        Sets the inbound Sequential Queue name
        Parameters:
        q - inbound Sequential Queue name
      • getQueueNameInSeq

        public java.lang.String getQueueNameInSeq()
        Returns the inbound Sequential Queue name
        Returns:
        the inbound Sequential Queue name
      • setQueueNameInCont

        public void setQueueNameInCont(java.lang.String q)
        Sets the inbound Continuous Queue name
        Parameters:
        q - the inbound Continuous Queue name
      • getQueueNameInCont

        public java.lang.String getQueueNameInCont()
        Returns the inbound Continuous Queue name
        Returns:
        the inbound Continuous Queue name
      • setEndPointName

        public void setEndPointName(java.lang.String endPointName)
        Sets the Endpoint name for this external system
        Parameters:
        endPointName - endpoint for this external system
      • getEndPointName

        public java.lang.String getEndPointName()
        Get the Endpoint for this external system
        Returns:
        Endpoint for this external system
      • setJMSMessageEncoding

        public void setJMSMessageEncoding(java.lang.String jmsmsgenc)
      • getJMSMessageEncoding

        public java.lang.String getJMSMessageEncoding()