| Package | Description |
|---|---|
| org.apache.felix.gogo.api | |
| org.apache.felix.gogo.runtime | |
| org.apache.felix.gogo.runtime.activator | |
| org.apache.felix.service.command |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandSessionListener.afterExecute(CommandSession session,
CharSequence command,
Exception exception) |
void |
CommandSessionListener.afterExecute(CommandSession session,
CharSequence command,
Object result) |
void |
CommandSessionListener.beforeExecute(CommandSession session,
CharSequence command) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandSessionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<CommandSession,Object> |
CommandProcessorImpl.sessions |
| Modifier and Type | Method and Description |
|---|---|
CommandSession |
CommandProcessorImpl.createSession(InputStream in,
PrintStream out,
PrintStream err) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CommandProcessorImpl.eval(CommandSession session,
Object[] argv) |
Object |
Closure.execute(CommandSession x,
List<Object> values) |
Object |
CommandProxy.execute(CommandSession session,
List<Object> arguments) |
static Object |
Reflective.invoke(CommandSession session,
Object target,
String name,
List<Object> args)
invokes the named method on the given target using the supplied args,
which are converted if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventAdminListener.afterExecute(CommandSession session,
CharSequence command,
Exception exception) |
void |
EventAdminListener.afterExecute(CommandSession session,
CharSequence command,
Object result) |
void |
EventAdminListener.beforeExecute(CommandSession session,
CharSequence command) |
| Modifier and Type | Method and Description |
|---|---|
CommandSession |
CommandProcessor.createSession(InputStream in,
PrintStream out,
PrintStream err)
Create a new command session associated with IO streams.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Function.execute(CommandSession session,
List<Object> arguments)
Execute this function and return the result.
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.