|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.util.UidGenerator
public class UidGenerator
$Id: UidGenerator.java,v 1.10 2011/02/20 03:14:09 fortuna Exp $
Created on 11/03/2007
Generates Uid
properties in a similar fashion to that recommended in section 4.8.4.7 of the specification.
Constructor Summary | |
---|---|
UidGenerator(HostInfo hostInfo,
java.lang.String pid)
|
|
UidGenerator(java.lang.String pid)
|
Method Summary | |
---|---|
Uid |
generateUid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UidGenerator(java.lang.String pid) throws java.net.SocketException
pid
- a unique process identifier for the host machine
java.net.SocketException
- where host information cannot be retrievedpublic UidGenerator(HostInfo hostInfo, java.lang.String pid)
hostInfo
- custom host informationpid
- a unique process identifier for the host machineMethod Detail |
---|
public Uid generateUid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |