Uses of Interface
org.glassfish.api.admin.CommandProgress
-
Packages that use CommandProgress Package Description com.sun.enterprise.admin.progress com.sun.enterprise.v3.admin org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of CommandProgress in com.sun.enterprise.admin.progress
Classes in com.sun.enterprise.admin.progress that implement CommandProgress Modifier and Type Class Description classCommandProgressImplBasic and probably only implementation ofCommandProgress.Methods in com.sun.enterprise.admin.progress with parameters of type CommandProgress Modifier and Type Method Description static StringProgressStatusClient. composeMessageForPrint(CommandProgress cp) -
Uses of CommandProgress in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return CommandProgress Modifier and Type Method Description CommandProgressAdminCommandInstanceImpl. getCommandProgress()Methods in com.sun.enterprise.v3.admin with parameters of type CommandProgress Modifier and Type Method Description voidAdminCommandInstanceImpl. setCommandProgress(CommandProgress commandProgress) -
Uses of CommandProgress in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return CommandProgress Modifier and Type Method Description CommandProgressCommandProgressRegistry. get(String id)CommandProgressJob. getCommandProgress()Command progress only if it is supported by commandMethods in org.glassfish.api.admin that return types with arguments of type CommandProgress Modifier and Type Method Description Collection<CommandProgress>CommandProgressRegistry. list()Methods in org.glassfish.api.admin with parameters of type CommandProgress Modifier and Type Method Description StringCommandProgressRegistry. registr(CommandProgress cp)voidJob. setCommandProgress(CommandProgress commandProgress)
-