org.openmobileis.module.profiles.terminal
Class TerminalProfileManager

java.lang.Object
  extended byorg.openmobileis.module.profiles.terminal.TerminalProfileManager

public class TerminalProfileManager
extends java.lang.Object

Title: OpenMobileIS project source
Description: Manage profil on the terminal side. Profile are store in a XML file. The filename and path is defined by the PropertiesManager property org.openmobileis.profil.file By default (ie the property is not defined), the file is stored in the directory "user.dir"/WEB-INF/conf/properties/profilData.xml.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
static TerminalProfileManager getManager()
           
 TerminalProfile getProfil()
           
 java.lang.String getProfileFilename()
           
 void saveProfilFile(java.lang.String fileData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProfileFilename

public java.lang.String getProfileFilename()

getManager

public static TerminalProfileManager getManager()

saveProfilFile

public void saveProfilFile(java.lang.String fileData)
                    throws ServiceException
Throws:
ServiceException

getProfil

public TerminalProfile getProfil()


Copyright 2006 OpenMobileIS. All Rights Reserved.