Uses of Interface
bexee.model.activity.CompensationHandler

Packages that use CompensationHandler
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 CompensationHandler in bexee.model.activity
 

Methods in bexee.model.activity that return CompensationHandler
 CompensationHandler Scope.getCompensationHandler()
           
 CompensationHandler Invoke.getCompensationHandler()
          Get the CompensationHandler of this Invoke.
 

Methods in bexee.model.activity with parameters of type CompensationHandler
 void Scope.setCompensationHanlder(CompensationHandler compensationHandler)
           
 void Invoke.setCompensationHandler(CompensationHandler compensationHandler)
          Set the CompensationHandler of this Invoke.
 

Uses of CompensationHandler in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return CompensationHandler
 CompensationHandler ScopeImpl.getCompensationHandler()
           
 CompensationHandler InvokeImpl.getCompensationHandler()
           
 

Methods in bexee.model.activity.impl with parameters of type CompensationHandler
 void ScopeImpl.setCompensationHanlder(CompensationHandler compensationHandler)
           
 void InvokeImpl.setCompensationHandler(CompensationHandler compensationHandler)
           
 

Uses of CompensationHandler in bexee.model.process
 

Methods in bexee.model.process that return CompensationHandler
 CompensationHandler Process.getCompensationHandler()
          Get the CompensationHandler of this process.
 

Methods in bexee.model.process with parameters of type CompensationHandler
 void Process.setCompensationHandler(CompensationHandler handler)
          Set the CompensationHandler of this process.
 

Uses of CompensationHandler in bexee.model.process.impl
 

Methods in bexee.model.process.impl that return CompensationHandler
 CompensationHandler ProcessImpl.getCompensationHandler()
           
 

Methods in bexee.model.process.impl with parameters of type CompensationHandler
 void ProcessImpl.setCompensationHandler(CompensationHandler compensationHandler)
           
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.