| com.xoetrope.service.XPersistantService
XPersistantService | public class XPersistantService extends ServiceProxy (Code) | | Uses the following parameters in the startup.properties file:
CacheSleepTime the time to sleep between retries of failed calls.
CachePath the path to which failed calls are saved.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.9 $
|
currentProject | protected XProject currentProject(Code) | | The owner project and the context in which this object operates.
|
persitantLoaderThread | protected static PersitantProxyThread persitantLoaderThread(Code) | | |
XPersistantService | public XPersistantService()(Code) | | Public constructor
|
call | public Object call(String method, ServiceContext context) throws ServiceProxyException(Code) | | Call this proxy with the specified arguments
the result of the call Parameters: context - The ServiceContext contain pass and return parameters Parameters: method - the name of the service being called throws: net.xoetrope.optional.service.ServiceProxyException - Throw an exception if there is a problem with the call |
call | public Object call(String method, ServiceContext context, boolean store) throws ServiceProxyException(Code) | | |
callProxy | protected int callProxy(XmlElement xml)(Code) | | Rebuild the call
Parameters: xml - |
getNumStoredCalls | public int getNumStoredCalls()(Code) | | Get the number of stored calls.
the number of calls awaiting completion |
loadStoredCalls | protected void loadStoredCalls()(Code) | | Load any stored instances of calls from the cache.
|
storeCall | public void storeCall(int token, String method, ServiceContext context)(Code) | | |
|
|