Secure iNet Factory

com.jscape.inet.ssh
Class SshTaskTimeoutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.inet.ssh.SshTaskTimeoutEvent
All Implemented Interfaces:
java.io.Serializable

public class SshTaskTimeoutEvent
extends java.util.EventObject

Fired when a SshTask has exceeded the defined timeout

See Also:
SshTask, Serialized Form

Constructor Summary
SshTaskTimeoutEvent(java.lang.Object source, SshTask task)
          Creates a new instance of SshTaskTimeoutEvent
 
Method Summary
 SshTask getTask()
          Gets the SshTask that has timed out.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SshTaskTimeoutEvent

public SshTaskTimeoutEvent(java.lang.Object source,
                           SshTask task)
Creates a new instance of SshTaskTimeoutEvent

Parameters:
source - the source of the event
task - the SshTask that has completed
See Also:
SshTask
Method Detail

getTask

public SshTask getTask()
Gets the SshTask that has timed out.

Returns:
a SshTask

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved