org.springframework.webflow.execution
Class FlowExecutionKey

java.lang.Object
  extended by org.springframework.webflow.execution.FlowExecutionKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompositeFlowExecutionKey, GeneratedFlowExecutionKey, MockFlowExecutionKey

public abstract class FlowExecutionKey
extends Object
implements Serializable

A key that uniquely identifies a flow execution in a managed FlowExecutionRepository. Serves as a flow execution's persistent identity.

This class is abstract. The repository subsystem encapsulates the structure of concrete key implementations.

Author:
Keith Donald
See Also:
Serialized Form

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

Constructor Detail

FlowExecutionKey

public FlowExecutionKey()
Method Detail

equals

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

hashCode

public abstract int hashCode()
Overrides:
hashCode in class Object

toString

public abstract String toString()
Overrides:
toString in class Object