| java.lang.Object com.myeis.j2c.MyEISInteraction
MyEISInteraction | public class MyEISInteraction implements Interaction(Code) | | |
Method Summary | |
public void | clearWarnings() | public void | close() | public boolean | execute(InteractionSpec interactionSpec, Record inputRecord, Record outputRecord) | public Record | execute(InteractionSpec arg0, Record arg1) | public Connection | getConnection() | public ResourceWarning | getWarnings() |
MyEISInteraction | public MyEISInteraction(Connection connection)(Code) | | Constructor
|
clearWarnings | public void clearWarnings() throws ResourceException(Code) | | See Also: Interaction.clearWarnings |
close | public void close() throws ResourceException(Code) | | See Also: Interaction.close |
execute | public boolean execute(InteractionSpec interactionSpec, Record inputRecord, Record outputRecord) throws ResourceException(Code) | | See Also: Interaction.execute(InteractionSpecRecordRecord) |
execute | public Record execute(InteractionSpec arg0, Record arg1) throws ResourceException(Code) | | See Also: Interaction.execute(InteractionSpecRecord) |
getConnection | public Connection getConnection()(Code) | | See Also: Interaction.getConnection |
getWarnings | public ResourceWarning getWarnings() throws ResourceException(Code) | | See Also: Interaction.getWarnings |
|
|