Skip navigation links

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

E10665-01


oracle.webcache.invalidation
Class SimpleInvalidationConnection

java.lang.Object
  extended by oracle.webcache.invalidation.InvalidationConnection
      extended by oracle.webcache.invalidation.SimpleInvalidationConnection


public class SimpleInvalidationConnection
extends InvalidationConnection

This class represents an Oracle Fusion Middleware 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.

 

Method Summary

 

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
Throws:
java.net.MalformedURLException

Skip navigation links

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.