当前页面:
在线文档首页 >
JBoss Seam 1.0.0 API 英文版文档
Process (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档
org.jboss.seam.core
Class Process
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Process
public Process()
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)