Oracle Application Server Web Cache Invalidation API Reference
10g (9.0.4)

B10402-01

oracle.webcache.invalidation
Class SimpleInvalidationConnection

java.lang.Object
  |
  +--oracle.webcache.invalidation.InvalidationConnection
        |
        +--oracle.webcache.invalidation.SimpleInvalidationConnection

public class SimpleInvalidationConnection
extends InvalidationConnection

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

SimpleInvalidationConnection

public 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.
Parameters:
host - hostname of Web Cache
port - invalidation port number used by Web Cache
auth - HTTP authorization string

SimpleInvalidationConnection

public 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.
Parameters:
protocol - protocol ("http" or "https")
host - hostname of Web Cache
port - invalidation port number used by Web Cache
auth - HTTP authorization string

SimpleInvalidationConnection

public SimpleInvalidationConnection(java.lang.String url,
                                    java.lang.String auth)
                             throws java.net.MalformedURLException
Constructs a Web Cache invalidation connection over which an invalidation message can be sent.
Parameters:
url - URL string of Web Cache
auth - HTTP authorization string

Oracle Application Server Web Cache Invalidation API Reference
10g (9.0.4)

B10402-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.