com.ibm.commerce.context.content.resources.dynacache

Class InvalidationIDKeyValueComponentImpl

  • java.lang.Object
    • com.ibm.commerce.context.content.resources.dynacache.InvalidationIDKeyValueComponentImpl
  • All Implemented Interfaces:
    InvalidationIDComponent


    public class InvalidationIDKeyValueComponentImpl
    extends java.lang.Object
    implements InvalidationIDComponent
    InvalidationIDKeyValueComponentImpl implements the InvalidationIDComponent interface. It retrieves the value of a component by using a resource key to look up the value in a resource object.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getValue(java.lang.String resource, java.util.HashMap oneRecord, java.lang.String action, java.sql.Connection connection, java.lang.String schema)
      returns the value of the component.
      void initialize(org.w3c.dom.Node component)
      initializes the component.
      java.lang.String toString()
      returns a string representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InvalidationIDKeyValueComponentImpl

        public InvalidationIDKeyValueComponentImpl()
        the default constructor.
    • Method Detail

      • getValue

        public java.lang.String getValue(java.lang.String resource,
                                         java.util.HashMap oneRecord,
                                         java.lang.String action,
                                         java.sql.Connection connection,
                                         java.lang.String schema)
        returns the value of the component.
        Specified by:
        getValue in interface InvalidationIDComponent
        Parameters:
        resource - the resource.
        oneRecord - a HashMap object containing the values in the resource object.
        action - the action performed against the resource object.
        connection - the database connection.
        schema - the database schema name.
        Returns:
        the value of the component.
      • toString

        public java.lang.String toString()
        returns a string representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of the object.