org.jboss.seam.core
Class Process

java.lang.Object
  extended by org.jboss.seam.core.Process
All Implemented Interfaces:
Serializable

@Scope(value=CONVERSATION)
@Name(value="org.jboss.seam.core.process")
@Intercept(value=NEVER)
public class Process
extends Object
implements Serializable

Holds the task and process ids for the current conversation

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
Process()
           
 
Method Summary
 Long getProcessId()
           
 Long getTaskId()
           
static Process instance()
           
 void setProcessId(Long processId)
           
 void setTaskId(Long taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

instance

public static Process instance()

getProcessId

public Long getProcessId()

setProcessId

public void setProcessId(Long processId)

getTaskId

public Long getTaskId()

setTaskId

public void setTaskId(Long taskId)