jimm.twice.ice.identifier
Class CancellationIdentifier

java.lang.Object
  extended byjimm.twice.ice.identifier.Identifier
      extended byjimm.twice.ice.identifier.CancellationIdentifier

public class CancellationIdentifier
extends Identifier

An ICE identifier for cancellations.

Author:
Jim Menard, jimm@io.com

Field Summary
protected  java.lang.String contentName
           
protected  java.lang.String key
           
 
Fields inherited from class jimm.twice.ice.identifier.Identifier
domain, dtStamp, SEPARATOR, SEPARATOR_CHAR
 
Constructor Summary
CancellationIdentifier(java.lang.String domain, java.lang.String contentName, java.lang.String key)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contentName

protected java.lang.String contentName

key

protected java.lang.String key
Constructor Detail

CancellationIdentifier

public CancellationIdentifier(java.lang.String domain,
                              java.lang.String contentName,
                              java.lang.String key)
Method Detail

toString

public java.lang.String toString()