@Service(value="StatisticLogger") public class DummyStatisticLogger extends Object implements IStatisticLogger
| Constructor and Description |
|---|
DummyStatisticLogger() |
| 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 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 IStatisticLoggerpublic void testConnection()
throws Exception
testConnection in interface IStatisticLoggerExceptionCopyright © 2017. All rights reserved.