| java.lang.Object org.ofbiz.service.GenericAbstractDispatcher org.ofbiz.service.GenericDispatcher org.ofbiz.service.WebAppDispatcher
Methods inherited from org.ofbiz.service.GenericDispatcher | public static LocalDispatcher getLocalDispatcher(String name, GenericDelegator delegator) throws GenericServiceException(Code)(Java Doc) protected void init(String name, GenericDelegator delegator, DispatchContext ctx)(Code)(Java Doc) public void runAsync(String serviceName, Map context, GenericRequester requester, boolean persist, int transactionTimeout, boolean requireNewTransaction) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public void runAsync(String serviceName, Map context, GenericRequester requester, boolean persist) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public void runAsync(String serviceName, Map context, GenericRequester requester) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public void runAsync(String serviceName, Map context, boolean persist) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public void runAsync(String serviceName, Map context) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public GenericResultWaiter runAsyncWait(String serviceName, Map context, boolean persist) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public GenericResultWaiter runAsyncWait(String serviceName, Map context) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public Map runSync(String serviceName, Map context) throws ServiceValidationException, GenericServiceException(Code)(Java Doc) public Map runSync(String serviceName, Map context, int transactionTimeout, boolean requireNewTransaction) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc) public void runSyncIgnore(String serviceName, Map context) throws GenericServiceException(Code)(Java Doc) public void runSyncIgnore(String serviceName, Map context, int transactionTimeout, boolean requireNewTransaction) throws ServiceAuthException, ServiceValidationException, GenericServiceException(Code)(Java Doc)
|
Methods inherited from org.ofbiz.service.GenericAbstractDispatcher | public void deregister()(Code)(Java Doc) public GenericDelegator getDelegator()(Code)(Java Doc) public DispatchContext getDispatchContext()(Code)(Java Doc) public JmsListenerFactory getJMSListeneFactory()(Code)(Java Doc) public JobManager getJobManager()(Code)(Java Doc) public String getName()(Code)(Java Doc) public Security getSecurity()(Code)(Java Doc) public void schedule(String poolName, String serviceName, Map context, long startTime, int frequency, int interval, int count, long endTime) throws GenericServiceException(Code)(Java Doc) public void schedule(String serviceName, Map context, long startTime, int frequency, int interval, int count, long endTime) throws GenericServiceException(Code)(Java Doc) public void schedule(String serviceName, Map context, long startTime, int frequency, int interval, int count) throws GenericServiceException(Code)(Java Doc) public void schedule(String serviceName, Map context, long startTime, int frequency, int interval, long endTime) throws GenericServiceException(Code)(Java Doc) public void schedule(String serviceName, Map context, long startTime) throws GenericServiceException(Code)(Java Doc)
|
|
|