org.openmobileis.common.user.profil
Interface ProfileDataFactory

All Known Implementing Classes:
TerminalXmlFileProfilDataFactory, XmlFileProfilDataFactory

public interface ProfileDataFactory

Title: OpenMobileIS project source
Description:

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

Method Summary
 Profile getProfil(java.lang.String profilName)
          return the profil for specified profil name.
 

Method Detail

getProfil

public Profile getProfil(java.lang.String profilName)
                  throws ProfileNotFoundException
return the profil for specified profil name. null if not found

Throws:
ProfileNotFoundException


Copyright 2006 OpenMobileIS. All Rights Reserved.