public class DatasourceBundleRpcServiceImpl extends SecuredRemoteServiceServlet implements DatasourceBundleRpcService
Constructor and Description |
---|
DatasourceBundleRpcServiceImpl(DatasourceBundleService dsBundleService,
DtoService dtoService,
ExceptionService exceptionServices) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAvailableBundleKeys() |
java.util.Map<java.lang.String,java.lang.String> |
getBundleSelectorConfiguration() |
void |
setSelectedBundle(java.lang.String bundleKey) |
boolean |
testConnection(DatabaseBundleDto databaseBundleDto) |
getRequest
public DatasourceBundleRpcServiceImpl(DatasourceBundleService dsBundleService, DtoService dtoService, ExceptionService exceptionServices)
public java.util.List<java.lang.String> getAvailableBundleKeys() throws ServerCallFailedException
getAvailableBundleKeys
in interface DatasourceBundleRpcService
ServerCallFailedException
public java.util.Map<java.lang.String,java.lang.String> getBundleSelectorConfiguration() throws ServerCallFailedException
getBundleSelectorConfiguration
in interface DatasourceBundleRpcService
ServerCallFailedException
public void setSelectedBundle(java.lang.String bundleKey)
setSelectedBundle
in interface DatasourceBundleRpcService
public boolean testConnection(DatabaseBundleDto databaseBundleDto) throws ServerCallFailedException
testConnection
in interface DatasourceBundleRpcService
ServerCallFailedException