public class LoggingCommandSessionListener extends Object implements org.apache.felix.gogo.api.CommandSessionListener
Constructor and Description |
---|
LoggingCommandSessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterExecute(org.apache.felix.service.command.CommandSession session,
CharSequence command,
Exception exception) |
void |
afterExecute(org.apache.felix.service.command.CommandSession session,
CharSequence command,
Object result) |
void |
beforeExecute(org.apache.felix.service.command.CommandSession session,
CharSequence command) |
List<CommandLoggingFilter> |
getFilters() |
void |
setFilters(List<CommandLoggingFilter> filters) |
public List<CommandLoggingFilter> getFilters()
public void setFilters(List<CommandLoggingFilter> filters)
public void beforeExecute(org.apache.felix.service.command.CommandSession session, CharSequence command)
beforeExecute
in interface org.apache.felix.gogo.api.CommandSessionListener
public void afterExecute(org.apache.felix.service.command.CommandSession session, CharSequence command, Exception exception)
afterExecute
in interface org.apache.felix.gogo.api.CommandSessionListener
public void afterExecute(org.apache.felix.service.command.CommandSession session, CharSequence command, Object result)
afterExecute
in interface org.apache.felix.gogo.api.CommandSessionListener
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.