public interface SmppServer
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the SMPP server.
|
org.jboss.netty.channel.group.ChannelGroup |
getChannels() |
SmppServerCounters |
getCounters() |
boolean |
isDestroyed()
Returns true if the SMPP server is destroyed.
|
boolean |
isStarted()
Returns true if the SMPP server is started.
|
boolean |
isStopped()
Returns true if the SMPP server is stopped.
|
void |
start()
Starts the SMPP server.
|
void |
stop()
Stops the SMPP server.
|
boolean isStarted()
boolean isStopped()
boolean isDestroyed()
void start()
throws SmppChannelException
SmppChannelExceptionvoid stop()
#shutdown()void destroy()
org.jboss.netty.channel.group.ChannelGroup getChannels()
SmppServerCounters getCounters()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.