接口的使用
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中的方法 修饰符和类型 方法 说明 void
CommandSessionListener. afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Exception exception)
void
CommandSessionListener. afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)
void
CommandSessionListener. beforeExecute(CommandSession session, java.lang.CharSequence command)
-
org.apache.felix.gogo.runtime中CommandSession的使用
实现CommandSession的org.apache.felix.gogo.runtime中的类 修饰符和类型 类 说明 class
CommandSessionImpl
类型参数类型为CommandSession的org.apache.felix.gogo.runtime中的字段 修饰符和类型 字段 说明 protected java.util.WeakHashMap<CommandSession,java.lang.Object>
CommandProcessorImpl. sessions
返回CommandSession的org.apache.felix.gogo.runtime中的方法 修饰符和类型 方法 说明 CommandSession
CommandProcessorImpl. createSession(java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
参数类型为CommandSession的org.apache.felix.gogo.runtime中的方法 修饰符和类型 方法 说明 java.lang.Object
CommandProcessorImpl. eval(CommandSession session, java.lang.Object[] argv)
java.lang.Object
Closure. execute(CommandSession x, java.util.List<java.lang.Object> values)
java.lang.Object
CommandProxy. execute(CommandSession session, java.util.List<java.lang.Object> arguments)
static java.lang.Object
Reflective. 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中的方法 修饰符和类型 方法 说明 void
EventAdminListener. afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Exception exception)
void
EventAdminListener. afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)
void
EventAdminListener. beforeExecute(CommandSession session, java.lang.CharSequence command)
-
org.apache.felix.service.command中CommandSession的使用
返回CommandSession的org.apache.felix.service.command中的方法 修饰符和类型 方法 说明 CommandSession
CommandProcessor. 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.Object
Function. execute(CommandSession session, java.util.List<java.lang.Object> arguments)
Execute this function and return the result.
-