Uses of Class
org.glassfish.api.admin.CommandModel
-
Packages that use CommandModel Package Description org.glassfish.api org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of CommandModel in org.glassfish.api
Methods in org.glassfish.api with parameters of type CommandModel Modifier and Type Method Description WrappedAdminCommandAsyncImpl. createWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report) -
Uses of CommandModel in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return CommandModel Modifier and Type Method Description CommandModelCommandModelProvider. getModel()CommandModelCommandRunner. getModel(String scope, String name, Logger logger)Returns the command model for a command nameCommandModelCommandRunner. getModel(String name, Logger logger)Returns the command model for a command name for the null scopeMethods in org.glassfish.api.admin with parameters of type CommandModel Modifier and Type Method Description AdminCommandCommandAspectBase. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.AdminCommandCommandAspectImpl. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.static AdminCommandCommandSupport. createWrappers(org.glassfish.hk2.api.ServiceLocator serviceLocator, CommandModel model, AdminCommand command, ActionReport report)Execute wrapping aspects, seeAsyncImplfor example.BufferedReaderCommandRunner. getHelp(CommandModel model)Returns manpage for the command.booleanCommandRunner. validateCommandModelETag(CommandModel model, String eTag)Checks if given command model eTag is equal to current command model eTag
-