|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectServerSession | |
---|---|
com.sibvisions.rad.server | Contains remote server classes and dependent components. |
com.sibvisions.rad.server.http.rest | Contains classes for generic REST access. |
Uses of DirectServerSession in com.sibvisions.rad.server |
---|
Methods in com.sibvisions.rad.server that return DirectServerSession | |
---|---|
static DirectServerSession |
DirectServerSession.createMasterSession(java.lang.String pApplicationName,
java.util.Map<java.lang.String,java.lang.Object> pProperties)
Creates a new instance of DirectServerSession for the given application and properties. |
static DirectServerSession |
DirectServerSession.createMasterSession(java.lang.String pApplicationName,
java.lang.String pUserName,
java.lang.String pPassword)
Creates a new instance of DirectServerSession for the given application and credentials. |
static DirectServerSession |
DirectServerSession.createMasterSession(java.lang.String pApplicationName,
java.lang.String pUserName,
java.lang.String pPassword,
java.util.Map<java.lang.String,java.lang.Object> pProperties)
Creates a new instance of DirectServerSession for the given application, credentials and properties. |
DirectServerSession |
DirectServerSession.createSubSession(java.lang.String pLifeCycleName)
Creates a new instance of DirectServerSession as sub session for the given life-cycle object name. |
DirectServerSession |
DirectServerSession.createSubSession(java.lang.String pLifeCycleName,
java.util.Map<java.lang.String,java.lang.Object> pProperties)
Creates a new instance of DirectServerSession as sub session for the given life-cycle object name
and properties. |
Uses of DirectServerSession in com.sibvisions.rad.server.http.rest |
---|
Methods in com.sibvisions.rad.server.http.rest that return DirectServerSession | |
---|---|
DirectServerSession |
LifeCycleConnector.getSession()
Gets the session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |