javax.resource.cci
Interface Interaction
public interface Interaction
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
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 © 2006 Apache Software Foundation. All Rights Reserved.