|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.mds.adpt.sms.base.records.UnbindNEResponse
public class UnbindNEResponse
This is the default Java Bean Implementation for the UnbindResponse class. This is record to be used for sending the response after closing the connection between SI and SMSC.
Field Summary | |
---|---|
static java.lang.String |
REC_NAME
Comment for REC_NAME . |
Constructor Summary | |
---|---|
UnbindNEResponse()
The default Constructor for the UnbindNEResponse. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getFunctionID()
Gets the function id. |
java.lang.String |
getRecordName()
|
java.lang.String |
getRecordShortDescription()
|
boolean |
isUnbindSucceeded()
Checks if unbind is succeeded. |
void |
setFunctionID(int functionID)
Sets the function id. |
void |
setRecordName(java.lang.String name)
|
void |
setRecordShortDescription(java.lang.String desc)
|
void |
setUnbindSucceeded(boolean unbindSucceeded)
Sets the unbind succeeded. |
java.lang.String |
toString()
Override toString method. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.resource.cci.Record |
---|
equals, hashCode |
Field Detail |
---|
public static final java.lang.String REC_NAME
REC_NAME
.
Constructor Detail |
---|
public UnbindNEResponse()
Method Detail |
---|
public void setFunctionID(int functionID)
functionID
- the functionID to setpublic int getFunctionID()
public void setUnbindSucceeded(boolean unbindSucceeded)
unbindSucceeded
- the new unbind succeededpublic boolean isUnbindSucceeded()
public java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public void setRecordName(java.lang.String name)
setRecordName
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String desc)
setRecordShortDescription
in interface javax.resource.cci.Record
public java.lang.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public java.lang.Object clone()
clone
in interface javax.resource.cci.Record
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |