|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides the configuration of the exporter.
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
Method Summary | |
CollectorConfig |
findCollector(java.lang.String identifier)
Returns collector configuration by identifier |
SessionConfig |
findSession(byte id)
Returns the session configuration |
TemplateConfig |
findTemplate(short id)
Locates template configuration by given template id |
int |
getAckSequenceInterval()
Returns the data acknowledge message window size. |
int |
getAckTimeInterval()
Returns the data acknowledge time interval. |
boolean |
getCapabilitesTemplateNegotiation()
Indicates whether the exporter should support template negotiation (true if template negotiaton is supported) |
boolean |
getCapabilitiesMultiSession()
Indicates whether multiple sessions over same connection are supported (true if multiple sessions are supported) |
boolean |
getCapabilitiesStructures()
Indicates whether structured templates are supported |
java.util.Enumeration |
getCollectorList()
Returns enumeration of collector configuration (the availble collectors). |
long |
getControllerQueryInterval()
Returns the controller query interval between retry request to connect or to start session |
java.lang.String |
getExporterHost()
Returns the exporter host in IPv4 "dotted decimal notation". |
java.lang.String |
getExporterIdentifier()
Returns the Exporter identifier in IPv4 "dotted decimal notation". |
int |
getExporterProtocolVersion()
Returns exporter's supported protocol version (1 for CRANE, 2 for IPDR) |
boolean |
getExporterSupportDiscovery()
Return true if discovery is supported (UDP-based discovery as defined in the IPDR/SP) and false otherwise |
int |
getLocalPort()
Returns local port to listen for incoming connections |
int |
getReceiveBufferSize()
Returns default receive buffer size for the TCP layer |
java.util.Enumeration |
getSessionList()
Returns enumeration of session configuration. |
int |
getUDPDiscoveryPort()
Returns UDP port to listen for incoming discovery requests on. |
int |
getUDPDiscoveryTimeout()
Returns UDP discovery timeout value. |
java.lang.String |
getVendorId()
Returns vendor identifier |
Method Detail |
public java.lang.String getExporterIdentifier()
public java.lang.String getExporterHost()
public boolean getExporterSupportDiscovery()
public int getExporterProtocolVersion()
public int getReceiveBufferSize()
public boolean getCapabilitiesStructures()
public boolean getCapabilitiesMultiSession()
public boolean getCapabilitesTemplateNegotiation()
public java.lang.String getVendorId()
public java.util.Enumeration getCollectorList()
CollectorConfig
,
CollectorConfig
public CollectorConfig findCollector(java.lang.String identifier)
identifier
- collector identifier
public int getLocalPort()
public TemplateConfig findTemplate(short id)
id
- to find template by it
TemplateConfig
public int getUDPDiscoveryPort()
public int getUDPDiscoveryTimeout()
public long getControllerQueryInterval()
ConnectionController
public int getAckTimeInterval()
public int getAckSequenceInterval()
public java.util.Enumeration getSessionList()
javax.microedition.events.ipdr.configuration.SessionConfig
public SessionConfig findSession(byte id)
id
- th session id
SessionConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |