psdi.iface.mic

Class MaxEndPointInfo

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


  • public final class MaxEndPointInfo
    extends java.lang.Object
    Holds information about the Endpoint and it's properties
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxEndPointInfo(java.lang.String endPointName, java.lang.String description, java.lang.String handlerName)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Returns the endpoint description
      java.lang.String getEndPointName()
      Get the endpoint name
      java.lang.String getHandlerName()
      Get the handler name
      java.util.Map getProperties()
      Get the Map of properties associated with this endpoint.
      MaxEndPointPropInfo getProperty(java.lang.String property)
      Get the value associated with a property
      void setProperty(java.lang.String property, java.lang.String value, int over)
      Set the property value
      • Methods inherited from class java.lang.Object

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

      • MaxEndPointInfo

        public MaxEndPointInfo(java.lang.String endPointName,
                               java.lang.String description,
                               java.lang.String handlerName)
        Constructor
        Parameters:
        endPointName - the endpoint name
        description - the endpoint description
        handlerName - the handler name
    • Method Detail

      • getEndPointName

        public java.lang.String getEndPointName()
        Get the endpoint name
        Returns:
        the endpoint name
      • getHandlerName

        public java.lang.String getHandlerName()
        Get the handler name
        Returns:
        the handler name
      • getProperties

        public java.util.Map getProperties()
        Get the Map of properties associated with this endpoint. The key is the property name, the the value is the property value
        Returns:
        Map of properties
      • setProperty

        public void setProperty(java.lang.String property,
                                java.lang.String value,
                                int over)
        Set the property value
        Parameters:
        property - the property name
        value - the property value
        over - can this property being overriden
      • getProperty

        public MaxEndPointPropInfo getProperty(java.lang.String property)
        Get the value associated with a property
        Parameters:
        property - the property
        Returns:
        the value associated with this property
      • getDescription

        public java.lang.String getDescription()
        Returns the endpoint description
        Returns:
        the endpoint description