|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.ola.InteractionSpecImpl
public class InteractionSpecImpl
This class defines the methods necessary to interact with a service being hosted by an external address space or CICS region.
Field Summary |
---|
Fields inherited from interface javax.resource.cci.InteractionSpec |
---|
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
Constructor Summary | |
---|---|
InteractionSpecImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InteractionSpecImpl()
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |