groovyx.gpars.actor.impl
Class MessageStream.RemoteMessageStream

java.lang.Object
  extended by groovyx.gpars.serial.WithSerialId
      extended by groovyx.gpars.actor.impl.MessageStream
          extended by groovyx.gpars.actor.impl.MessageStream.RemoteMessageStream
All Implemented Interfaces:
RemoteSerialized, java.io.Serializable
Enclosing class:
MessageStream

public static class MessageStream.RemoteMessageStream
extends MessageStream
implements RemoteSerialized

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class groovyx.gpars.actor.impl.MessageStream
MessageStream.RemoteMessageStream, MessageStream.SendTo
 
Field Summary
private  RemoteHost remoteHost
           
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.serial.WithSerialId
serialHandle
 
Constructor Summary
MessageStream.RemoteMessageStream(RemoteHost host)
           
 
Method Summary
 MessageStream send(java.lang.Object message)
          Send message to stream and return immediately
 
Methods inherited from class groovyx.gpars.actor.impl.MessageStream
call, getRemoteClass, leftShift, reInterrupt, send, send, sendAndWait, sendAndWait, sendAndWait
 
Methods inherited from class groovyx.gpars.serial.WithSerialId
createRemoteHandle, getOrCreateSerialHandle, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

remoteHost

private final RemoteHost remoteHost
Constructor Detail

MessageStream.RemoteMessageStream

public MessageStream.RemoteMessageStream(RemoteHost host)
Method Detail

send

public MessageStream send(java.lang.Object message)
Description copied from class: MessageStream
Send message to stream and return immediately

Specified by:
send in class MessageStream
Parameters:
message - message to send
Returns:
always return message stream itself

Copyright © 2008–2010 Václav Pech. All Rights Reserved.