|
Oracle Application Server Web Cache Invalidation API Reference 10g (9.0.4) B10402-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.net.http.HttpMessage
|
+--oracle.webcache.invalidation.InvalidationMessage
This class represents an OracleAS Web Cache invalidation message.
| Constructor Summary | |
|
InvalidationMessage(boolean useSOAP)Constructs an empty invalidation message. |
|
InvalidationMessage(boolean useSOAP, boolean disconnect)Constructs an empty invalidation message. |
|
InvalidationMessage(boolean useSOAP, boolean disconnect, boolean chunked)Constructs an empty invalidation message. |
protected |
InvalidationMessage(java.lang.String msg) |
| Method Summary | |
void |
add(ObjectInvalidator objInv)Adds an ObjectInvalidator to invalidation message. |
void |
add(Uri uri)Adds new document(s) to invalidation message. |
java.lang.String |
getBody()Returns invalidation message in the form of an XML document. |
java.lang.String |
toString()Returns invalidation message in the form of an XML document. |
| Methods inherited from class oracle.net.http.HttpMessage |
copy, getHeaders, getMethod, getPage, setBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InvalidationMessage(boolean useSOAP)
useSOAP - reserved for future use, must be false
public InvalidationMessage(boolean useSOAP,
boolean disconnect)
useSOAP - reserved for future use, must be falsedisconnect - if true, instructs Web Cache to perform invalidation in "disconnected" mode.
public InvalidationMessage(boolean useSOAP,
boolean disconnect,
boolean chunked)
useSOAP - reserved for future use, must be falsedisconnect - if true, instructs Web Cache to perform invalidation in "disconnected" mode.chunked - if true, instructs Web Cache to perform invalidation in "chunks" (yielding to other fibers in between).protected InvalidationMessage(java.lang.String msg)
| Method Detail |
public void add(Uri uri)
uri - URI of document(s) to be invalidatedUripublic void add(ObjectInvalidator objInv)
ObjectInvalidator to invalidation message.objInv - ObjectInvalidatorObjectInvalidatorpublic java.lang.String toString()
toString in class oracle.net.http.HttpMessagepublic java.lang.String getBody()
getBody in class oracle.net.http.HttpMessage
|
Oracle Application Server Web Cache Invalidation API Reference 10g (9.0.4) B10402-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||