com.ibm.websphere.batch.context

Interface PersistentMap

  • All Superinterfaces:
    java.io.Externalizable, java.io.Serializable


    public interface PersistentMap
    extends java.io.Externalizable
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean containsKey(java.lang.String key)
      Returns true if this map contains a mapping for the specified key
      boolean getBoolean(java.lang.String key)
      Returns the boolean value for the specified key.
      double getDouble(java.lang.String key)
      Returns the double value for the specified key.
      int getInt(java.lang.String key)
      Returns the int value for the specified key.
      long getLong(java.lang.String key)
      Returns the long value for the specified key.
      java.lang.String getString(java.lang.String key)
      Returns the String value for the specified key.
      void setBoolean(java.lang.String key, boolean value)
      Associates the specified boolean value with the specified key in this map.
      void setDouble(java.lang.String key, double value)
      Associates the specified double value with the specified key in this map.
      void setInt(java.lang.String key, int value)
      Associates the specified int value with the specified key in this map.
      void setLong(java.lang.String key, long value)
      Associates the specified long value with the specified key in this map.
      void setString(java.lang.String key, java.lang.String value)
      Associates the specified String value with the specified key in this map.
      • Methods inherited from interface java.io.Externalizable

        readExternal, writeExternal
    • Method Detail

      • containsKey

        boolean containsKey(java.lang.String key)
        Returns true if this map contains a mapping for the specified key
        Parameters:
        key -
        Returns:
        true or false
      • setBoolean

        void setBoolean(java.lang.String key,
                      boolean value)
        Associates the specified boolean value with the specified key in this map.
        Parameters:
        key -
        boolean - value
      • setDouble

        void setDouble(java.lang.String key,
                     double value)
        Associates the specified double value with the specified key in this map.
        Parameters:
        key -
        double - value
      • setInt

        void setInt(java.lang.String key,
                  int value)
        Associates the specified int value with the specified key in this map.
        Parameters:
        key -
        int - value
      • setLong

        void setLong(java.lang.String key,
                   long value)
        Associates the specified long value with the specified key in this map.
        Parameters:
        key -
        long - value
      • setString

        void setString(java.lang.String key,
                     java.lang.String value)
        Associates the specified String value with the specified key in this map.
        Parameters:
        key -
        String - value
IBM WebSphere Application ServerTM
Release 8.5