Package org.webappos.webcaller
Class IWebCaller.SyncedWebCallSeed
- java.lang.Object
-
- org.webappos.webcaller.IWebCaller.WebCallSeed
-
- org.webappos.webcaller.IWebCaller.SyncedWebCallSeed
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- IWebCaller
public static class IWebCaller.SyncedWebCallSeed extends IWebCaller.WebCallSeed
A class used only by the server-side bridge to store information for web calls not originated at the server side. In certain cases, web calls originated at the server side can also be repackaged as SyncedWebCallSeed-s for technical reasons.- Author:
- Sergejs Kozlovics
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description lv.lumii.tda.raapi.RAAPI_Synchronizer
singleSynchronizer
-
Fields inherited from class org.webappos.webcaller.IWebCaller.WebCallSeed
actionName, callingConventions, fullAppName, jsonArgument, jsonResult, login, project_id, tdaArgument, timeToLive
-
-
Constructor Summary
Constructors Constructor Description SyncedWebCallSeed()
SyncedWebCallSeed(IWebCaller.WebCallSeed seed)
-
-
-
Constructor Detail
-
SyncedWebCallSeed
public SyncedWebCallSeed()
-
SyncedWebCallSeed
public SyncedWebCallSeed(IWebCaller.WebCallSeed seed)
-
-