public class InteractionSpecImpl
extends java.lang.Object
implements javax.resource.cci.InteractionSpec
Constructor and Description |
---|
InteractionSpecImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object thatObject)
Equality check
|
java.lang.String |
getServiceName()
Gets the service name to connect to.
|
int |
hashCode()
Hash code for equality tests
|
void |
setServiceName(java.lang.String serviceName)
Sets the service name to connect to.
|
public void setServiceName(java.lang.String serviceName)
serviceName
- The name of the service to connect to.public java.lang.String getServiceName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object thatObject)
equals
in class java.lang.Object