|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.application.container.spi.sql.DatabaseConnectionRequestInfo
public class DatabaseConnectionRequestInfo
Database Connection Request Info
| 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 |
|---|
public DatabaseConnectionRequestInfo(Integer transactionIsolation)
transactionIsolation - the transaction isolation level; or
code>null if it has not been specified.| Method Detail |
|---|
public Integer getTransactionIsolation()
public boolean equals(Object that)
equals in interface ConnectionRequestInfoequals in class Objectpublic int hashCode()
hashCode in interface ConnectionRequestInfohashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||