Skip navigation links

Oracle Fusion Middleware Invalidation Java API Reference for Oracle Web Cache
11g Release 1 (11.1.1)

E10665-01


oracle.webcache.invalidation.invalidators
Class InvalidatorElement

java.lang.Object
  extended by oracle.webcache.invalidation.invalidators.InvalidatorElement

Direct Known Subclasses:
ActionInvalidator, AdvancedSelectorInvalidator, BasicSelectorInvalidator, CookieInvalidator, HeaderInvalidator, InfoInvalidator, Invalidator, ObjectInvalidator, OtherInvalidator, SystemInfoInvalidator, SystemInvalidator

public class InvalidatorElement
extends java.lang.Object

Constructor Summary
protected InvalidatorElement(java.lang.String name)
           
protected InvalidatorElement(java.lang.String name, java.lang.String[] childNames)
           

 

Method Summary
 void add(InvalidatorElement el)
          Adds the specified invalidation message element to the current element.
protected  void addAttribute(java.lang.String name, java.lang.String value)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

InvalidatorElement

protected InvalidatorElement(java.lang.String name,
                             java.lang.String[] childNames)

InvalidatorElement

protected InvalidatorElement(java.lang.String name)

Method Detail

add

public void add(InvalidatorElement el)
         throws java.lang.IllegalArgumentException
Adds the specified invalidation message element to the current element.
Parameters:
el - the specfied invalidation message element
Throws:
java.lang.IllegalArgumentException - if el not a valid child for this element.

addAttribute

protected void addAttribute(java.lang.String name,
                            java.lang.String value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Invalidation Java API Reference for Oracle Web Cache
11g Release 1 (11.1.1)

E10665-01


Copyright © 2009 Oracle. All Rights Reserved.