com.orderlysoftware.orderlycalls.asterisk.manager
Class ManagerSettings.ManagerEventListenerSettings
java.lang.Object
com.orderlysoftware.orderlycalls.base.Settings
com.orderlysoftware.orderlycalls.asterisk.manager.ManagerSettings.ManagerEventListenerSettings
- Enclosing class:
- ManagerSettings
public class ManagerSettings.ManagerEventListenerSettings
- extends Settings
|
Method Summary |
java.lang.Class |
getListenerClass()
|
void |
setListenerClass(java.lang.Class listenerClass)
|
boolean |
setXMLSettings(org.w3c.dom.Element xmlSettings)
Override this method to do your own processing of settings. |
java.lang.String |
toString()
Gets a representation of this object suitable for logging. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ManagerSettings.ManagerEventListenerSettings
public ManagerSettings.ManagerEventListenerSettings()
getListenerClass
public java.lang.Class getListenerClass()
- Returns:
- Returns the listenerClass.
setListenerClass
public void setListenerClass(java.lang.Class listenerClass)
- Parameters:
listenerClass - The listenerClass to set.
setXMLSettings
public boolean setXMLSettings(org.w3c.dom.Element xmlSettings)
- Description copied from class:
Settings
- Override this method to do your own processing of settings.
Make sure you call super.setXMLSettings(xmlSettings) to
capture name, if present.
- Overrides:
setXMLSettings in class Settings
- Returns:
- true on success/validation, false otherwise.
toString
public java.lang.String toString()
- Description copied from class:
Settings
- Gets a representation of this object suitable for logging.
Subclasses should override this method to show all properties.
- Overrides:
toString in class Settings