org.mobicents.protocols.smpp.message
Class Unbind

java.lang.Object
  extended by org.mobicents.protocols.smpp.message.SMPPPacket
      extended by org.mobicents.protocols.smpp.message.Unbind
All Implemented Interfaces:
Serializable, Cloneable

public class Unbind
extends SMPPPacket

Unbind from the SMSC. This operation does not close the network connection...it is valid to issue a new bind command over the same network connection to re-establish SMPP communication with the SMSC.

Version:
$Id: Unbind.java 452 2009-01-15 16:56:36Z orank $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.protocols.smpp.message.SMPPPacket
commandId, commandStatus, sequenceNum, tlvTable
 
Constructor Summary
Unbind()
          Construct a new Unbind.
 
Method Summary
 int hashCode()
           
 
Methods inherited from class org.mobicents.protocols.smpp.message.SMPPPacket
clone, equals, getCommandId, getCommandStatus, getLength, getMandatorySize, getSequenceNum, getTLV, getTLVTable, isRequest, isResponse, isSet, readFrom, readMandatory, removeTLV, safeCompare, setCommandStatus, setSequenceNum, setTLV, sizeOf, sizeOf, sizeOf, sizeOf, toString, toString, validate, validateMandatory, validateTLVTable, writeMandatory, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Unbind

public Unbind()
Construct a new Unbind.

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class SMPPPacket


Copyright © 2011 Mobicents. All Rights Reserved.