public class AsyncAdminInterface extends Object
| Constructor and Description |
|---|
AsyncAdminInterface(AdminInterface syncService,
ExecutorService executorService) |
public AsyncAdminInterface(AdminInterface syncService, ExecutorService executorService)
public void clearOutputFileCache(AsyncAdminInterface.ClearOutputFileCacheCallback callback)
public void disablePlugin(String name, AsyncAdminInterface.DisablePluginCallback callback)
public void enablePlugin(String name, AsyncAdminInterface.EnablePluginCallback callback)
public void getAllPlugins(AsyncAdminInterface.GetAllPluginsCallback callback)
public void getBimServerInfo(AsyncAdminInterface.GetBimServerInfoCallback callback)
public void getDatabaseInformation(AsyncAdminInterface.GetDatabaseInformationCallback callback)
public void getJavaInfo(AsyncAdminInterface.GetJavaInfoCallback callback)
public void getLastDatabaseReset(AsyncAdminInterface.GetLastDatabaseResetCallback callback)
public void getLatestVersion(AsyncAdminInterface.GetLatestVersionCallback callback)
public void getLogs(AsyncAdminInterface.GetLogsCallback callback)
public void getMetrics(AsyncAdminInterface.GetMetricsCallback callback)
public void getMigrations(AsyncAdminInterface.GetMigrationsCallback callback)
public void getProtocolBuffersFile(String interfaceName, AsyncAdminInterface.GetProtocolBuffersFileCallback callback)
public void getServerInfo(AsyncAdminInterface.GetServerInfoCallback callback)
public void getServerLog(AsyncAdminInterface.GetServerLogCallback callback)
public void getServerStartTime(AsyncAdminInterface.GetServerStartTimeCallback callback)
public void getSystemInfo(AsyncAdminInterface.GetSystemInfoCallback callback)
public void getVersion(AsyncAdminInterface.GetVersionCallback callback)
public void migrateDatabase(AsyncAdminInterface.MigrateDatabaseCallback callback)
public void regenerateGeometry(Long croid, AsyncAdminInterface.RegenerateGeometryCallback callback)
public void setup(String siteAddress, String smtpServer, String smtpSender, String adminName, String adminUsername, String adminPassword, AsyncAdminInterface.SetupCallback callback)
public void upgradePossible(AsyncAdminInterface.UpgradePossibleCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.