KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > cci > Interaction

javax.resource.cci
Interface Interaction

See Also:
Top Examples, Source Code, ResultSet

public void clearWarnings()
                   throws ResourceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void close()
           throws ResourceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Record execute(InteractionSpec ispec,
                      Record input)
               throws ResourceException
See Also:
NotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean execute(InteractionSpec ispec,
                       Record input,
                       Record output)
                throws ResourceException
See Also:
NotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Connection getConnection()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ResourceWarning getWarnings()
                            throws ResourceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags