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 java.util.WeakHashMap<CommandSession,java.lang.Object>CommandProcessorImpl. sessionsMethods in org.apache.felix.gogo.runtime that return CommandSession Modifier and Type Method Description CommandSessionCommandSessionImpl.JobImpl. session()Methods in org.apache.felix.gogo.runtime with parameters of type CommandSession Modifier and Type Method Description (package private) voidCommandProcessorImpl. afterExecute(CommandSession session, java.lang.CharSequence commandline, java.lang.Exception exception)(package private) voidCommandProcessorImpl. afterExecute(CommandSession session, java.lang.CharSequence commandline, java.lang.Object result)(package private) voidCommandProcessorImpl. beforeExecute(CommandSession session, java.lang.CharSequence commandline)static java.lang.ObjectReflective. coerce(CommandSession session, java.lang.Class<?> type, java.lang.Object arg, int[] convert)converts given argument to specified type and increments convert[0] if any conversion was needed.private static intReflective. coerce(CommandSession session, java.lang.Object target, java.lang.reflect.Method m, java.lang.Class<?>[] types, java.lang.Object[] out, java.util.List<java.lang.Object> in)Complex routein to convert the arguments given from the command line to the arguments of the method call.java.lang.ObjectCommandProcessorImpl. convert(CommandSession session, java.lang.Class<?> desiredType, java.lang.Object in)CommandSessionImplCommandProcessorImpl. createSession(CommandSession parent)private static intReflective. docoerce(CommandSession session, java.lang.Object target, java.lang.reflect.Method m, java.lang.Class<?>[] types, java.lang.Object[] out, java.util.List<java.lang.Object> in)java.lang.ObjectCommandProcessorImpl. eval(CommandSession session, java.lang.Object[] argv)java.lang.ObjectClosure. execute(CommandSession x, java.util.List<java.lang.Object> values)java.lang.ObjectClosure. execute(CommandSession x, java.util.List<java.lang.Object> values, java.nio.channels.Channel capturingOutput)java.lang.ObjectCommandProxy. execute(CommandSession session, java.util.List<java.lang.Object> arguments)static java.lang.ObjectReflective. invoke(CommandSession session, java.lang.Object target, java.lang.String name, java.util.List<java.lang.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, java.lang.CharSequence command, java.lang.Exception exception)voidEventAdminListener. afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)voidEventAdminListener. beforeExecute(CommandSession session, java.lang.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(java.io.InputStream in, java.io.OutputStream out, java.io.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, java.lang.CharSequence command, java.lang.Exception exception)voidCommandSessionListener. afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)voidCommandSessionListener. beforeExecute(CommandSession session, java.lang.CharSequence command)CommandSessionCommandProcessor. createSession(CommandSession parent)java.lang.ObjectFunction. execute(CommandSession session, java.util.List<java.lang.Object> arguments)Execute this function and return the result.
-