public class ConnectionInfo
extends java.lang.Object
| Constructor and Description |
|---|
ConnectionInfo() |
ConnectionInfo(ManagedConnectionInfo mci) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getConnectionHandle()
Get the Connection value.
|
java.lang.Object |
getConnectionProxy() |
ManagedConnectionInfo |
getManagedConnectionInfo()
Get the Mci value.
|
java.lang.Exception |
getTrace() |
int |
hashCode() |
boolean |
isApplicationManagedSecurity() |
boolean |
isUnshareable() |
void |
setApplicationManagedSecurity(boolean applicationManagedSecurity) |
void |
setConnectionHandle(java.lang.Object connection)
Set the Connection value.
|
void |
setConnectionProxy(java.lang.Object connectionProxy) |
void |
setManagedConnectionInfo(ManagedConnectionInfo mci)
Set the Mci value.
|
void |
setTrace() |
void |
setUnshareable(boolean unshareable) |
java.lang.String |
toString() |
public ConnectionInfo()
public ConnectionInfo(ManagedConnectionInfo mci)
public ManagedConnectionInfo getManagedConnectionInfo()
public void setManagedConnectionInfo(ManagedConnectionInfo mci)
mci - The new Mci value.public java.lang.Object getConnectionHandle()
public void setConnectionHandle(java.lang.Object connection)
connection - The new Connection value.public java.lang.Object getConnectionProxy()
public void setConnectionProxy(java.lang.Object connectionProxy)
public boolean isUnshareable()
public void setUnshareable(boolean unshareable)
public boolean isApplicationManagedSecurity()
public void setApplicationManagedSecurity(boolean applicationManagedSecurity)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setTrace()
public java.lang.Exception getTrace()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2003-2016 The Apache Software Foundation. All Rights Reserved.