org.apache.jetspeed.services.idgenerator
Class JetspeedIdGenerator

java.lang.Object
  extended byorg.apache.jetspeed.services.idgenerator.JetspeedIdGenerator

public abstract class JetspeedIdGenerator
extends java.lang.Object

Static accessor for the IdGeneatorService

Version:
$Id: JetspeedIdGenerator.java,v 1.2 2004/02/23 03:28:57 jford Exp $
Author:
Paul Spencer

Constructor Summary
JetspeedIdGenerator()
          Creates new JetspeedIdGenerator
 
Method Summary
static java.lang.String getNextPeid()
          Generate a Unique PEID
protected static IdGeneratorService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedIdGenerator

public JetspeedIdGenerator()
Creates new JetspeedIdGenerator

Method Detail

getService

protected static IdGeneratorService getService()

getNextPeid

public static java.lang.String getNextPeid()
Generate a Unique PEID

Returns:
Unique PEID


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.