Uses of Interface
org.apache.felix.service.command.CommandSession
-
Packages that use CommandSession Package Description org.apache.felix.gogo.runtime org.apache.felix.gogo.runtime.activator org.apache.felix.service.command -
-
Uses of CommandSession in org.apache.felix.gogo.runtime
Classes in org.apache.felix.gogo.runtime that implement CommandSession Modifier and Type Class Description classCommandSessionImplFields in org.apache.felix.gogo.runtime with type parameters of type CommandSession Modifier and Type Field Description protected WeakHashMap<CommandSession,Object>CommandProcessorImpl. sessionsMethods in org.apache.felix.gogo.runtime with parameters of type CommandSession Modifier and Type Method Description static 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.ObjectCommandProcessorImpl. convert(CommandSession session, Class<?> desiredType, Object in)CommandSessionImplCommandProcessorImpl. createSession(CommandSession parent)ObjectCommandProcessorImpl. eval(CommandSession session, Object[] argv)ObjectClosure. execute(CommandSession x, List<Object> values)ObjectClosure. execute(CommandSession x, List<Object> values, Channel capturingOutput)ObjectCommandProxy. execute(CommandSession session, List<Object> arguments)static ObjectReflective. 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. -
Uses of CommandSession in org.apache.felix.gogo.runtime.activator
Methods in org.apache.felix.gogo.runtime.activator with parameters of type CommandSession Modifier and Type Method Description voidEventAdminListener. 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 CommandSession Modifier and Type Method Description CommandSessionCommandProcessor. createSession(InputStream in, OutputStream out, OutputStream err)Create a new command session associated with IO streams.CommandSessionCommandProcessor. createSession(CommandSession parent)static CommandSessionCommandSession.Utils. current()CommandSessionJob. session()Methods in org.apache.felix.service.command with parameters of type CommandSession Modifier and Type Method Description voidCommandSessionListener. afterExecute(CommandSession session, CharSequence command, Exception exception)voidCommandSessionListener. afterExecute(CommandSession session, CharSequence command, Object result)voidCommandSessionListener. beforeExecute(CommandSession session, CharSequence command)CommandSessionCommandProcessor. createSession(CommandSession parent)ObjectFunction. execute(CommandSession session, List<Object> arguments)Execute this function and return the result.
-