org.apache.geronimo.connector.outbound
Class ConnectionInfo

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.ConnectionInfo

public class ConnectionInfo
extends Object

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

ConnectionInfo

public ConnectionInfo()

ConnectionInfo

public ConnectionInfo(ManagedConnectionInfo mci)
Method Detail

getManagedConnectionInfo

public ManagedConnectionInfo getManagedConnectionInfo()
Get the Mci value.

Returns:
the Mci value.

setManagedConnectionInfo

public void setManagedConnectionInfo(ManagedConnectionInfo mci)
Set the Mci value.

Parameters:
mci - The new Mci value.

getConnectionHandle

public Object getConnectionHandle()
Get the Connection value.

Returns:
the Connection value.

setConnectionHandle

public void setConnectionHandle(Object connection)
Set the Connection value.

Parameters:
connection - The new Connection value.

isUnshareable

public boolean isUnshareable()

setUnshareable

public void setUnshareable(boolean unshareable)

isApplicationManagedSecurity

public boolean isApplicationManagedSecurity()

setApplicationManagedSecurity

public void setApplicationManagedSecurity(boolean applicationManagedSecurity)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setTrace

public void setTrace()

getTrace

public Exception getTrace()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.