Package com.ibm.websphere.ola
Class InteractionSpecImpl
java.lang.Object
com.ibm.websphere.ola.InteractionSpecImpl
- All Implemented Interfaces:
Serializable,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:
-
Field Summary
Fields inherited from interface javax.resource.cci.InteractionSpec
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquality checkGets the service name to connect to.inthashCode()Hash code for equality testsvoidsetServiceName(String serviceName) Sets the service name to connect to.
-
Constructor Details
-
InteractionSpecImpl
public InteractionSpecImpl()
-
-
Method Details
-
setServiceName
Sets the service name to connect to.- Parameters:
serviceName- The name of the service to connect to.
-
getServiceName
Gets the service name to connect to.- Returns:
- The name of the service to connect to.
-
hashCode
public int hashCode()Hash code for equality tests -
equals
Equality check
-