Represents a remote message binding a value to a remoted DataflowExpression
| Modifiers | Name | Description |
|---|---|---|
private DataflowExpression<T> |
expr |
|
private T |
message |
|
private static long |
serialVersionUID |
| Fields inherited from class | Fields |
|---|---|
class SerialMsg |
hostId, serialVersionUID |
| Constructor and description |
|---|
DataflowExpression.BindDataflow
(DataflowExpression<T> expr, T message, java.util.UUID hostId)@param expr The local DataflowExpression instance |
| Type | Name and description |
|---|---|
void |
execute(RemoteConnection conn)Performs the actual bind on the remote host |
| Methods inherited from class | Name |
|---|---|
class SerialMsg |
execute, updateRemoteHost |
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
expr - The local DataflowExpression instancemessage - The actual value to bindhostId - The identification of the host to send the bind information toPerforms the actual bind on the remote host
conn - The connection objectCopyright © 2008–2014 Václav Pech. All Rights Reserved.