net.fortuna.ical4j.util
Class UidGenerator

java.lang.Object
  extended by net.fortuna.ical4j.util.UidGenerator

public class UidGenerator
extends java.lang.Object

Generates Uid properties in a similar fashion to that recommended in section 4.8.4.7 of the specification.

Author:
Ben Fortuna

Constructor Summary
UidGenerator(java.net.InetAddress hostAddress, java.lang.String pid)
           
UidGenerator(java.lang.String pid)
          Default constructor.
 
Method Summary
 Uid generateUid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UidGenerator

public UidGenerator(java.lang.String pid)
             throws java.net.SocketException
Default constructor.

Throws:
java.net.SocketException

UidGenerator

public UidGenerator(java.net.InetAddress hostAddress,
                    java.lang.String pid)
Parameters:
hostAddress -
Method Detail

generateUid

public Uid generateUid()
Returns:


Copyright © 2004-2007 Modularity. All Rights Reserved.