|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.connector.impl.DomingoConnectionImpl
public final class DomingoConnectionImpl
Constructor Summary | |
---|---|
DomingoConnectionImpl(DomingoManagedConnection mc)
Constructor. |
Method Summary | |
---|---|
void |
close()
|
javax.resource.cci.Interaction |
createInteraction()
This method always throw an exception since interaction is not supported. |
java.lang.String |
getEISProductName()
|
java.lang.String |
getEISProductVersion()
|
javax.resource.cci.LocalTransaction |
getLocalTransaction()
This method always throw an exception since transacctions are not supported. |
javax.resource.cci.ConnectionMetaData |
getMetaData()
|
de.bea.domingo.DNotesMonitor |
getMonitor()
Returns the associated monitor. |
javax.resource.cci.ResultSetInfo |
getResultSetInfo()
This method always throw an exception since result-set-inifo is not supported. |
de.bea.domingo.DSession |
getSession()
Returns the domingo session of a connection. |
java.lang.String |
getUserName()
|
void |
reassociate(DomingoManagedConnection mc)
Reassociated a session with a new managed connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomingoConnectionImpl(DomingoManagedConnection mc) throws javax.resource.ResourceException
mc
- the managed connection
javax.resource.ResourceException
- if the connection cannot be createdMethod Detail |
---|
public de.bea.domingo.DNotesMonitor getMonitor()
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Connection
javax.resource.ResourceException
Connection.close()
public javax.resource.cci.Interaction createInteraction() throws javax.resource.ResourceException
createInteraction
in interface javax.resource.cci.Connection
javax.resource.ResourceException
Connection.createInteraction()
public javax.resource.cci.LocalTransaction getLocalTransaction() throws javax.resource.ResourceException
getLocalTransaction
in interface javax.resource.cci.Connection
javax.resource.ResourceException
Connection.getLocalTransaction()
public javax.resource.cci.ConnectionMetaData getMetaData() throws javax.resource.ResourceException
getMetaData
in interface javax.resource.cci.Connection
javax.resource.ResourceException
Connection.getMetaData()
public javax.resource.cci.ResultSetInfo getResultSetInfo() throws javax.resource.ResourceException
getResultSetInfo
in interface javax.resource.cci.Connection
javax.resource.ResourceException
Connection.getResultSetInfo()
public void reassociate(DomingoManagedConnection mc)
reassociate
in interface DomingoConnection
mc
- the new managed connectionDomingoConnection.reassociate(de.bea.domingo.connector.impl.DomingoManagedConnection)
public java.lang.String getEISProductName() throws javax.resource.ResourceException
getEISProductName
in interface javax.resource.cci.ConnectionMetaData
javax.resource.ResourceException
ConnectionMetaData.getEISProductName()
public java.lang.String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion
in interface javax.resource.cci.ConnectionMetaData
javax.resource.ResourceException
ConnectionMetaData.getEISProductVersion()
public java.lang.String getUserName() throws javax.resource.ResourceException
getUserName
in interface javax.resource.cci.ConnectionMetaData
javax.resource.ResourceException
ConnectionMetaData.getUserName()
public de.bea.domingo.DSession getSession() throws javax.resource.ResourceException
getSession
in interface DomingoConnection
javax.resource.ResourceException
- if the session cannot be created.DomingoConnection.getSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |