com.atlassian.confluence.util.longrunning
Class LongRunningTaskId

java.lang.Object
  extended by com.atlassian.confluence.util.longrunning.LongRunningTaskId
All Implemented Interfaces:
Serializable

public final class LongRunningTaskId
extends Object
implements Serializable

Opaque identifier for a long-running task.

See Also:
Serialized Form

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

Method Detail

valueOf

public static LongRunningTaskId valueOf(@NotNull
                                        String stringRepresentation)

newInstance

public static LongRunningTaskId newInstance()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.