IP*Works! V9

ipworks
Class SmppDisconnectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.SmppDisconnectedEvent
All Implemented Interfaces:
java.io.Serializable

public class SmppDisconnectedEvent
extends java.util.EventObject

This event is fired when connection to the SMS service is lost.

After sending an unbind operation to the server, this event will be fired containing the results of that operation. This event may also be fired if the socket connection to the service is lost.

If the event was fired because of an unbind operation, StatusCode will contain the command status set by the server. Otherwise, it will contain the socket code for the type of disconnection. For a status code value of "0", Description will contain "OK." Otherwise, it will contain a standard interpretation of the value in StatusCode .

See Also:
Smpp, Smpp.DisconnectedEvent, Serialized Form

Field Summary
 java.lang.String description
           
 int statusCode
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

statusCode

public int statusCode

description

public java.lang.String description

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.