psdi.iface.mic

Class EndPointCache

    • Method Detail

      • getInstance

        public static final EndPointCache getInstance()
        Returns:
        the cache instance
      • getName

        public java.lang.String getName()
        Returns the name as registered in Maximo Cache
        Returns:
        MAXENDPOINT
      • getAllEndpoints

        public java.util.Map getAllEndpoints()
        Get all the defined endpoints. key is endpointname, value is MaxEndPointInfo object
        Returns:
        map of all the defined endpoints
      • getEndPointInfo

        public MaxEndPointInfo getEndPointInfo(java.lang.String endPointName)
        Get the EndPointInfo object
        Parameters:
        endPointName - endpoint name
        Returns:
        EndPointInfo object
      • getEndPointProperties

        public java.util.Map getEndPointProperties(java.lang.String endPointName)
                                            throws MXException
        Returns a map of property values for the given endpoint name. key is property name, value is property value.
        Parameters:
        endPointName - endpoint name
        Returns:
        map of Endpoint property/values
        Throws:
        MXException - if no such endpoint exists in the DD