com.jbase.jremote.jca.cci
Class CCIJRemoteInteraction
java.lang.Object
com.jbase.jremote.jca.cci.CCIJRemoteInteraction
- All Implemented Interfaces:
- javax.resource.cci.Interaction
public class CCIJRemoteInteraction
- extends java.lang.Object
- implements javax.resource.cci.Interaction
Method Summary |
void |
clearWarnings()
|
void |
close()
|
javax.resource.cci.Record |
execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record input)
|
boolean |
execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
|
javax.resource.cci.Connection |
getConnection()
|
javax.resource.cci.ResourceWarning |
getWarnings()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCIJRemoteInteraction
public CCIJRemoteInteraction(CCIJConnection c)
clearWarnings
public void clearWarnings()
throws javax.resource.ResourceException
- Specified by:
clearWarnings
in interface javax.resource.cci.Interaction
- Throws:
javax.resource.ResourceException
close
public void close()
throws javax.resource.ResourceException
- Specified by:
close
in interface javax.resource.cci.Interaction
- Throws:
javax.resource.ResourceException
execute
public javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record input)
throws javax.resource.ResourceException
- Specified by:
execute
in interface javax.resource.cci.Interaction
- Throws:
javax.resource.ResourceException
execute
public boolean execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
throws javax.resource.ResourceException
- Specified by:
execute
in interface javax.resource.cci.Interaction
- Throws:
javax.resource.ResourceException
getConnection
public javax.resource.cci.Connection getConnection()
- Specified by:
getConnection
in interface javax.resource.cci.Interaction
getWarnings
public javax.resource.cci.ResourceWarning getWarnings()
throws javax.resource.ResourceException
- Specified by:
getWarnings
in interface javax.resource.cci.Interaction
- Throws:
javax.resource.ResourceException
Copyright © 2010 TEMENOS. All Rights Reserved.