Skip navigation links

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

E10665-01

A B C E G H I O S T U W


A

ActionInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the ACTION element of the WCSInvalidation.dtd.
ActionInvalidator(String) - Constructor for class oracle.webcache.invalidation.invalidators.ActionInvalidator
Constructs an ActionInvalidator element.
ActionInvalidator() - Constructor for class oracle.webcache.invalidation.invalidators.ActionInvalidator
Constructs an empty ActionInvalidator element.
add(Uri) - Method in class oracle.webcache.invalidation.InvalidationMessage
Adds new document(s) to invalidation message.
add(ObjectInvalidator) - Method in class oracle.webcache.invalidation.InvalidationMessage
Adds an ObjectInvalidator to invalidation message.
add(BasicSelectorInvalidator) - Method in class oracle.webcache.invalidation.InvalidationPreviewMessage
 
add(AdvancedSelectorInvalidator) - Method in class oracle.webcache.invalidation.InvalidationPreviewMessage
 
add(InvalidatorElement) - Method in class oracle.webcache.invalidation.invalidators.InvalidatorElement
Adds the specified invalidation message element to the current element.
add(Cookie) - Method in class oracle.webcache.invalidation.Uri
 
add(Header) - Method in class oracle.webcache.invalidation.Uri
 
addAttribute(String, String) - Method in class oracle.webcache.invalidation.invalidators.InvalidatorElement
 
AdvancedSelectorInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the ADVANCEDSELECTOR element of the WCSInvalidation.dtd.
AdvancedSelectorInvalidator(String, String, String, String, String) - Constructor for class oracle.webcache.invalidation.invalidators.AdvancedSelectorInvalidator
Constructs an AdvancedSelectorInvalidator element.
AdvancedSelectorInvalidator(String, String) - Constructor for class oracle.webcache.invalidation.invalidators.AdvancedSelectorInvalidator
Constructs an AdvancedSelectorInvalidator element.
AdvancedSelectorInvalidator(String) - Constructor for class oracle.webcache.invalidation.invalidators.AdvancedSelectorInvalidator
Constructs an AdvancedSelectorInvalidator element.

B

BasicSelectorInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the BASICSELECTOR element of the WCSInvalidation.dtd.
BasicSelectorInvalidator(String) - Constructor for class oracle.webcache.invalidation.invalidators.BasicSelectorInvalidator
Constructs a BasicSelectorInvalidator element.

C

Cookie - Class in oracle.webcache.invalidation
 
Cookie(String, String) - Constructor for class oracle.webcache.invalidation.Cookie
Constructs a Cookie invalidator element.
CookieInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the COOKIE element of the WCSInvalidation.dtd.
CookieInvalidator(String, String) - Constructor for class oracle.webcache.invalidation.invalidators.CookieInvalidator
Constructs a CookieInvalidator element.

E

exceptionThrown() - Method in class oracle.webcache.invalidation.InvalidationResult
Was an exception thrown:

G

getBody() - Method in class oracle.webcache.invalidation.InvalidationMessage
Returns invalidation message in the form of an XML document.
getBody() - Method in class oracle.webcache.invalidation.InvalidationPreviewMessage
Returns invalidation preview message in the form of an XML document.
getElapsedTime() - Method in class oracle.webcache.invalidation.InvalidationResult
Return elapsed time (in msecs)
getException() - Method in class oracle.webcache.invalidation.InvalidationResult
Returns exception
getObjectResults() - Method in class oracle.webcache.invalidation.InvalidationResult
Return ObjectResult sequence.
getResponseBody() - Method in class oracle.webcache.invalidation.InvalidationResult
Return HTTP response body
getResponseCode() - Method in class oracle.webcache.invalidation.InvalidationResult
Return HTTP response code
getResponseMessage() - Method in class oracle.webcache.invalidation.InvalidationResult
Return HTTP response message
getTotalNotCacheable() - Method in class oracle.webcache.invalidation.InvalidationResult
Return total number of "URI NOT CACHEABLE" occurences
getTotalNotFound() - Method in class oracle.webcache.invalidation.InvalidationResult
Return total number of "URI NOT FOUND" occurences
getTotalNumInv() - Method in class oracle.webcache.invalidation.InvalidationResult
Return total number of invalidated documents

H

Header - Class in oracle.webcache.invalidation
 
Header(String, String) - Constructor for class oracle.webcache.invalidation.Header
Constructs a Header invalidator element.
HeaderInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the HEADER element of the WCSInvalidation.dtd.
HeaderInvalidator(String, String) - Constructor for class oracle.webcache.invalidation.invalidators.HeaderInvalidator
Constructs a HeaderInvalidator element.

I

InfoInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the INFO element of the WCSInvalidation.dtd.
InfoInvalidator(String) - Constructor for class oracle.webcache.invalidation.invalidators.InfoInvalidator
 
InvalidationConnection - Class in oracle.webcache.invalidation
This class represents an Oracle Fusion Middleware Web Cache connection over which invalidation messages may be sent, either synchronously or asynchronously.
InvalidationConnection(String, String) - Constructor for class oracle.webcache.invalidation.InvalidationConnection
Constructs an Oracle Fusion Middleware Web Cache invalidation connection over which an invalidation message can be sent.
InvalidationConnection(String) - Constructor for class oracle.webcache.invalidation.InvalidationConnection
Constructs a Web Cache invalidation connection over which an invalidation message can be sent.
InvalidationConnection() - Constructor for class oracle.webcache.invalidation.InvalidationConnection
Constructs a Web Cache invalidation connection over which an invalidation message can be sent.
InvalidationConnection(HttpConnection) - Constructor for class oracle.webcache.invalidation.InvalidationConnection
 
InvalidationMessage - Class in oracle.webcache.invalidation
This class represents an Oracle Fusion Middleware Web Cache invalidation message.
InvalidationMessage(boolean) - Constructor for class oracle.webcache.invalidation.InvalidationMessage
Constructs an empty invalidation message.
InvalidationMessage(boolean, boolean) - Constructor for class oracle.webcache.invalidation.InvalidationMessage
Constructs an empty invalidation message.
InvalidationMessage(boolean, boolean, boolean) - Constructor for class oracle.webcache.invalidation.InvalidationMessage
Constructs an empty invalidation message.
InvalidationMessage(String) - Constructor for class oracle.webcache.invalidation.InvalidationMessage
 
InvalidationPreviewMessage - Class in oracle.webcache.invalidation
This class represents an Oracle Fusion Middleware Web Cache invalidation preview message.
InvalidationPreviewMessage(boolean) - Constructor for class oracle.webcache.invalidation.InvalidationPreviewMessage
Constructs an empty invalidation preview message.
InvalidationResult - Class in oracle.webcache.invalidation
This class represents the result of sending a Web Cache invalidation message.
InvalidationResult(HttpResponse) - Constructor for class oracle.webcache.invalidation.InvalidationResult
Encapsulates the result of an invalidation request
InvalidationResult(HttpResponse, Exception) - Constructor for class oracle.webcache.invalidation.InvalidationResult
Encapsulates the result of an invalidation request
Invalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the INVALIDATION element of the WCSInvalidation.dtd.
Invalidator(boolean) - Constructor for class oracle.webcache.invalidation.invalidators.Invalidator
Constructs an empty invalidation message.
Invalidator(boolean, boolean) - Constructor for class oracle.webcache.invalidation.invalidators.Invalidator
Constructs an empty invalidation preview message.
InvalidatorElement - Class in oracle.webcache.invalidation.invalidators
 
InvalidatorElement(String, String[]) - Constructor for class oracle.webcache.invalidation.invalidators.InvalidatorElement
 
InvalidatorElement(String) - Constructor for class oracle.webcache.invalidation.invalidators.InvalidatorElement
 

O

ObjectInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the OBJECT element of the WCSInvalidation.dtd.
ObjectInvalidator() - Constructor for class oracle.webcache.invalidation.invalidators.ObjectInvalidator
Constructs an empty invalidation item.
oracle.webcache.invalidation - package oracle.webcache.invalidation
Provides a set of classes for building and sending an invalidation request to the OracleAS Web Cache.
oracle.webcache.invalidation.invalidators - package oracle.webcache.invalidation.invalidators
Provides a set of classes for building an OracleAS Web Cache invalidation message - these are low level classes that map directly to WCSInvalidation.dtd which defines the format of an invalidation message (an XML document).
OtherInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the OTHER element of the WCSInvalidation.dtd.
OtherInvalidator(String, String, String) - Constructor for class oracle.webcache.invalidation.invalidators.OtherInvalidator
 

S

send(InvalidationMessage) - Method in class oracle.webcache.invalidation.InvalidationConnection
Sends an invalidation message to the Web Cache, in synchronous mode.
send(String) - Method in class oracle.webcache.invalidation.InvalidationConnection
Sends an invalidation message to the Web Cache, in synchronous mode.
send(InvalidationMessage, HttpListener, Object) - Method in class oracle.webcache.invalidation.InvalidationConnection
Sends an invalidation message to the Web Cache, in asynchronous mode.
send(String, HttpListener, Object) - Method in class oracle.webcache.invalidation.InvalidationConnection
Sends an invalidation message to the Web Cache, in asynchronous mode.
shutdown() - Static method in class oracle.webcache.invalidation.InvalidationConnection
Terminates all outstanding sender threads.
SimpleInvalidationConnection - Class in oracle.webcache.invalidation
This class represents an Oracle Fusion Middleware Web Cache connection over which invalidation messages may be sent, either synchronously or asynchronously.
SimpleInvalidationConnection(String, int, String) - Constructor for class oracle.webcache.invalidation.SimpleInvalidationConnection
Constructs a Web Cache invalidation connection over which an invalidation message can be sent.
SimpleInvalidationConnection(String, String, int, String) - Constructor for class oracle.webcache.invalidation.SimpleInvalidationConnection
Constructs a Web Cache invalidation connection over which an invalidation message can be sent.
SimpleInvalidationConnection(String, String) - Constructor for class oracle.webcache.invalidation.SimpleInvalidationConnection
Constructs a Web Cache invalidation connection over which an invalidation message can be sent.
SystemInfoInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the SYSTEMINFO element of the WCSInvalidation.dtd.
SystemInfoInvalidator(String, String) - Constructor for class oracle.webcache.invalidation.invalidators.SystemInfoInvalidator
 
SystemInvalidator - Class in oracle.webcache.invalidation.invalidators
This class represents the SYSTEMINFO element of the WCSInvalidation.dtd.
SystemInvalidator() - Constructor for class oracle.webcache.invalidation.invalidators.SystemInvalidator
 

T

toActionInvalidator() - Method in class oracle.webcache.invalidation.Uri
 
toSelectorInvalidator() - Method in class oracle.webcache.invalidation.Uri
 
toString() - Method in class oracle.webcache.invalidation.InvalidationMessage
Returns invalidation message in the form of an XML document.
toString() - Method in class oracle.webcache.invalidation.InvalidationPreviewMessage
Returns invalidation preview message in the form of an XML document.
toString() - Method in class oracle.webcache.invalidation.InvalidationResult
Returns the InvalidationResult document sent by the WebCache
toString(boolean) - Method in class oracle.webcache.invalidation.InvalidationResult
Returns the InvalidationResult document sent by the WebCache
toString() - Method in class oracle.webcache.invalidation.invalidators.Invalidator
Returns the current contents of the invalidation message buffer (in the form of an XML document).
toString() - Method in class oracle.webcache.invalidation.invalidators.InvalidatorElement
 

U

Uri - Class in oracle.webcache.invalidation
This class represents a cached document (or set of documents) in the Oracle Fusion Middlware Web Cache that is (are) to be invalidated.
Uri(String, boolean, int) - Constructor for class oracle.webcache.invalidation.Uri
 
Uri(String) - Constructor for class oracle.webcache.invalidation.Uri
 
usedProxy() - Method in class oracle.webcache.invalidation.InvalidationResult
Did request go thru a proxy host?

W

wasAccepted() - Method in class oracle.webcache.invalidation.InvalidationResult
Was this an HTTP_ACCEPTED response?
wasOK() - Method in class oracle.webcache.invalidation.InvalidationResult
Was this an HTTP_OK response?

A B C E G H I O S T U W

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.