javax.microedition.ipdr.configuration
Interface CollectorConfig


public interface CollectorConfig

This interface provides the configuration of the collector. ETA defines that at least one implementation must be implemented by the ETA implementer. The required implementation takes all the information from the JAD/manifest

Version:
1.0
Author:
Shai Gotlib

Method Summary
 java.lang.String getCollectorHost()
          Returns collector host (IPv4 "dotted decimal notation")
 java.lang.String getCollectorIdentifier()
          Returns collector identifier in IPv4 form ("dotted decimal notation")
 java.util.Enumeration getConnectionConfigList()
          Returns enumeration of connection configuration
 ExporterConfig getExporterConfig()
          Returns the exporter configuration - instance of ExporterConfig
 java.util.Enumeration getPassiveConnectionList()
          Returns a sublist of passive connections from all defined connections
 int getUDPDiscoveryPort()
          Returns collector UDP discovery port
 

Method Detail

getExporterConfig

public ExporterConfig getExporterConfig()
Returns the exporter configuration - instance of ExporterConfig

Returns:
ExporterConfig
See Also:
ExporterConfig

getConnectionConfigList

public java.util.Enumeration getConnectionConfigList()
Returns enumeration of connection configuration

Returns:
Enumeration of ConnectionConfig
See Also:
ConnectionConfig, ExporterConfig

getPassiveConnectionList

public java.util.Enumeration getPassiveConnectionList()
Returns a sublist of passive connections from all defined connections

Returns:
Enumeration of ConnectionConfig. Empty Enumeration is returned if there are no passive connections
See Also:
avaxx.microedition.ipdr.configuration.ConnectionConfig

getCollectorIdentifier

public java.lang.String getCollectorIdentifier()
Returns collector identifier in IPv4 form ("dotted decimal notation")

Returns:
collector identifier in IPv4 "dotted decimal notation" (String)

getCollectorHost

public java.lang.String getCollectorHost()
Returns collector host (IPv4 "dotted decimal notation")

Returns:
collector host in IPv4 "dotted decimal notation" (String)

getUDPDiscoveryPort

public int getUDPDiscoveryPort()
Returns collector UDP discovery port

Returns:
UDP discovery port