Uses of Class
net.schmizz.sshj.connection.channel.direct.Signal

Packages that use Signal
net.schmizz.sshj.connection.channel.direct   
 

Uses of Signal in net.schmizz.sshj.connection.channel.direct
 

Methods in net.schmizz.sshj.connection.channel.direct that return Signal
static Signal Signal.fromString(String name)
          Create from the string representation used when the signal is received as part of an SSH packet.
 Signal SessionChannel.getExitSignal()
           
 Signal Session.Command.getExitSignal()
          Returns the signal if the command exit violently, or null if this information was not received.
static Signal Signal.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Signal[] Signal.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.schmizz.sshj.connection.channel.direct with parameters of type Signal
 void SessionChannel.signal(Signal sig)
           
 void Session.Command.signal(Signal signal)
          Send a signal to the remote command.
 void Session.Shell.signal(Signal signal)
          Send a signal.
 



Copyright © 2009-2012. All Rights Reserved.