orca.shirako.common
Class SliceID

java.lang.Object
  extended by orca.util.ID
      extended by orca.shirako.common.SliceID
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<ID>

public class SliceID
extends ID

SliceID represents the globally unique identifier for a slice.


Field Summary
 
Fields inherited from class orca.util.ID
id
 
Constructor Summary
SliceID()
          Creates a new globally unique slice identifier.
SliceID(java.lang.String s)
          Creates a new reservation identifier with the given string representation.
 
Method Summary
 
Methods inherited from class orca.util.ID
clone, compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SliceID

public SliceID()
Creates a new globally unique slice identifier.


SliceID

public SliceID(java.lang.String s)
Creates a new reservation identifier with the given string representation.

Parameters:
s - string representation of the slice identifier


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.