IP*Works! V9

ipworks
Class SmppConnectedEvent

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

public class SmppConnectedEvent
extends java.util.EventObject

This event is fired after a successful bind operation.

After establishing a socket connection to the SMPPServer , the bean will attempt to send a bind as transmitter command. Upon completion of this operation, the server will respond with either a success or failure state, reflected in the Connected event's parameters.

StatusCode will contain the command status (error code) returned by the server. For a StatusCode of "0", Description will be "OK." Otherwise, it will contain a standard interpretation of the error.

See Also:
Smpp, Smpp.ConnectedEvent, 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.