@Repository(value="StatisticLogger") @Transactional(value="statisticLogTransactionManager") public class StatisticLogger extends Object implements IStatisticLogger
| Constructor and Description |
|---|
StatisticLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
logErrorOperation(Throwable throwable) |
void |
logErrorOperation(Throwable throwable,
at.gv.egovernment.moa.id.commons.api.IRequest errorRequest) |
void |
logSuccessOperation(at.gv.egovernment.moa.id.commons.api.IRequest protocolRequest,
IAuthData authData,
boolean isSSOSession) |
void |
testConnection() |
public void testConnection()
throws Exception
testConnection in interface IStatisticLoggerExceptionpublic void logSuccessOperation(at.gv.egovernment.moa.id.commons.api.IRequest protocolRequest,
IAuthData authData,
boolean isSSOSession)
logSuccessOperation in interface IStatisticLoggerpublic void logErrorOperation(Throwable throwable)
logErrorOperation in interface IStatisticLoggerpublic void logErrorOperation(Throwable throwable, at.gv.egovernment.moa.id.commons.api.IRequest errorRequest)
logErrorOperation in interface IStatisticLoggerCopyright © 2017. All rights reserved.