|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.jca.cci.JPPFInteraction
public class JPPFInteraction
Implementation of the Interaction interface.
| Constructor Summary | |
|---|---|
JPPFInteraction(JPPFConnectionImpl conn)
Intialize this interaction with a specified connection. |
|
| Method Summary | |
|---|---|
void |
clearWarnings()
|
void |
close()
|
Record |
execute(InteractionSpec ispec,
Record input)
This method does nothing. |
boolean |
execute(InteractionSpec ispec,
Record input,
Record output)
This method does nothing. |
Connection |
getConnection()
Get the connection. |
ResourceWarning |
getWarnings()
This method does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JPPFInteraction(JPPFConnectionImpl conn)
conn - a Connection instance.| Method Detail |
|---|
public void clearWarnings()
clearWarnings in interface InteractionInteraction.clearWarnings()public void close()
close in interface InteractionInteraction.close()
public Record execute(InteractionSpec ispec,
Record input)
throws ResourceException
execute in interface Interactionispec - not used.input - not used.
ResourceException - .Interaction.execute(javax.resource.cci.InteractionSpec, javax.resource.cci.Record)
public boolean execute(InteractionSpec ispec,
Record input,
Record output)
throws ResourceException
execute in interface Interactionispec - not used.input - not used.output - not used.
ResourceException - .Interaction.execute(javax.resource.cci.InteractionSpec, javax.resource.cci.Record, javax.resource.cci.Record)public Connection getConnection()
getConnection in interface InteractionConnection instance.Interaction.getConnection()public ResourceWarning getWarnings()
getWarnings in interface InteractionInteraction.getWarnings()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||