Uses of Interface
org.apache.felix.service.command.CommandSession
Packages that use CommandSession
Package
Description
-
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 with parameters of type CommandSessionModifier and TypeMethodDescriptionstatic Object
Reflective.coerce
(CommandSession session, Class<?> type, Object arg, int[] convert) converts given argument to specified type and increments convert[0] if any conversion was needed.CommandProcessorImpl.convert
(CommandSession session, Class<?> desiredType, Object in) CommandProcessorImpl.createSession
(CommandSession parent) CommandProcessorImpl.eval
(CommandSession session, Object[] argv) Closure.execute
(CommandSession x, List<Object> values) Closure.execute
(CommandSession x, List<Object> values, Channel capturingOutput) 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, OutputStream out, OutputStream err) Create a new command session associated with IO streams.CommandProcessor.createSession
(CommandSession parent) static CommandSession
CommandSession.Utils.current()
Job.session()
Methods in org.apache.felix.service.command 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) CommandProcessor.createSession
(CommandSession parent) Function.execute
(CommandSession session, List<Object> arguments) Execute this function and return the result.