network.manager
Class EventIDGenerator

java.lang.Object
  extended bynetwork.manager.EventIDGenerator
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EventIDGenerator(ajanta.naming.URN urn)
           
 
Method Summary
static int byteToInt(byte b)
           
 EventID getEventID()
           
static void main(java.lang.String[] args)
           
static void printByteArray(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventIDGenerator

public EventIDGenerator(ajanta.naming.URN urn)
Method Detail

getEventID

public EventID getEventID()

main

public static void main(java.lang.String[] args)

printByteArray

public static void printByteArray(byte[] b)

byteToInt

public static int byteToInt(byte b)