Public Member Functions | |
| InfoServiceData (String strXMLNodeName) | |
| InfoServiceData (String strXMLNodeName, ListenerInterface[] list) | |
| InfoServiceData (String strXMLNodeName, String host, int port) | |
| int | getNumberOfListeners () |
| void | addListenerInterface (ListenerInterface iface) |
| void | removeListenerInterface (int index) |
| ListenerInterface | getListenerInterface (int index) |
| Vector | getListenerInterfaces () |
| Element | toXmlElement (Document doc) |
Static Public Member Functions | |
| static InfoServiceData | createFromElement (String tag, Element elemRoot) throws XMLParseException |
Private Attributes | |
| ListenerInterface[] | m_interfaces |
| String | m_strXMLNodeName |
| mixconfig.infoservice.InfoServiceData.InfoServiceData | ( | String | strXMLNodeName | ) |
| mixconfig.infoservice.InfoServiceData.InfoServiceData | ( | String | strXMLNodeName, | |
| ListenerInterface[] | list | |||
| ) |
| mixconfig.infoservice.InfoServiceData.InfoServiceData | ( | String | strXMLNodeName, | |
| String | host, | |||
| int | port | |||
| ) |
Initialize an InfoService with a single ListenerInterface
| host | ||
| port |
References mixconfig.infoservice.InfoServiceData.addListenerInterface(), mixconfig.infoservice.InfoServiceData.m_interfaces, and mixconfig.infoservice.InfoServiceData.m_strXMLNodeName.
| int mixconfig.infoservice.InfoServiceData.getNumberOfListeners | ( | ) |
References mixconfig.infoservice.InfoServiceData.m_interfaces.
Referenced by mixconfig.panels.GeneralPanel.check().
| void mixconfig.infoservice.InfoServiceData.addListenerInterface | ( | ListenerInterface | iface | ) |
Add a new ListenerInterface to this InfoService
| iface |
References mixconfig.infoservice.InfoServiceData.m_interfaces.
Referenced by mixconfig.infoservice.InfoServiceData.InfoServiceData().
| void mixconfig.infoservice.InfoServiceData.removeListenerInterface | ( | int | index | ) |
| ListenerInterface mixconfig.infoservice.InfoServiceData.getListenerInterface | ( | int | index | ) |
References mixconfig.infoservice.InfoServiceData.m_interfaces.
Referenced by mixconfig.infoservice.InfoServiceDialog.addHost(), mixconfig.infoservice.InfoServiceDialog.addPort(), mixconfig.panels.GeneralPanel.check(), mixconfig.infoservice.InfoServiceTableModel.getValueAt(), and mixconfig.panels.TermsAndConditionsPanel.updateFromInfoService().
| Vector mixconfig.infoservice.InfoServiceData.getListenerInterfaces | ( | ) |
References mixconfig.infoservice.InfoServiceData.m_interfaces.
Referenced by mixconfig.MixConfiguration.setValue().
| Element mixconfig.infoservice.InfoServiceData.toXmlElement | ( | Document | doc | ) |
| static InfoServiceData mixconfig.infoservice.InfoServiceData.createFromElement | ( | String | tag, | |
| Element | elemRoot | |||
| ) | throws XMLParseException [static] |
Return an InfoServiceData-object, casted from a DOM InfoService-Element
| tag | ||
| elemRoot |
| XMLParseException |
References mixconfig.infoservice.InfoServiceData.InfoServiceData().
Referenced by mixconfig.infoservice.InfoServiceTableModel.readFromElement().
ListenerInterface [] mixconfig.infoservice.InfoServiceData.m_interfaces [private] |
Referenced by mixconfig.infoservice.InfoServiceData.addListenerInterface(), mixconfig.infoservice.InfoServiceData.getListenerInterface(), mixconfig.infoservice.InfoServiceData.getListenerInterfaces(), mixconfig.infoservice.InfoServiceData.getNumberOfListeners(), mixconfig.infoservice.InfoServiceData.InfoServiceData(), mixconfig.infoservice.InfoServiceData.removeListenerInterface(), and mixconfig.infoservice.InfoServiceData.toXmlElement().
String mixconfig.infoservice.InfoServiceData.m_strXMLNodeName [private] |
1.5.6