|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.connector.outbound.ConnectionInfo
ConnectionInfo.java Created: Thu Sep 25 14:29:07 2003
Constructor Summary | |
ConnectionInfo()
|
|
ConnectionInfo(ManagedConnectionInfo mci)
|
Method Summary | |
boolean |
equals(Object obj)
|
Object |
getConnectionHandle()
Get the Connection value. |
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 |
setManagedConnectionInfo(ManagedConnectionInfo mci)
Set the Mci value. |
void |
setTrace()
|
void |
setUnshareable(boolean unshareable)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionInfo()
public ConnectionInfo(ManagedConnectionInfo mci)
Method Detail |
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 boolean isUnshareable()
public void setUnshareable(boolean unshareable)
public boolean isApplicationManagedSecurity()
public void setApplicationManagedSecurity(boolean applicationManagedSecurity)
public boolean equals(Object obj)
public int hashCode()
public void setTrace()
public Exception getTrace()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |