com.ibm.websphere.ola

Class InteractionSpecImpl

  1. java.lang.Object
  2. extended bycom.ibm.websphere.ola.InteractionSpecImpl
All implemented interfaces:
java.io.Serializable, javax.resource.cci.InteractionSpec

  1. public class InteractionSpecImpl
  2. extends java.lang.Object
  3. 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

Constructor and Description
InteractionSpecImpl()

Method Summary

Modifier and Type Method and Description
  1. boolean
equals(java.lang.Object thatObject)
Equality check
  1. java.lang.String
getServiceName()
Gets the service name to connect to.
  1. int
hashCode()
Hash code for equality tests
  1. void
setServiceName(java.lang.String serviceName)
Sets the service name to connect to.
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

InteractionSpecImpl

  1. public InteractionSpecImpl()

Method Detail

setServiceName

  1. 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

  1. public java.lang.String getServiceName( )
Gets the service name to connect to.
Returns:
The name of the service to connect to.

hashCode

  1. public int hashCode()
Hash code for equality tests
Overrides:
hashCode in class java.lang.Object

equals

  1. public boolean equals(java.lang.Object thatObject)
Equality check
Overrides:
equals in class java.lang.Object