@Scope(value=EVENT) @Name(value="org.jboss.seam.bpm.jbpmContext") @BypassInterceptors @Install(precedence=0, dependencies="org.jboss.seam.bpm.jbpm") public class ManagedJbpmContext extends Object implements Synchronization
| Constructor and Description |
|---|
ManagedJbpmContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(int status) |
void |
beforeCompletion() |
void |
create() |
void |
destroy() |
org.jbpm.JbpmContext |
getJbpmContext() |
static org.jbpm.JbpmContext |
instance() |
@Create public void create() throws NamingException, RollbackException, SystemException
@Unwrap public org.jbpm.JbpmContext getJbpmContext() throws NamingException, RollbackException, SystemException
public void beforeCompletion()
beforeCompletion in interface Synchronizationpublic void afterCompletion(int status)
afterCompletion in interface Synchronization@Destroy public void destroy()
public static org.jbpm.JbpmContext instance()
Copyright © 2015 Seam Framework. All Rights Reserved.