Encapsulates function information needed for generating client-side proxies and for server-side storage of functions used
in callbacks.
Platform Support
Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
---|
Constructors
![]() |
||||||||||||||
Constructor | Action | Jaxer Server Framework | Jaxer Client Framework | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Jaxer.FunctionInfo Constructor(String functionName, Array<String> parameterNames, String source) : Jaxer.FunctionInfo
This class encapsulates function information needed for generating client-side proxies and for server-side storage of functions
used in callbacks.
|
Show Details | 1.0 | no | |||||||||||
Jaxer.FunctionInfo(String functionName, Array<String> parameterNames, String source) : Jaxer.FunctionInfoThis class encapsulates function information needed for generating client-side proxies and for server-side storage of functions used in callbacks. Parameters
Returns
|
||||||||||||||
Jaxer.FunctionInfo Constructor(Function functionReference, [Node functionNode]) : Jaxer.FunctionInfo
This class encapsulates function information needed for generating client-side proxies and for server-side storage of functions
used in callbacks.
(Advanced) |
Show Details | 1.0 | no | |||||||||||
Jaxer.FunctionInfo(Function functionReference, [Node functionNode]) : Jaxer.FunctionInfoThis class encapsulates function information needed for generating client-side proxies and for server-side storage of functions
used in callbacks. Parameters
Returns
|
Functions
![]() |
||||||||||||||
Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
createClientSource() : String
Create a string representation of the underlying function to be used client-side as the source of this function.
(Advanced) |
Show Details | 1.0 | no | |||||||||||
Returns
|
||||||||||||||
createServerFunction([String namespace,] [Boolean proxied,] [Boolean noLocalScope]) : String
Create a string representation of the underlying function to be used during a callback. This source will be stored in the
callback database and will be used to reconstitute the function during a callback. This is used for cached and proxied functions.
(Advanced) |
Show Details | 1.0 | no | |||||||||||
Parameters
Returns
|
||||||||||||||
isNative() : Boolean
Is the underlying function a native one (for which no actual source is available)?
(Advanced) |
Show Details | 1.0 | no | |||||||||||
Returns
|