|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.emp.cci.eci.ECIManagedConnection
This class should not be used directly by applications.
Method Summary | |
void |
addConnectionEventListener(ConnectionEventListener l)
|
void |
associateConnection(Object conn)
|
void |
cleanup()
|
void |
destroy()
|
boolean |
equals(Object o)
|
Object |
getConnection(Subject subject,
ConnectionRequestInfo cri)
|
LocalTransaction |
getLocalTransaction()
Not supported. |
PrintWriter |
getLogWriter()
|
ManagedConnectionMetaData |
getMetaData()
|
XAResource |
getXAResource()
Not supported. |
int |
hashCode()
|
void |
removeConnectionEventListener(ConnectionEventListener l)
|
void |
setLogWriter(PrintWriter pw)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Object getConnection(Subject subject, ConnectionRequestInfo cri) throws ResourceException
getConnection
in interface ManagedConnection
ResourceException
public void destroy() throws ResourceException
destroy
in interface ManagedConnection
ResourceException
public void cleanup() throws ResourceException
cleanup
in interface ManagedConnection
ResourceException
public void associateConnection(Object conn) throws ResourceException
associateConnection
in interface ManagedConnection
ResourceException
public void addConnectionEventListener(ConnectionEventListener l)
addConnectionEventListener
in interface ManagedConnection
public void removeConnectionEventListener(ConnectionEventListener l)
removeConnectionEventListener
in interface ManagedConnection
public XAResource getXAResource() throws NotSupportedException
getXAResource
in interface ManagedConnection
NotSupportedException
- alwayspublic LocalTransaction getLocalTransaction() throws NotSupportedException
getLocalTransaction
in interface ManagedConnection
NotSupportedException
- alwayspublic ManagedConnectionMetaData getMetaData()
getMetaData
in interface ManagedConnection
public PrintWriter getLogWriter()
getLogWriter
in interface ManagedConnection
public void setLogWriter(PrintWriter pw)
setLogWriter
in interface ManagedConnection
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |