IP*Works! V9

ipworks
Class RexecStderrEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.RexecStderrEvent
All Implemented Interfaces:
java.io.Serializable

public class RexecStderrEvent
extends java.util.EventObject

Fired when data (complete lines) come in through stderr.

The Stderr event is fired every time the process on the remote host outputs a line in its error output. The incoming data is provided through the Text parameter.

EOL indicates whether the ErrEOL string was found on the end of Text or not. If the ErrEOL string was found then EOL is True, otherwise it is False.

When the error stream is closed by the server, a string containing only one NULL character is delivered through this event.

See Also:
Rexec, Rexec.StderrEvent, Serialized Form

Field Summary
 boolean EOL
           
 byte[] text
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public byte[] text

EOL

public boolean EOL

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.