net.sf.xenqtt
Class AbstractXenqttApplication

java.lang.Object
  extended by net.sf.xenqtt.AbstractXenqttApplication
All Implemented Interfaces:
XenqttApplication
Direct Known Subclasses:
MockBrokerApplication, ProxyApplication

public abstract class AbstractXenqttApplication
extends Object
implements XenqttApplication

Base for XenqttApplication classes


Constructor Summary
AbstractXenqttApplication()
           
 
Method Summary
 String getName()
          Uses the concrete class's name without the trailing "Application" as the application name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.xenqtt.XenqttApplication
getDescription, getOptsText, getOptsUsageText, getSummary, start, stop
 

Constructor Detail

AbstractXenqttApplication

public AbstractXenqttApplication()
Method Detail

getName

public String getName()
Uses the concrete class's name without the trailing "Application" as the application name

Specified by:
getName in interface XenqttApplication
Returns:
The application's name for use on the command line
See Also:
XenqttApplication.getName()


Copyright © 2013. All Rights Reserved.