public final class org.apache.activemq.console.CommandContext extends java.lang.Object
{
private org.apache.activemq.console.formatter.OutputFormatter formatter;
public void <init>()
{
org.apache.activemq.console.CommandContext v;
v := @this: org.apache.activemq.console.CommandContext;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.io.OutputStream getOutputStream()
{
java.io.OutputStream v;
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
v := @this: org.apache.activemq.console.CommandContext;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
v = interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: java.io.OutputStream getOutputStream()>();
return v;
}
public void printMBean(javax.management.ObjectInstance)
{
java.lang.IllegalStateException v;
javax.management.ObjectInstance v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: javax.management.ObjectInstance;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMBean(javax.management.ObjectInstance)>(v);
return;
}
public void printMBean(javax.management.ObjectName)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
javax.management.ObjectName v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: javax.management.ObjectName;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMBean(javax.management.ObjectName)>(v);
return;
}
public void printMBean(javax.management.AttributeList)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
javax.management.AttributeList v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: javax.management.AttributeList;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMBean(javax.management.AttributeList)>(v);
return;
}
public void printMBean(java.util.Map)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.util.Map v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.util.Map;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMBean(java.util.Map)>(v);
return;
}
public void printMBean(java.util.Collection)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.util.Collection v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.util.Collection;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMBean(java.util.Collection)>(v);
return;
}
public void printMessage(java.util.Map)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.util.Map v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.util.Map;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMessage(java.util.Map)>(v);
return;
}
public void printMessage(javax.jms.Message)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
javax.jms.Message v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: javax.jms.Message;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMessage(javax.jms.Message)>(v);
return;
}
public void printMessage(java.util.Collection)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.util.Collection v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.util.Collection;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printMessage(java.util.Collection)>(v);
return;
}
public void printHelp(java.lang.String[])
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.lang.String[] v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.lang.String[];
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printHelp(java.lang.String[])>(v);
return;
}
public void printInfo(java.lang.String)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.lang.String v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.lang.String;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printInfo(java.lang.String)>(v);
return;
}
public void printException(java.lang.Exception)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.lang.Exception v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.lang.Exception;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printException(java.lang.Exception)>(v);
return;
}
public void printVersion(java.lang.String)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.lang.String v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.lang.String;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void printVersion(java.lang.String)>(v);
return;
}
public void print(java.util.Map)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.util.Map v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.util.Map;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void print(java.util.Map)>(v);
return;
}
public void print(java.lang.String[])
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.lang.String[] v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.lang.String[];
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void print(java.lang.String[])>(v);
return;
}
public void print(java.util.Collection)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.util.Collection v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.util.Collection;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void print(java.util.Collection)>(v);
return;
}
public void print(java.lang.String)
{
java.lang.IllegalStateException v;
org.apache.activemq.console.formatter.OutputFormatter v, v;
org.apache.activemq.console.CommandContext v;
java.lang.String v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: java.lang.String;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
if v != null goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("No OutputFormatter specified. Use GlobalWriter.instantiate(OutputFormatter).");
throw v;
label:
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
interfaceinvoke v.<org.apache.activemq.console.formatter.OutputFormatter: void print(java.lang.String)>(v);
return;
}
public org.apache.activemq.console.formatter.OutputFormatter getFormatter()
{
org.apache.activemq.console.formatter.OutputFormatter v;
org.apache.activemq.console.CommandContext v;
v := @this: org.apache.activemq.console.CommandContext;
v = v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter>;
return v;
}
public void setFormatter(org.apache.activemq.console.formatter.OutputFormatter)
{
org.apache.activemq.console.formatter.OutputFormatter v;
org.apache.activemq.console.CommandContext v;
v := @this: org.apache.activemq.console.CommandContext;
v := @parameter: org.apache.activemq.console.formatter.OutputFormatter;
v.<org.apache.activemq.console.CommandContext: org.apache.activemq.console.formatter.OutputFormatter formatter> = v;
return;
}
}