Uses of Class
net.n2oapp.platform.loader.client.ClientLoaderCommand
-
Packages that use ClientLoaderCommand Package Description net.n2oapp.platform.loader.client -
-
Uses of ClientLoaderCommand in net.n2oapp.platform.loader.client
Methods in net.n2oapp.platform.loader.client that return ClientLoaderCommand Modifier and Type Method Description ClientLoaderCommandLoaderReport.Fail. getCommand()Methods in net.n2oapp.platform.loader.client that return types with arguments of type ClientLoaderCommand Modifier and Type Method Description List<ClientLoaderCommand>LoaderReport. getAborted()List<ClientLoaderCommand>ClientLoaderRunner. getCommands()List<ClientLoaderCommand>LoaderReport. getSuccess()Methods in net.n2oapp.platform.loader.client with parameters of type ClientLoaderCommand Modifier and Type Method Description ClientLoaderRunnerClientLoaderRunner. add(ClientLoaderCommand command)Добавить информацию о загрузкеvoidLoaderReport. addFail(ClientLoaderCommand command, Exception e)voidLoaderReport. addSuccess(ClientLoaderCommand command)Method parameters in net.n2oapp.platform.loader.client with type arguments of type ClientLoaderCommand Modifier and Type Method Description voidLoaderReport. addAborted(List<ClientLoaderCommand> commands)Constructors in net.n2oapp.platform.loader.client with parameters of type ClientLoaderCommand Constructor Description Fail(ClientLoaderCommand command, Exception exception)
-