tigase.jaxmpp.core.client
Class UIDGenerator
java.lang.Object
tigase.jaxmpp.core.client.UIDGenerator
public abstract class UIDGenerator
- extends Object
Unique IDs generator. Used for attribute 'id' in stanzas.
- Author:
- bmalkow
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIDGenerator
public UIDGenerator()
next
public static String next()
- Generate next id;
- Returns:
- unique id
nextUID
protected abstract String nextUID()
Copyright © 2006-2012 Tigase. All Rights Reserved.