com.ibm.tivoli.maximo.interaction.policy

Class InteractionPolicyCache

    • Method Detail

      • getInstance

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

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

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

        public PolicyInfo getPolicyInfo(java.lang.String id)
        Get the EndPointInfo object
        Parameters:
        id - policy id
        Returns:
        EndPointInfo object