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
See Also:
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 |
|---|---|
|
equals(java.lang.Object thatObject)
Equality check
|
|
getServiceName()
Gets the service name to connect to.
|
|
hashCode()
Hash code for equality tests
|
|
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
- 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.
hashCode
- public int hashCode()
Hash code for equality tests
Overrides:
hashCode in class java.lang.Object
equals
- public boolean equals(java.lang.Object thatObject)
Equality check
Overrides:
equals in class java.lang.Object