org.jsmpp.util
Class RandomSessionIDGenerator

java.lang.Object
  extended by org.jsmpp.util.RandomSessionIDGenerator
All Implemented Interfaces:
SessionIDGenerator<java.lang.String>

public class RandomSessionIDGenerator
extends java.lang.Object
implements SessionIDGenerator<java.lang.String>

Session id generator.

Since:
1.0
Version:
1.0
Author:
uudashr

Constructor Summary
RandomSessionIDGenerator()
           
 
Method Summary
 java.lang.String newSessionId()
          Generate new session id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomSessionIDGenerator

public RandomSessionIDGenerator()
Method Detail

newSessionId

public java.lang.String newSessionId()
Generate new session id. Max 64 char.

Specified by:
newSessionId in interface SessionIDGenerator<java.lang.String>
Returns: