org.sourceforge.bdbadapter.cci
Class InteractionSpecImpl

java.lang.Object
  |
  +--org.sourceforge.bdbadapter.cci.InteractionSpecImpl
All Implemented Interfaces:
javax.resource.cci.InteractionSpec, java.io.Serializable

public class InteractionSpecImpl
extends java.lang.Object
implements javax.resource.cci.InteractionSpec

See Also:
Serialized Form

Field Summary
private  java.beans.PropertyChangeSupport changes
           
static java.lang.String ERRORCODE_DUPLICATE_KEY
           
static java.lang.String ERRORCODE_KEY_NOT_FOUND
           
private  int executionTimeout
           
static java.lang.String FUNCTION_CREATE
           
static java.lang.String FUNCTION_DEL
           
static java.lang.String FUNCTION_GET
           
static java.lang.String FUNCTION_GET_STREAM
           
static java.lang.String FUNCTION_PUT
           
static java.lang.String FUNCTION_PUT_STREAM
           
static java.lang.String FUNCTION_RESET
           
private  java.lang.String functionName
           
private  int interactionVerb
           
 
Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
 
Constructor Summary
InteractionSpecImpl()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
 int getExecutionTimeout()
           
 java.lang.String getFunctionName()
           
 int getInteractionVerb()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void setExecutionTimeout(int executionTimeout)
           
 void setFunctionName(java.lang.String functionName)
           
 void setInteractionVerb(int interactionVerb)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

functionName

private java.lang.String functionName

interactionVerb

private int interactionVerb

executionTimeout

private int executionTimeout

changes

private java.beans.PropertyChangeSupport changes

FUNCTION_CREATE

public static final java.lang.String FUNCTION_CREATE

FUNCTION_PUT

public static final java.lang.String FUNCTION_PUT

FUNCTION_GET

public static final java.lang.String FUNCTION_GET

FUNCTION_PUT_STREAM

public static final java.lang.String FUNCTION_PUT_STREAM

FUNCTION_GET_STREAM

public static final java.lang.String FUNCTION_GET_STREAM

FUNCTION_DEL

public static final java.lang.String FUNCTION_DEL

FUNCTION_RESET

public static final java.lang.String FUNCTION_RESET

ERRORCODE_KEY_NOT_FOUND

public static final java.lang.String ERRORCODE_KEY_NOT_FOUND

ERRORCODE_DUPLICATE_KEY

public static final java.lang.String ERRORCODE_DUPLICATE_KEY
Constructor Detail

InteractionSpecImpl

public InteractionSpecImpl()
Method Detail

getFunctionName

public java.lang.String getFunctionName()

setFunctionName

public void setFunctionName(java.lang.String functionName)

getInteractionVerb

public int getInteractionVerb()

setInteractionVerb

public void setInteractionVerb(int interactionVerb)

getExecutionTimeout

public int getExecutionTimeout()

setExecutionTimeout

public void setExecutionTimeout(int executionTimeout)

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)