Uses of Class
net.bluemind.server.api.Server
Packages that use Server
-
Uses of Server in net.bluemind.dataprotect.api
Methods in net.bluemind.dataprotect.api that return types with arguments of type ServerMethod parameters in net.bluemind.dataprotect.api with type arguments of type ServerModifier and TypeMethodDescriptiondefault void
IBackupWorker.dataDirsSaved
(IDPContext ctx, String tag, ItemValue<Server> backedUp) This gets called once the data is saved with rsync.void
IBackupWorker.prepareDataDirs
(IDPContext ctx, String tag, ItemValue<Server> toBackup) This is called before the backup starts. -
Uses of Server in net.bluemind.server.api
Methods in net.bluemind.server.api that return ServerMethods in net.bluemind.server.api that return types with arguments of type ServerModifier and TypeMethodDescriptionIServer.allComplete()
Enumerate all the servers in the installation container.IServerPromise.allComplete()
IServer.getComplete
(String uid) Fetches a server object from the database with its uid.IServerPromise.getComplete
(String uid) Methods in net.bluemind.server.api with parameters of type ServerModifier and TypeMethodDescriptionint
Creates a new server in the database with the given uid.void
IServerAsync.create
(String uid, Server srv, AsyncHandler<TaskRef> handler) Updates a server in the database with its uid.void
IServerAsync.update
(String uid, Server srv, AsyncHandler<TaskRef> handler) Method parameters in net.bluemind.server.api with type arguments of type ServerModifier and TypeMethodDescriptionvoid
IServerAsync.allComplete
(AsyncHandler<List<ItemValue<Server>>> handler) void
IServerAsync.getComplete
(String uid, AsyncHandler<ItemValue<Server>> handler)