|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.messages.console.RegisterExpressionViewMessage
public final class RegisterExpressionViewMessage
Message used to register a expression view with Console.
| Constructor Summary | |
|---|---|
RegisterExpressionViewMessage()
Default constructor for externalisation. |
|
RegisterExpressionViewMessage(ExpressionView statisticsView)
Constructor. |
|
| Method Summary | |
|---|---|
ExpressionView |
getExpressionView()
Get the expression view. |
void |
readExternal(ObjectInput in)
Externalisation method. |
void |
writeExternal(ObjectOutput out)
Externalisation method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisterExpressionViewMessage(ExpressionView statisticsView)
statisticsView - Definition of expression view.public RegisterExpressionViewMessage()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||