IP*Works!

ipworks
Class RexecStdoutEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ipworks.RexecStdoutEvent
All Implemented Interfaces:
java.io.Serializable

public class RexecStdoutEvent
extends java.util.EventObject

Fired when data (complete lines) come in through stdout. The Stdout event is fired every time the process on the remote host outputs a line in its standard output. The incoming data are given in Text . Text is a byte array , and as such might be considered as a binary chunk of data with length Text.length .

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

See Also:
Rexec, Rexec.fireStdout, Serialized Form

Field Summary
 boolean EOL
           
 byte[] text
           
 
Fields inherited from class java.util.EventObject
source
 
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!

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