oracle.stellent.ridc.protocol
Class Connection

java.lang.Object
  extended by oracle.stellent.ridc.protocol.Connection
Direct Known Subclasses:
IdcHttpClientConnection, SocketConnection

public abstract class Connection
extends java.lang.Object

A connection to the Content Server for the given protocol.


Constructor Summary
Connection()
           
 
Method Summary
abstract  boolean isConnected()
           
protected  void reset()
          Reset the connection fields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

isConnected

public abstract boolean isConnected()
Returns:
true if this is connection is active

reset

protected void reset()
Reset the connection fields



Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.