| |
|
| java.lang.Object org.datashare.objects.RequestFunctionsInSession
RequestFunctionsInSession | public class RequestFunctionsInSession implements java.io.Serializable(Code) | | requests that the datashare server return all Functions names in the
specified Session for the clientClass of the calling client
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
sessionName | public String sessionName(Code) | | the session name for which the function names are being requested
|
RequestFunctionsInSession | public RequestFunctionsInSession(String sessionName)(Code) | | |
|
|
|