Package org.rossonet.rpc
Interface RpcEngine
-
- All Known Implementing Classes:
Jline3RpcEngine
public interface RpcEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireThrowable(java.lang.Throwable Exception)java.util.Collection<RpcCommand>getCommands()java.util.Collection<ShellSession>getSessions()voidkillSshShell(ShellSession session)voidregisterShellSession(ShellSession shellSession)
-
-
-
Method Detail
-
fireThrowable
void fireThrowable(java.lang.Throwable Exception)
-
getCommands
java.util.Collection<RpcCommand> getCommands()
-
getSessions
java.util.Collection<ShellSession> getSessions()
-
killSshShell
void killSshShell(ShellSession session)
-
registerShellSession
void registerShellSession(ShellSession shellSession)
-
-