org.openmdx.kernel.application.container.spi.sql
Class DatabaseConnectionRequestInfo

java.lang.Object
  extended by org.openmdx.kernel.application.container.spi.sql.DatabaseConnectionRequestInfo
All Implemented Interfaces:
Serializable, ConnectionRequestInfo

public class DatabaseConnectionRequestInfo
extends Object
implements Serializable, ConnectionRequestInfo

Database Connection Request Info

See Also:
Serialized Form

Constructor Summary
DatabaseConnectionRequestInfo(Integer transactionIsolation)
          Constructor
 
Method Summary
 boolean equals(Object that)
          Checks whether this instance is equal to another.
 Integer getTransactionIsolation()
           
 int hashCode()
          Returns the hashCode of the ConnectionRequestInfo.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseConnectionRequestInfo

public DatabaseConnectionRequestInfo(Integer transactionIsolation)
Constructor

Parameters:
transactionIsolation - the transaction isolation level; or code>null if it has not been specified.
Method Detail

getTransactionIsolation

public Integer getTransactionIsolation()
Returns:
Returns the transactionIsolation.

equals

public boolean equals(Object that)
Checks whether this instance is equal to another.

Specified by:
equals in interface ConnectionRequestInfo
Overrides:
equals in class Object

hashCode

public int hashCode()
Returns the hashCode of the ConnectionRequestInfo.

Specified by:
hashCode in interface ConnectionRequestInfo
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.