|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.common.logging.ModuleLifecycleLoggingBean
public class ModuleLifecycleLoggingBean
A simple bean that when declared in app context will cause a lifecycle logging message to appear in the logging output.
| Constructor Summary | |
|---|---|
ModuleLifecycleLoggingBean()
|
|
| Method Summary | |
|---|---|
LifeCycleEvent |
getLifeCycleEvent()
Retrieve the type of life cycle event for this logging message |
String |
getModuleName()
The name of the module that this log message applies to |
void |
init()
|
void |
setLifeCycleEvent(LifeCycleEvent lifeCycleEvent)
Set the type of life cycle event for this logging message |
void |
setModuleName(String moduleName)
Set the name of the module that this log message applies to |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleLifecycleLoggingBean()
| Method Detail |
|---|
@PostConstruct public void init()
public LifeCycleEvent getLifeCycleEvent()
public void setLifeCycleEvent(LifeCycleEvent lifeCycleEvent)
lifeCycleEvent - life cycle event typepublic String getModuleName()
public void setModuleName(String moduleName)
moduleName - the module name for this logging message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||