Uses of Interface
org.qedeq.kernel.bo.common.ModuleServiceCall

Packages that use ModuleServiceCall
org.qedeq.kernel.bo.common Basis classes for all packages. 
org.qedeq.kernel.bo.job Everything for the module service plugins 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
 

Uses of ModuleServiceCall in org.qedeq.kernel.bo.common
 

Methods in org.qedeq.kernel.bo.common that return ModuleServiceCall
 ModuleServiceCall ServiceJob.getModuleServiceCall()
          Get currently running service call.
 ModuleServiceCall ModuleServiceCall.getParentServiceCall()
          Return parent service call if any.
 

Uses of ModuleServiceCall in org.qedeq.kernel.bo.job
 

Classes in org.qedeq.kernel.bo.job that implement ModuleServiceCall
 class InternalModuleServiceCallImpl
          Single call for a service.
 

Methods in org.qedeq.kernel.bo.job that return ModuleServiceCall
 ModuleServiceCall InternalServiceJobImpl.getModuleServiceCall()
           
 ModuleServiceCall InternalModuleServiceCallImpl.getParentServiceCall()
           
 

Constructors in org.qedeq.kernel.bo.job with parameters of type ModuleServiceCall
InternalModuleServiceCallImpl(Service service, QedeqBo qedeq, Parameters config, Parameters parameters, InternalServiceJob process, ModuleServiceCall parent)
          A new service process within the current thread.
 

Uses of ModuleServiceCall in org.qedeq.kernel.bo.module
 

Subinterfaces of ModuleServiceCall in org.qedeq.kernel.bo.module
 interface InternalModuleServiceCall
          Information for a service call.
 



Copyright © 2014. All Rights Reserved.