|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventHandlers | |
bexee.model.activity | This package contains all interfaces representing BPEL activities as specified in the bpel4ws.xsd XML Schema. |
bexee.model.activity.impl | This package contains default implementations
of the interfaces from the bexee.model.activity package. |
bexee.model.process | This package contains interface which are used in order to represent a BPEL process. |
bexee.model.process.impl | This package contains default implementations for the bexee.model.process package. |
Uses of EventHandlers in bexee.model.activity |
Methods in bexee.model.activity that return EventHandlers | |
EventHandlers |
Scope.getEventHandlers()
|
Methods in bexee.model.activity with parameters of type EventHandlers | |
void |
Scope.setEventHandlers(EventHandlers eventHandlers)
|
Uses of EventHandlers in bexee.model.activity.impl |
Methods in bexee.model.activity.impl that return EventHandlers | |
EventHandlers |
ScopeImpl.getEventHandlers()
|
Methods in bexee.model.activity.impl with parameters of type EventHandlers | |
void |
ScopeImpl.setEventHandlers(EventHandlers eventHandlers)
|
Uses of EventHandlers in bexee.model.process |
Methods in bexee.model.process that return EventHandlers | |
EventHandlers |
Process.getEventHandlers()
Get the EventHandlers of this process. |
Methods in bexee.model.process with parameters of type EventHandlers | |
void |
Process.setEventHandlers(EventHandlers handlers)
Set the EventHandlers of this process. |
Uses of EventHandlers in bexee.model.process.impl |
Methods in bexee.model.process.impl that return EventHandlers | |
EventHandlers |
ProcessImpl.getEventHandlers()
|
Methods in bexee.model.process.impl with parameters of type EventHandlers | |
void |
ProcessImpl.setEventHandlers(EventHandlers eventHandlers)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |