|
|||||||||
| Home >> All >> javax >> resource >> [ cci overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.resource.cci
Interface Interaction

- public interface Interaction
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Method Summary | |
void |
clearWarnings()
|
void |
close()
|
Record |
execute(InteractionSpec ispec,
Record input)
|
boolean |
execute(InteractionSpec ispec,
Record input,
Record output)
|
Connection |
getConnection()
|
ResourceWarning |
getWarnings()
|
| Method Detail |
close
public void close()
throws javax.resource.ResourceException
getConnection
public Connection getConnection()
execute
public boolean execute(InteractionSpec ispec, Record input, Record output) throws javax.resource.ResourceException
execute
public Record execute(InteractionSpec ispec, Record input) throws javax.resource.ResourceException
getWarnings
public ResourceWarning getWarnings() throws javax.resource.ResourceException
clearWarnings
public void clearWarnings()
throws javax.resource.ResourceException
|
|||||||||
| Home >> All >> javax >> resource >> [ cci overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC