sample
Class InteractionSpecImpl

java.lang.Object
  extended by sample.InteractionSpecImpl
All Implemented Interfaces:
java.io.Serializable, InteractionSpec

public class InteractionSpecImpl
extends java.lang.Object
implements InteractionSpec

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
 
Constructor Summary
InteractionSpecImpl()
           
 
Method Summary
 java.lang.String getFunctionName()
           
 int getInteractionVerb()
           
 void setFunctionName(java.lang.String functionName)
          A string representing the name of an EIS function
 void setInteractionVerb(int verb)
          An integer representing the mode of interaction with an EIS instance as specified by the InteractionSpec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionSpecImpl

public InteractionSpecImpl()
Method Detail

setFunctionName

public void setFunctionName(java.lang.String functionName)
A string representing the name of an EIS function


getFunctionName

public java.lang.String getFunctionName()

setInteractionVerb

public void setInteractionVerb(int verb)
An integer representing the mode of interaction with an EIS instance as specified by the InteractionSpec. Valid values are: SYNC_SEND, SYNC_SEND_RECEIVE, and SYNC_RECEIVE as defined in InteractionSpec interface.


getInteractionVerb

public int getInteractionVerb()


Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.