Uses of Interface
org.apache.felix.service.command.CommandSession
Packages that use CommandSession
Package
Description
-
Uses of CommandSession in org.apache.felix.gogo.api
Methods in org.apache.felix.gogo.api with parameters of type CommandSessionModifier and TypeMethodDescriptionvoid
CommandSessionListener.afterExecute
(CommandSession session, CharSequence command, Exception exception) void
CommandSessionListener.afterExecute
(CommandSession session, CharSequence command, Object result) void
CommandSessionListener.beforeExecute
(CommandSession session, CharSequence command) -
Uses of CommandSession in org.apache.felix.gogo.runtime
Classes in org.apache.felix.gogo.runtime that implement CommandSessionFields in org.apache.felix.gogo.runtime with type parameters of type CommandSessionModifier and TypeFieldDescriptionprotected final WeakHashMap
<CommandSession, Object> CommandProcessorImpl.sessions
Methods in org.apache.felix.gogo.runtime that return CommandSessionModifier and TypeMethodDescriptionCommandProcessorImpl.createSession
(InputStream in, PrintStream out, PrintStream err) Methods in org.apache.felix.gogo.runtime with parameters of type CommandSessionModifier and TypeMethodDescriptionCommandProcessorImpl.eval
(CommandSession session, Object[] argv) Closure.execute
(CommandSession x, List<Object> values) CommandProxy.execute
(CommandSession session, List<Object> arguments) static Object
invokes the named method on the given target using the supplied args, which are converted if necessary. -
Uses of CommandSession in org.apache.felix.gogo.runtime.activator
Methods in org.apache.felix.gogo.runtime.activator with parameters of type CommandSessionModifier and TypeMethodDescriptionvoid
EventAdminListener.afterExecute
(CommandSession session, CharSequence command, Exception exception) void
EventAdminListener.afterExecute
(CommandSession session, CharSequence command, Object result) void
EventAdminListener.beforeExecute
(CommandSession session, CharSequence command) -
Uses of CommandSession in org.apache.felix.service.command
Methods in org.apache.felix.service.command that return CommandSessionModifier and TypeMethodDescriptionCommandProcessor.createSession
(InputStream in, PrintStream out, PrintStream err) Create a new command session associated with IO streams.Methods in org.apache.felix.service.command with parameters of type CommandSessionModifier and TypeMethodDescriptionFunction.execute
(CommandSession session, List<Object> arguments) Execute this function and return the result.