@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 IStatisticLogger
Exception
public void logSuccessOperation(at.gv.egovernment.moa.id.commons.api.IRequest protocolRequest, IAuthData authData, boolean isSSOSession)
logSuccessOperation
in interface IStatisticLogger
public void logErrorOperation(Throwable throwable)
logErrorOperation
in interface IStatisticLogger
public void logErrorOperation(Throwable throwable, at.gv.egovernment.moa.id.commons.api.IRequest errorRequest)
logErrorOperation
in interface IStatisticLogger
Copyright © 2017. All rights reserved.