javax.microedition.ipdr.configuration
Interface SessionConfig


public interface SessionConfig

This interface provides a configuration of a Session. 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.util.Enumeration getCollectorsList()
          Returns a list of CollectorPriorityConfig availble in this session
 java.lang.String getSessionDescription()
          Returns a verbal description of the session
 byte getSessionId()
          Returns the session id
 java.lang.String getSessionName()
          Returns the session name
 java.util.Enumeration getSessionTemplatesList()
          Returns a li( list of templates IDs configured for the session (Short values) - Enumeration
 

Method Detail

getSessionDescription

public java.lang.String getSessionDescription()
Returns a verbal description of the session

Returns:
verbal description of the session (String)

getSessionId

public byte getSessionId()
Returns the session id

Returns:
the session id (byte)

getSessionName

public java.lang.String getSessionName()
Returns the session name

Returns:
the session name (String)

getSessionTemplatesList

public java.util.Enumeration getSessionTemplatesList()
Returns a li( list of templates IDs configured for the session (Short values) - Enumeration


getCollectorsList

public java.util.Enumeration getCollectorsList()
Returns a list of CollectorPriorityConfig availble in this session

Returns:
a list of CollectorPriorityConfig - Enumeration see CollectorPriorityConfig