org.objectweb.jass.as
Class ActivityIdGenerator

java.lang.Object
  extended byorg.objectweb.jass.as.ActivityIdGenerator
All Implemented Interfaces:
java.io.Serializable

public class ActivityIdGenerator
extends java.lang.Object
implements java.io.Serializable

Implements the Id Generator service.

Author:
fran Date: Feb 16, 2004 org.objectweb.jass.asActivityIdGenerator.java
See Also:
Serialized Form

Method Summary
static ActivityIdGenerator getSingleton()
          Returns the unique id generator service instance.
 ActivityIdImpl newActivityId()
          Creates a new activity identifier.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSingleton

public static ActivityIdGenerator getSingleton()
Returns the unique id generator service instance.

Returns:
The unique instance.

newActivityId

public ActivityIdImpl newActivityId()
Creates a new activity identifier.

Returns:
the new activity identifier.