org.mobicents.protocols.smpp.message
Class EnquireLink

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

public class EnquireLink
extends SMPPPacket

Check the link status. This message can originate from either an ESME or the SMSC. It is used to check that the entity at the other end of the link is still alive and responding to messages. Usually used by the SMSC after a period of inactivity to decide whether to close the link.

Version:
$Id: EnquireLink.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
EnquireLink()
          Construct a new EnquireLink.
 
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

EnquireLink

public EnquireLink()
Construct a new EnquireLink.

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class SMPPPacket


Copyright © 2011 Mobicents. All Rights Reserved.