Package com.ibm.websphere.ola
Class InteractionSpecImpl
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description InteractionSpecImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object thatObject)
Equality checkjava.lang.String
getServiceName()
Gets the service name to connect to.int
hashCode()
Hash code for equality testsvoid
setServiceName(java.lang.String serviceName)
Sets the service name to connect to.
-
-
-
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.
-
hashCode
public int hashCode()
Hash code for equality tests- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object thatObject)
Equality check- Overrides:
equals
in classjava.lang.Object
-
-