|
|||||||||
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.servicemetier.ATGServiceMetierBasic
public class ATGServiceMetierBasic
Titre : Classe mère de tous les services métiers
Description : Cette classe sera la base de tous les futurs service métier de l'application cliente.
Copyright : FERRARI Olivier
Field Summary | |
---|---|
protected static java.util.logging.Logger |
logger_
Gestion des logs |
Constructor Summary | |
---|---|
ATGServiceMetierBasic()
|
Method Summary | |
---|---|
static java.lang.Object |
getInstance(java.lang.Class classParam)
Retourne une instance de la ServiceMetier |
protected java.util.logging.Logger |
getLogger()
Retourne le log associé |
ATGServiceLocator |
getServiceLocator()
Retourne le service locator associé |
void |
init()
Initialisation du workflow, 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 ATGServiceMetierBasic()
Method Detail |
---|
public void init() throws ATGServiceLocatorException
ATGServiceLocatorException
public ATGServiceLocator getServiceLocator() throws ATGServiceLocatorException
ATGServiceLocatorException
protected java.util.logging.Logger getLogger()
getLogger
in class ATGBasicClass
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 |