|
org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovyx.gpars.serial.SerialMsg
groovyx.gpars.dataflow.DataFlowExpression.BindDataFlow
class DataFlowExpression.BindDataFlow extends SerialMsg
Represents a remote message binding a value to a remoted DataFlowExpression
| Field Summary | |
|---|---|
private DataFlowExpression |
expr
|
private T |
message
|
private static long |
serialVersionUID
|
| Constructor Summary | |
DataFlowExpression.BindDataFlow(DataFlowExpression expr, T message, java.util.UUID hostId)
@param expr The local DataFlowExpression instance |
|
| Method Summary | |
|---|---|
void
|
execute(RemoteConnection conn)
Performs the actual bind on the remote host |
| Methods inherited from class SerialMsg | |
|---|---|
| execute |
| Field Detail |
|---|
@SuppressWarnings("rawtypes")
private final DataFlowExpression expr
private final T message
private static final long serialVersionUID
| Constructor Detail |
|---|
public DataFlowExpression.BindDataFlow(@SuppressWarnings("rawtypes") DataFlowExpression expr, T message, java.util.UUID hostId)
expr - The local DataFlowExpression instancemessage - The actual value to bindhostId - The identification of the host to send the bind information to
| Method Detail |
|---|
@Override
@SuppressWarnings("unchecked")
public void execute(RemoteConnection conn)
conn - The connection object
Copyright © 2008–2010 Václav Pech. All Rights Reserved.