public final class RegisterExpressionViewMessage extends Object implements Message, Externalizable
| Constructor and Description |
|---|
RegisterExpressionViewMessage()
Default constructor for externalisation.
|
RegisterExpressionViewMessage(ExpressionView statisticsView)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionView |
getExpressionView()
Get the expression view.
|
void |
readExternal(ObjectInput in)
Externalisation method.
|
void |
writeExternal(ObjectOutput out)
Externalisation method.
|
public RegisterExpressionViewMessage(ExpressionView statisticsView)
statisticsView - Definition of expression view.public RegisterExpressionViewMessage()
public ExpressionView getExpressionView()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface Externalizableout - Handle to the output stream.IOException - If an I/O error occurs.public void readExternal(ObjectInput in) throws IOException
readExternal in interface Externalizablein - Handle to the input stream.IOException - If an I/O error occurs.Copyright © 2000-2014. All Rights Reserved.