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 TypeMethodDescriptionvoidCommandSessionListener.afterExecute(CommandSession session, CharSequence command, Exception exception) voidCommandSessionListener.afterExecute(CommandSession session, CharSequence command, Object result) voidCommandSessionListener.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.sessionsMethods 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 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, 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.