|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
DatasourceAccessor
oracle.toplink.eis.EISAccessor
EISAccessor
is an implementation of the Accessor
interface. It is responsible for:
EISInteraction
, EISLogin
, Serialized FormConstructor Summary | |
EISAccessor() Default Constructor. |
Method Summary | |
java.lang.Object |
basicExecuteCall(Call call, DatabaseRow translationRow, Session session) Execute the interaction. |
void |
basicRollbackTransaction(Session session) Rollback the local transaction on the datasource. |
java.lang.Object |
executeCall(Call call, DatabaseRow translationRow, Session session) Avoid super to have logging occur after possible manual auto-commit. |
javax.resource.cci.Connection |
getCCIConnection() Return the CCI connection to the EIS resource adapter. |
EISPlatform |
getEISPlatform() Return and cast the platform. |
javax.resource.cci.RecordFactory |
getRecordFactory() Return the RecordFactory. |
void |
setRecordFactory(javax.resource.cci.RecordFactory recordFactory) Set the RecordFactory. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EISAccessor()
Method Detail |
public java.lang.Object executeCall(Call call, DatabaseRow translationRow, Session session) throws DatabaseException
DatabaseException
public java.lang.Object basicExecuteCall(Call call, DatabaseRow translationRow, Session session) throws DatabaseException
DatabaseException
public javax.resource.cci.Connection getCCIConnection()
public EISPlatform getEISPlatform()
public javax.resource.cci.RecordFactory getRecordFactory()
public void setRecordFactory(javax.resource.cci.RecordFactory recordFactory)
public void basicRollbackTransaction(Session session) throws DatabaseException
DatabaseException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |