|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cohesion.bssh.impl.SSHCommand
public abstract class SSHCommand
Constructor Summary | |
---|---|
SSHCommand(Cache<Member,ch.ethz.ssh2.Connection> ccache)
|
Method Summary | |
---|---|
Result |
execute(Member m)
|
protected abstract Result |
perform(Member m,
ch.ethz.ssh2.Connection c)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSHCommand(Cache<Member,ch.ethz.ssh2.Connection> ccache)
Method Detail |
---|
public Result execute(Member m) throws java.lang.Exception
execute
in interface Command<Result>
java.lang.Exception
protected abstract Result perform(Member m, ch.ethz.ssh2.Connection c) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |