|
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.webcache.invalidation.InvalidationConnection
|
+--oracle.webcache.invalidation.SimpleInvalidationConnection
This class represents an OracleAS Web Cache connection over which invalidation messages may be sent, either synchronously or asynchronously.
| Constructor Summary | |
SimpleInvalidationConnection(java.lang.String host, int port, java.lang.String auth)Constructs a Web Cache invalidation connection over which an invalidation message can be sent. | |
SimpleInvalidationConnection(java.lang.String url, java.lang.String auth)Constructs a Web Cache invalidation connection over which an invalidation message can be sent. | |
SimpleInvalidationConnection(java.lang.String protocol, java.lang.String host, int port, java.lang.String auth)Constructs a Web Cache invalidation connection over which an invalidation message can be sent. | |
| Methods inherited from class oracle.webcache.invalidation.InvalidationConnection |
send, send, send, send, shutdown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleInvalidationConnection(java.lang.String host,
int port,
java.lang.String auth)
host - hostname of Web Cacheport - invalidation port number used by Web Cacheauth - HTTP authorization string
public SimpleInvalidationConnection(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String auth)
protocol - protocol ("http" or "https")host - hostname of Web Cacheport - invalidation port number used by Web Cacheauth - HTTP authorization string
public SimpleInvalidationConnection(java.lang.String url,
java.lang.String auth)
throws java.net.MalformedURLException
url - URL string of Web Cacheauth - HTTP authorization string
|
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 | |||||||||