IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ola
Class InteractionSpecImpl

java.lang.Object
  extended by com.ibm.websphere.ola.InteractionSpecImpl
All Implemented Interfaces:
java.io.Serializable, javax.resource.cci.InteractionSpec

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

This class defines the methods necessary to interact with a service being hosted by an external address space or CICS region.

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 getServiceName()
          Gets the service name to connect to.
 void setServiceName(java.lang.String serviceName)
          Sets the service name to connect to.
 
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

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the service name to connect to.

Parameters:
serviceName - The name of the service to connect to.

getServiceName

public java.lang.String getServiceName()
Gets the service name to connect to.

Returns:
The name of the service to connect to.

IBM WebSphere Application ServerTM
Release 7