public abstract class AbstractListCommandProxy extends Object implements org.glassfish.api.admin.AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected org.glassfish.api.ActionReport.ExitCode |
commandsExitCode |
protected boolean |
header |
protected boolean |
isTerse |
protected Logger |
logger |
protected String |
outputHeaderList |
protected org.glassfish.hk2.api.ServiceLocator |
serviceLocator |
protected String |
target |
protected org.glassfish.internal.api.Target |
targetUtil |
protected boolean |
useLongFormat |
| Constructor and Description |
|---|
AbstractListCommandProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.glassfish.api.admin.AdminCommandContext context) |
protected void |
fillParameterMap(org.glassfish.api.admin.ParameterMap parameterMap) |
protected abstract String |
getCommandName() |
protected boolean |
isLongNumber(String str) |
protected abstract void |
postInvoke(org.glassfish.api.admin.AdminCommandContext context,
org.glassfish.api.ActionReport subReport) |
protected boolean |
preInvoke(org.glassfish.api.admin.AdminCommandContext ctx,
org.glassfish.api.ActionReport subReport) |
@Inject protected org.glassfish.hk2.api.ServiceLocator serviceLocator
@Inject protected org.glassfish.internal.api.Target targetUtil
@Inject protected Logger logger
protected boolean isTerse
protected String outputHeaderList
protected boolean header
protected String target
protected boolean useLongFormat
protected org.glassfish.api.ActionReport.ExitCode commandsExitCode
public final void execute(org.glassfish.api.admin.AdminCommandContext context)
execute in interface org.glassfish.api.admin.AdminCommandprotected boolean preInvoke(org.glassfish.api.admin.AdminCommandContext ctx,
org.glassfish.api.ActionReport subReport)
protected abstract String getCommandName()
protected abstract void postInvoke(org.glassfish.api.admin.AdminCommandContext context,
org.glassfish.api.ActionReport subReport)
protected void fillParameterMap(org.glassfish.api.admin.ParameterMap parameterMap)
protected boolean isLongNumber(String str)
Copyright © 2013. All Rights Reserved.