Uses of Class
org.jbpm.pvm.internal.model.EventListenerReference

Packages that use EventListenerReference
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
 

Uses of EventListenerReference in org.jbpm.pvm.internal.model
 

Subclasses of EventListenerReference in org.jbpm.pvm.internal.model
static class ProcessModificationsImpl.AddedAction
           
 

Fields in org.jbpm.pvm.internal.model with type parameters of type EventListenerReference
protected  java.util.List<EventListenerReference> ExceptionHandlerImpl.eventListenerReferences
           
protected  java.util.List<EventListenerReference> EventImpl.listenerReferences
           
protected  java.util.List<EventListenerReference> ProcessModificationsImpl.removedActions
           
 

Methods in org.jbpm.pvm.internal.model that return EventListenerReference
 EventListenerReference EventImpl.createEventListenerReference()
           
 EventListenerReference ExceptionHandlerImpl.createEventListenerReference()
           
 EventListenerReference EventImpl.createEventListenerReference(Descriptor descriptor)
           
 EventListenerReference ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
           
 EventListenerReference EventImpl.createEventListenerReference(EventListener eventListener)
           
 EventListenerReference ExceptionHandlerImpl.createEventListenerReference(EventListener eventListener)
           
 

Methods in org.jbpm.pvm.internal.model that return types with arguments of type EventListenerReference
 java.util.List<EventListenerReference> ExceptionHandlerImpl.getEventListenerReferences()
           
 java.util.List<EventListenerReference> EventImpl.getListenerReferences()
           
 

Methods in org.jbpm.pvm.internal.model with parameters of type EventListenerReference
 void ExecutionImpl.handleException(ObservableElementImpl observableElement, EventImpl event, EventListenerReference eventListenerReference, java.lang.Exception exception, java.lang.String rethrowMessage)
           
 

Method parameters in org.jbpm.pvm.internal.model with type arguments of type EventListenerReference
 void ExceptionHandlerImpl.setEventListenerReferences(java.util.List<EventListenerReference> eventListenerReferences)
           
 void EventImpl.setListenerReferences(java.util.List<EventListenerReference> eventListenerReferences)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.