|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object atg.util.service.ATGBasicClass atg.metier.logiquemetier.sessionfacade.ATGSessionFacadeBasic
public class ATGSessionFacadeBasic
Titre : Classe Facade de la partie Métier de l'application
Description : Cette classe sera héritée par les cklasses de l'application dont leur voccation est de servir de façade c'est à dire de présenter le coeur métier de l'application par des entrées simplifiées.
Copyright : FERRARI Olivier
Field Summary | |
---|---|
protected static java.util.logging.Logger |
logger_
Gestion des logs |
Constructor Summary | |
---|---|
ATGSessionFacadeBasic()
|
Method Summary | |
---|---|
static java.lang.Object |
getInstance(java.lang.Class classParam)
Retourne une instance de la façade |
protected java.util.logging.Logger |
getLogger()
Retourne le log associé |
ATGServiceLocator |
getServiceLocator()
Retourne le service locator associé |
void |
init()
Initialisation de la facade, notemment pour utiliser le service locator. |
Methods inherited from class atg.util.service.ATGBasicClass |
---|
logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger logger_
Constructor Detail |
---|
public ATGSessionFacadeBasic()
Method Detail |
---|
protected java.util.logging.Logger getLogger()
getLogger
in class ATGBasicClass
public void init() throws ATGServiceLocatorException
ATGServiceLocatorException
public ATGServiceLocator getServiceLocator() throws ATGServiceLocatorException
ATGServiceLocatorException
public static java.lang.Object getInstance(java.lang.Class classParam)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |