Package org.glassfish.api.admin
Interface CommandProgressRegistry
-
@Contract public interface CommandProgressRegistry- Author:
- mmares
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandProgressget(String id)Collection<CommandProgress>list()Stringregistr(CommandProgress cp)
-
-
-
Method Detail
-
registr
String registr(CommandProgress cp)
-
list
Collection<CommandProgress> list()
-
get
CommandProgress get(String id)
-
-