Uses of Class
org.ow2.orchestra.pvm.internal.model.ObjectReference

Packages that use ObjectReference
org.ow2.orchestra.pvm.internal.model   
 

Uses of ObjectReference in org.ow2.orchestra.pvm.internal.model
 

Subclasses of ObjectReference in org.ow2.orchestra.pvm.internal.model
 class EventListenerReference
           
static class ProcessModificationsImpl.AddedAction
           
 

Fields in org.ow2.orchestra.pvm.internal.model declared as ObjectReference
protected  ObjectReference<Activity> NodeImpl.behaviourReference
           
 

Fields in org.ow2.orchestra.pvm.internal.model with type parameters of type ObjectReference
protected  List<ObjectReference<EventListener>> ExceptionHandlerImpl.eventListenerReferences
           
 

Methods in org.ow2.orchestra.pvm.internal.model that return ObjectReference
 ObjectReference<EventListener> ExceptionHandlerImpl.createActivityReference(String expression)
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference()
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference(EventListener eventListener)
           
 ObjectReference<Activity> NodeImpl.getBehaviourReference()
           
 

Methods in org.ow2.orchestra.pvm.internal.model that return types with arguments of type ObjectReference
 List<ObjectReference<EventListener>> ExceptionHandlerImpl.getEventListenerReferences()
           
 

Methods in org.ow2.orchestra.pvm.internal.model with parameters of type ObjectReference
 void NodeImpl.setBehaviourReference(ObjectReference<Activity> behaviourReference)
           
 

Method parameters in org.ow2.orchestra.pvm.internal.model with type arguments of type ObjectReference
 void ExceptionHandlerImpl.setEventListenerReferences(List<ObjectReference<EventListener>> activityReferences)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.