|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.karaf.shell.console.AbstractAction
public abstract class AbstractAction
Field Summary | |
---|---|
protected org.slf4j.Logger |
log
|
protected org.apache.felix.service.command.CommandSession |
session
|
Constructor Summary | |
---|---|
AbstractAction()
|
Method Summary | |
---|---|
protected abstract java.lang.Object |
doExecute()
|
java.lang.Object |
execute(org.apache.felix.service.command.CommandSession session)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.slf4j.Logger log
protected org.apache.felix.service.command.CommandSession session
Constructor Detail |
---|
public AbstractAction()
Method Detail |
---|
public java.lang.Object execute(org.apache.felix.service.command.CommandSession session) throws Exception
execute
in interface Action
Exception
protected abstract java.lang.Object doExecute() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |