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.sessionsMethods in org.apache.felix.gogo.runtime with parameters of type CommandSessionModifier and TypeMethodDescriptionstatic ObjectReflective.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 Objectinvokes 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 TypeMethodDescriptionvoidEventAdminListener.afterExecute(CommandSession session, CharSequence command, Exception exception) voidEventAdminListener.afterExecute(CommandSession session, CharSequence command, Object result) voidEventAdminListener.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 CommandSessionCommandSession.Utils.current()Job.session()Methods in org.apache.felix.service.command with parameters of type CommandSessionModifier and TypeMethodDescriptionvoidCommandSessionListener.afterExecute(CommandSession session, CharSequence command, Exception exception) voidCommandSessionListener.afterExecute(CommandSession session, CharSequence command, Object result) voidCommandSessionListener.beforeExecute(CommandSession session, CharSequence command) CommandProcessor.createSession(CommandSession parent) Function.execute(CommandSession session, List<Object> arguments) Execute this function and return the result.