接口的使用
org.apache.felix.service.command.CommandSession
-
使用CommandSession的程序包 程序包 说明 org.apache.felix.gogo.api org.apache.felix.gogo.runtime org.apache.felix.gogo.runtime.activator org.apache.felix.service.command -
-
org.apache.felix.gogo.api中CommandSession的使用
参数类型为CommandSession的org.apache.felix.gogo.api中的方法 修饰符和类型 方法 说明 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) -
org.apache.felix.gogo.runtime中CommandSession的使用
实现CommandSession的org.apache.felix.gogo.runtime中的类 修饰符和类型 类 说明 classCommandSessionImpl类型参数类型为CommandSession的org.apache.felix.gogo.runtime中的字段 修饰符和类型 字段 说明 protected java.util.WeakHashMap<CommandSession,java.lang.Object>CommandProcessorImpl. sessions返回CommandSession的org.apache.felix.gogo.runtime中的方法 修饰符和类型 方法 说明 CommandSessionCommandProcessorImpl. createSession(java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)参数类型为CommandSession的org.apache.felix.gogo.runtime中的方法 修饰符和类型 方法 说明 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.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. -
org.apache.felix.gogo.runtime.activator中CommandSession的使用
参数类型为CommandSession的org.apache.felix.gogo.runtime.activator中的方法 修饰符和类型 方法 说明 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) -
org.apache.felix.service.command中CommandSession的使用
返回CommandSession的org.apache.felix.service.command中的方法 修饰符和类型 方法 说明 CommandSessionCommandProcessor. createSession(java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)Create a new command session associated with IO streams.参数类型为CommandSession的org.apache.felix.service.command中的方法 修饰符和类型 方法 说明 java.lang.ObjectFunction. execute(CommandSession session, java.util.List<java.lang.Object> arguments)Execute this function and return the result.
-