com.j_spaces.jca
Class GSInteractionSpec

java.lang.Object
  extended by com.j_spaces.jca.GSInteractionSpec
All Implemented Interfaces:
Serializable, InteractionSpec

public class GSInteractionSpec
extends Object
implements InteractionSpec

JCA Interaction Spec

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE
 
Constructor Summary
GSInteractionSpec()
           
 
Method Summary
 String getFunctionName()
           
 void setFunctionName(String fname)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSInteractionSpec

public GSInteractionSpec()
Method Detail

setFunctionName

public void setFunctionName(String fname)

getFunctionName

public String getFunctionName()