|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.SendReportEmailJobletConfiguration.ReporterConfiguration
protected static final class SendReportEmailJobletConfiguration.ReporterConfiguration
Maps the class name of a report controller IStatisticsPDFReportController to an identifier name. Also configures
the host names of the StatisticsServers for which the IStatisticsPDFReportController matching the class name of the ReporterConfiguration will be invoked at all.
| Constructor Summary | |
|---|---|
protected |
SendReportEmailJobletConfiguration.ReporterConfiguration()
Deprecated. |
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Returns the class name. |
java.lang.Class<? extends IStatisticsPDFReportController<?>> |
getClazz()
Returns the {@code Class<? |
java.lang.String |
getName()
Returns the name (identifier). |
IStatisticsPDFReportController<?> |
getReporterInstance()
Returns the class of the implementation of IStatisticsPDFReportController. |
java.util.Set<java.lang.String> |
getServerHostNames()
Returns the host names of the StatisticsServers for which the
IStatisticsPDFReportController matching the class name of the
ReporterConfiguration will be invoked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected SendReportEmailJobletConfiguration.ReporterConfiguration()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getClassName()
public java.util.Set<java.lang.String> getServerHostNames()
StatisticsServers for which the
IStatisticsPDFReportController matching the class name of the
ReporterConfiguration will be invoked.
StatisticsServerspublic IStatisticsPDFReportController<?> getReporterInstance()
IStatisticsPDFReportController.
public java.lang.Class<? extends IStatisticsPDFReportController<?>> getClazz()
Class<? extends
IStatisticsPDFReportController<?>> for the underlying
className
Class<? extends
IStatisticsPDFReportController<?>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||