psdi.iface.mic

Class InvokeChannelCache

    • Method Detail

      • getInvokeInfo

        public InvokeInfo getInvokeInfo(java.lang.String invkChannelName)
      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Returns:
        the name of the cache
      • getInvokeChannelMap

        public java.util.Map getInvokeChannelMap()
      • getInvokeChannel

        public InvokeChannel getInvokeChannel(java.lang.String invkChannelName)