javax.microedition.ipdr.configuration
Interface CollectorPriorityConfig


public interface CollectorPriorityConfig

This interface provides the configured priority of a 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 getIdentifier()
          Returns the collector's identiefer in IPv4 "dotted decimal notation"
 int getPriority()
          Returns the collector's priority
 

Method Detail

getPriority

public int getPriority()
Returns the collector's priority

Returns:
int the collector's priority

getIdentifier

public java.lang.String getIdentifier()
Returns the collector's identiefer in IPv4 "dotted decimal notation"

Returns:
the collector's identiefer in IPv4 "dotted decimal notation" (String)