javax.resource.cci
Interface Interaction
public interface Interaction
- Version:
- $Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 2008) $
close
void close()
throws ResourceException
- Throws:
ResourceException
getConnection
Connection getConnection()
execute
boolean execute(InteractionSpec ispec,
Record input,
Record output)
throws ResourceException
- Throws:
ResourceException
execute
Record execute(InteractionSpec ispec,
Record input)
throws ResourceException
- Throws:
ResourceException
getWarnings
ResourceWarning getWarnings()
throws ResourceException
- Throws:
ResourceException
clearWarnings
void clearWarnings()
throws ResourceException
- Throws:
ResourceException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.