Modifier and Type | Method and Description |
---|---|
Connection |
AdminService.getConnection()
Provides access to the connection.
|
Connection |
Host.getConnection()
Return the
Connection |
Connection |
ScriptContext.getConnection()
Return the
Connection for the script context |
Connection |
UserService.getConnection()
Get the connection of this userservice.
|
static Connection |
ConnectionManager.getConnection(String host,
int port,
int mode,
String login,
Map<?,?> loginParams)
Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.
|
static Connection |
ConnectionManager.getConnection(String host,
int port,
int mode,
String login,
String password)
Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.
|
static Connection |
ConnectionManager.getConnection(String host,
int port,
int mode,
String servletzone,
String module,
CallbackHandler cbHandler)
Create a connection accessor to a FirstSpirit server.
|
static Connection |
ConnectionManager.getConnection(String host,
int port,
int mode,
String servletZone,
String login,
Map<?,?> loginParams)
Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.
|
static Connection |
ConnectionManager.getConnection(String host,
int port,
int mode,
String servletZone,
String login,
String password)
Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.
|
Connection |
Connection.getRemoteConnection(RemoteProjectConfiguration config)
Returns the remote connection specified by the given
RemoteProjectConfiguration . |
Modifier and Type | Method and Description |
---|---|
void |
Permissions.setConnection(Connection connection)
Sets the connection to be used for permissions.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ServerEnvironment.getConnection()
Returns the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceProxy.init(T service,
Connection connection)
Initializes this service proxy.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClusterHelper.clearProjectCaches(Connection connection,
long projectId)
Clear cached resources on a cluster node.
|
static void |
ClusterHelper.clearProjectCaches(Connection connection,
String clusterNodeName,
long projectId)
Clear cached resources on a cluster node.
|
Modifier and Type | Field and Description |
---|---|
static BinaryFunction<ExifData,BufferedInputStream,Connection> |
ExifData.GENERATOR
Generator to create a new ExifData instance based on given
BufferedStream and Connection . |
Modifier and Type | Method and Description |
---|---|
static Connection |
ConnectionExtractor.extractConnectionFromRequest(HttpServletRequest request)
Extracts the current established
Connection to the FirstSpirit server from
an HttpServletRequest . |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210