@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 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
public void testConnection() throws Exception
testConnection
in interface IStatisticLogger
Exception
Copyright © 2017. All rights reserved.