com.ibm.broker.plugin

Class MbGlobalMapSessionPolicy

  • java.lang.Object
    • com.ibm.broker.plugin.MbGlobalMapSessionPolicy


  • public class MbGlobalMapSessionPolicy
    extends java.lang.Object
    MbGlobalMapSessionPolicy is a container for properties to be set on a given MbGlobalMap object. Available properties at this time are : int - timeToLive - this is a period of time, in seconds. Cache entries created by a MbGlobalMap object will automatically be evicted from the cache when this period of time (since the last update of that data) has elapsed.
    • Constructor Detail

      • MbGlobalMapSessionPolicy

        public MbGlobalMapSessionPolicy(int timeToLive)
        Parameters:
        timeToLive - - int This is a period of time, in seconds. Cache entries created by a MbGlobalMap object will automatically be evicted from the cache when this period of time (since the last update of that data) has elapsed.
    • Method Detail

      • getTimeToLive

        public int getTimeToLive()
      • setTimeToLive

        public void setTimeToLive(int timeToLive)
IBM Integration BusTM
JavaTM Plugin Node API