| java.lang.Object org.datashare.objects.FunctionsInSession
FunctionsInSession | public class FunctionsInSession implements java.io.Serializable(Code) | | contains the names of the functions in the specified Session, which may be null
if there are not functions or the Session was not found on the DataShare server.
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
FunctionsInSession | public FunctionsInSession(String sessionName)(Code) | | |
FunctionsInSession | public FunctionsInSession(String sessionName, String[] functionNames)(Code) | | |
setFunctionsInSession | public void setFunctionsInSession(String[] functionNames)(Code) | | allows you to set the function names after instance created
|
|
|