当前页面: 
在线文档首页 > 
JBoss Seam  1.1.5 API 英文版文档
ManagedJbpmContext (JBoss Seam API Documentation) - JBoss Seam  1.1.5 API 英文版文档
org.jboss.seam.core
Class ManagedJbpmContext
java.lang.Object
   org.jboss.seam.core.ManagedJbpmContext
org.jboss.seam.core.ManagedJbpmContext
- All Implemented Interfaces: 
- Synchronization
- @Scope(value=EVENT)
@Name(value="org.jboss.seam.core.jbpmContext")
@Intercept(value=NEVER)
@Install(precedence=0,
         dependencies="org.jboss.seam.core.jbpm")
public class ManagedJbpmContext
- extends Object- implements Synchronization
Manages a reference to a JbpmSession.
- Version:
- $Revision: 1.23 $
- Author:
- Steve Ebersole 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ManagedJbpmContext
public ManagedJbpmContext()
create
@Create
public void create()
            throws NamingException,
                   RollbackException,
                   SystemException
- 
 
- 
- Throws:
- NamingException
- RollbackException
- SystemException
 
getJbpmContext
@Unwrap
public org.jbpm.JbpmContext getJbpmContext()
                                    throws NamingException,
                                           RollbackException,
                                           SystemException
- 
 
- 
- Throws:
- NamingException
- RollbackException
- SystemException
 
beforeCompletion
public void beforeCompletion()
- 
- Specified by:
- beforeCompletionin interface- Synchronization
 
- 
 
afterCompletion
public void afterCompletion(int status)
- 
- Specified by:
- afterCompletionin interface- Synchronization
 
- 
 
destroy
@Destroy
public void destroy()
- 
 
- 
 
instance
public static org.jbpm.JbpmContext instance()
- 
 
-