org.codehaus.aspectwerkz.transform.inlining.deployer
Class DeploymentHandle

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.inlining.deployer.DeploymentHandle

public final class DeploymentHandle
extends Object

Universal Unique IDentifier (UUID) for a deployment event.

Can be stored by the user to allow access to a specific deployment event.

Visibility for all methods are package private, user should only use it as a handle.

Author:
Jonas BonŽr

Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.