Save This Page
Home » geronimo-2.2-source-release » org.apache.geronimo.connector.outbound » [javadoc | source]
org.apache.geronimo.connector.outbound
public class: ConnectionInfo [javadoc | source]
java.lang.Object
   org.apache.geronimo.connector.outbound.ConnectionInfo
ConnectionInfo.java Created: Thu Sep 25 14:29:07 2003
Constructor:
 public ConnectionInfo() 
 public ConnectionInfo(ManagedConnectionInfo mci) 
Method from org.apache.geronimo.connector.outbound.ConnectionInfo Summary:
equals,   getConnectionHandle,   getManagedConnectionInfo,   getTrace,   hashCode,   isApplicationManagedSecurity,   isUnshareable,   setApplicationManagedSecurity,   setConnectionHandle,   setManagedConnectionInfo,   setTrace,   setUnshareable
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.connector.outbound.ConnectionInfo Detail:
 public boolean equals(Object obj) 
 public Object getConnectionHandle() 
    Get the Connection value.
 public ManagedConnectionInfo getManagedConnectionInfo() 
    Get the Mci value.
 public Exception getTrace() 
 public int hashCode() 
 public boolean isApplicationManagedSecurity() 
 public boolean isUnshareable() 
 public  void setApplicationManagedSecurity(boolean applicationManagedSecurity) 
 public  void setConnectionHandle(Object connection) 
    Set the Connection value.
 public  void setManagedConnectionInfo(ManagedConnectionInfo mci) 
    Set the Mci value.
 public  void setTrace() 
 public  void setUnshareable(boolean unshareable)