oracle.webcache.invalidation.invalidators
Class InvalidatorElement
java.lang.Object
|
+--oracle.webcache.invalidation.invalidators.InvalidatorElement
- Direct Known Subclasses:
- ActionInvalidator, AdvancedSelectorInvalidator,
BasicSelectorInvalidator, CookieInvalidator, HeaderInvalidator,
Invalidator, ObjectInvalidator, OtherInvalidator,
SystemInfoInvalidator, SystemInvalidator
- public class InvalidatorElement
- extends java.lang.Object
Type | Method |
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 |
InvalidatorElement
protected InvalidatorElement(java.lang.String name,
java.lang.String[] childNames)
InvalidatorElement
protected InvalidatorElement(java.lang.String name)
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