|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for CICS connector.
Fields inherited from interface com.ibm.dse.services.comms.CommonCommunicationsService |
CLOSED,
DATA,
DATASENT,
ERROR,
OPENED,
RECEIVERC,
TIMEOUT |
Method Summary | |
void |
closeConnection()
Closes the CICS connection. |
void |
establishConnection()
Establishes a CICS connection. |
java.lang.String |
getGatewayName()
Returns the value of the gatewayName attribute. |
int |
getGatewayPort()
Returns the value of the gatewayPort attribute. |
java.lang.String |
getProgramName()
Returns the value of the programName attribute. |
java.lang.String |
getServerName()
Returns the value of the serverName attribute. |
java.lang.String |
getStatus()
Returns the value of the status attribute. |
java.lang.String |
getTransactionId()
Returns the value of the transactionId attribute. |
java.lang.String |
getUserId()
Returns the value of the userId attribute. |
void |
setGatewayName(java.lang.String aName)
Sets the value of the gatewayName property. |
void |
setGatewayPort(int aPort)
Sets the value of the gatewayPort property. |
void |
setPassword(java.lang.String aPassword)
Sets the value of the password property. |
void |
setProgramName(java.lang.String aProgram)
Sets the value of the programName property. |
void |
setServerName(java.lang.String aName)
Sets the value of the serverName property. |
void |
setTransactionId(java.lang.String aId)
Sets the value of the transactionId property. |
void |
setUserId(java.lang.String aUser)
Sets the value of the userId property. |
void |
terminate()
Terminates the CICS connection. |
Methods inherited from interface com.ibm.dse.services.comms.CommonCommunicationsService |
ccClose,
ccOpen,
ccReceiveData,
ccSendData,
ccSendReceive,
getCcClosedEventName,
getCcDataReceivedEventName,
getCcErrorReceivedEventName,
getCcOpenedEventName,
isFree,
isOffline,
setInUse |
Methods inherited from interface com.ibm.dse.base.Notifier |
addHandler,
getHandlersList,
getName,
removeHandler,
setName,
signalEvent,
signalEvent |
Method Detail |
public void closeConnection() throws java.lang.Exception
public void establishConnection() throws java.lang.Exception
public java.lang.String getGatewayName()
public int getGatewayPort()
public java.lang.String getProgramName()
public java.lang.String getServerName()
public java.lang.String getStatus()
public java.lang.String getTransactionId()
public java.lang.String getUserId()
public void setGatewayName(java.lang.String aName)
aName
- String The new value of the property.public void setGatewayPort(int aPort)
aPort
- int The new value of the property.public void setPassword(java.lang.String aPassword)
aPassword
- String The new value of the property.public void setProgramName(java.lang.String aProgram)
aProgram
- String The new value of the property.public void setServerName(java.lang.String aName)
aName
- String The new value of the property.public void setTransactionId(java.lang.String aId)
aId
- String The new value of the property.public void setUserId(java.lang.String aUser)
aUser
- String The new value of the property.public void terminate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |