ipworks
Class SmppConnectedEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
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 |
statusCode
public int statusCode
description
public java.lang.String description
Copyright (c) 2013 /n software inc. - All rights reserved.