public class ConnectionInfo extends Object
Constructor and Description |
---|
ConnectionInfo() |
ConnectionInfo(ManagedConnectionInfo mci) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getConnectionHandle()
Get the Connection value.
|
Object |
getConnectionProxy() |
ManagedConnectionInfo |
getManagedConnectionInfo()
Get the Mci value.
|
Exception |
getTrace() |
int |
hashCode() |
boolean |
isApplicationManagedSecurity() |
boolean |
isUnshareable() |
void |
setApplicationManagedSecurity(boolean applicationManagedSecurity) |
void |
setConnectionHandle(Object connection)
Set the Connection value.
|
void |
setConnectionProxy(Object connectionProxy) |
void |
setManagedConnectionInfo(ManagedConnectionInfo mci)
Set the Mci value.
|
void |
setTrace() |
void |
setUnshareable(boolean unshareable) |
String |
toString() |
public ConnectionInfo()
public ConnectionInfo(ManagedConnectionInfo mci)
public ManagedConnectionInfo getManagedConnectionInfo()
public void setManagedConnectionInfo(ManagedConnectionInfo mci)
mci
- The new Mci value.public Object getConnectionHandle()
public void setConnectionHandle(Object connection)
connection
- The new Connection value.public Object getConnectionProxy()
public void setConnectionProxy(Object connectionProxy)
public boolean isUnshareable()
public void setUnshareable(boolean unshareable)
public boolean isApplicationManagedSecurity()
public void setApplicationManagedSecurity(boolean applicationManagedSecurity)
public void setTrace()
public Exception getTrace()
Copyright © 2015. All rights reserved.