org.palo.api
Interface ConnectionContext


public interface ConnectionContext

ConnectionContext The context provides methods to access additional information about the currently used connection.

Version:
$Id: ConnectionContext.html,v 1.5 2009/07/09 11:01:46 ArndHouben Exp $

Method Summary
 boolean doSupportSubset2()
          Deprecated. PLEASE DON'T USE! SUBJECT TO CHANGE
 java.lang.Object getData(java.lang.String key)
          Deprecated. Please don't use! For internal usage only
 Rights getRights()
          Returns the Rights instance which is associated with this connection.
 ServerInfo getServerInfo()
          Returns the ServerInfo object associated with this connection to get more information about the underlying server.
 void setData(java.lang.String key, java.lang.Object data)
          Deprecated. Please don't use! For internal usage only
 

Method Detail

getData

java.lang.Object getData(java.lang.String key)
Deprecated. Please don't use! For internal usage only


setData

void setData(java.lang.String key,
             java.lang.Object data)
Deprecated. Please don't use! For internal usage only


doSupportSubset2

boolean doSupportSubset2()
Deprecated. PLEASE DON'T USE! SUBJECT TO CHANGE


getRights

Rights getRights()
Returns the Rights instance which is associated with this connection.

Returns:
the Right instance associated to this connection

getServerInfo

ServerInfo getServerInfo()
Returns the ServerInfo object associated with this connection to get more information about the underlying server.

Returns:
the ServerInfo object associated with this connection.