mirror of https://github.com/apache/activemq.git
Added getter and setter for reportType
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6c2de6b8c
commit
1f93e11acc
|
@ -187,6 +187,14 @@ public abstract class JmsClientSystemSupport {
|
||||||
this.reportName = reportName;
|
this.reportName = reportName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getReportType() {
|
||||||
|
return reportType;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setReportType(String reportType) {
|
||||||
|
this.reportType = reportType;
|
||||||
|
}
|
||||||
|
|
||||||
public String getClientName() {
|
public String getClientName() {
|
||||||
if (clientName == null) {
|
if (clientName == null) {
|
||||||
return "JMS Client: ";
|
return "JMS Client: ";
|
||||||
|
|
Loading…
Reference in New Issue