|
Sun Adapter for IMS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMSClientETD
| Method Summary | |
|---|---|
void |
connect()
Connect to server. |
void |
disconnect()
Disconnect from server. |
char |
getBandrs()
Call this in your collaboration to get the bandrs attribute. |
java.lang.String |
getDatastoreID()
Call this in your collaboration to get the datastoreID attribute. |
java.lang.String |
getLtermName()
Call this in your collaboration to get the LtermName attribute. |
java.lang.String |
getMessage()
Call this in your collaboration to get the message attribute. |
java.lang.String |
getPassword()
Call this in your collaboration to get the Password attribute. |
java.lang.String |
getPort()
Call this in your collaboration to get the port attribute. |
java.lang.String |
getRacfGroupName()
Call this in your collaboration to get the RacfGroupName attribute. |
java.lang.String |
getRacfUserID()
Call this in your collaboration to get the RacfUserID attribute. |
java.lang.String |
getReasonErrMsg()
Call this in your collaboration to get the IMS Connect reason code error message |
java.lang.String |
getReply()
Call this in your collaboration to get the reply from the server. |
byte[] |
getReplyBytes(int segNum)
Call this in your collaboration to get the reply from the server as bytes. |
java.lang.String |
getReturnErrMsg()
Call this in your collaboration to get the IMS Connect return code error message |
int |
getSegmentCount()
Call this in your collaboration to return the number of segments in the reply message. |
java.lang.String |
getServer()
Call this in your collaboration to get the server attribute. |
java.lang.String |
getTranCode()
Call this in your collaboration to get the trans code attribute. |
java.lang.String |
getTranCodeSrc()
Call this in your collaboration to get the trans code source attribute. |
void |
IMSRequest()
Call this in your collaboration to send the current value of Message to the server. |
void |
IMSRequest(java.lang.String inputMessage)
Call this in your collaboration to send a message to the server. |
void |
IMSRequestWithMultiSegs(java.lang.String[] inputMessages)
Call this in your collaboration to send multi-segmented messages to the server. |
boolean |
isConnected()
Check to see if connected to server. |
boolean |
reset()
Resets all the attributes previously set to null. |
void |
setBandrs(char msg)
Call this in your collaboration to set the bandrs attribute. |
void |
setDatastoreID(java.lang.String msg)
Call this in your collaboration to set the datastoreID attribute. |
void |
setLtermName(java.lang.String msg)
Call this in your collaboration to set the LtermName attribute. |
void |
setMessage(java.lang.String msg)
Call this in your collaboration to set the message attribute. |
void |
setPassword(java.lang.String msg)
Call this in your collaboration to set the Password attribute. |
void |
setPort(java.lang.String msg)
Call this in your collaboration to set the port attribute. |
void |
setRacfGroupName(java.lang.String msg)
Call this in your collaboration to set the RacfGroupName attribute. |
void |
setRacfUserID(java.lang.String msg)
Call this in your collaboration to set the RacfUserID attribute. |
void |
setServer(java.lang.String msg)
Call this in your collaboration to set the server attribute. |
void |
setTranCode(java.lang.String msg)
Call this in your collaboration to set the trans code attribute. |
void |
setTranCodeSrc(java.lang.String msg)
Call this in your collaboration to set the trans code source attribute. |
| Method Detail |
|---|
void setServer(java.lang.String msg)
server - - server hostjava.lang.String getServer()
void setPort(java.lang.String msg)
server - portjava.lang.String getPort()
void setMessage(java.lang.String msg)
message - java.lang.String getMessage()
void setBandrs(char msg)
bandrs - char getBandrs()
void setTranCode(java.lang.String msg)
TranCode - java.lang.String getTranCode()
void setTranCodeSrc(java.lang.String msg)
TranCodeSrc - java.lang.String getTranCodeSrc()
void setDatastoreID(java.lang.String msg)
datastoreID - java.lang.String getDatastoreID()
void setLtermName(java.lang.String msg)
LtermName - java.lang.String getLtermName()
void setRacfUserID(java.lang.String msg)
RacfUserID - java.lang.String getRacfUserID()
void setRacfGroupName(java.lang.String msg)
RacfGroupName - java.lang.String getRacfGroupName()
void setPassword(java.lang.String msg)
Password - java.lang.String getPassword()
boolean reset()
false if the IMSClientETD doesn't have a meaningful implementation of
reset(); so do a new of the IMSClientETD instead.
Otherwise, return true if the reset will clear the data content
of the IMSClient.
void connect()
throws IMSClientException
IMSClientException - upon an external connection problem
void disconnect()
throws IMSClientException
IMSClientException - upon an external connection problem
boolean isConnected()
throws IMSClientException
IMSClientException - upon an external connection problem
void IMSRequest(java.lang.String inputMessage)
throws IMSClientException
IMSClientException - upon error.
void IMSRequestWithMultiSegs(java.lang.String[] inputMessages)
throws IMSClientException
IMSClientException - upon error.
void IMSRequest()
throws IMSClientException
IMSClientException - upon error.
java.lang.String getReply()
throws IMSClientException
IMSClientException - upon error.
int getSegmentCount()
throws IMSClientException
IMSClientException - upon error.
byte[] getReplyBytes(int segNum)
throws IMSClientException
IMSClientException - upon error.java.lang.String getReturnErrMsg()
java.lang.String getReasonErrMsg()
|
Sun Adapter for IMS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||