public class ExternalServerFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExternalServerFactory.EXTERNAL_SERVER_TYPE |
Constructor and Description |
---|
ExternalServerFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
add(ExternalServerConfig externalServer) |
static void |
clearDrivers() |
static void |
delete(Integer extServerId) |
static ExternalServerConfig |
getConfig(ExternalServerTable externalServerTable) |
static IExternalServerDriver |
getDriver(Integer extServerId) |
static void |
removeDriver(Integer extServerId) |
static void |
update(ExternalServerConfig externalServer) |
static void |
updateEnabled(List<Integer> ids,
boolean enabled) |
public static ExternalServerConfig getConfig(ExternalServerTable externalServerTable)
public static IExternalServerDriver getDriver(Integer extServerId)
public static void removeDriver(Integer extServerId)
public static void clearDrivers()
public static void update(ExternalServerConfig externalServer)
public static void add(ExternalServerConfig externalServer)
public static void delete(Integer extServerId)
Copyright © 2015–2019. All rights reserved.