Package org.jgroups.tests
Class MessageSendTest.Person
- java.lang.Object
-
- org.jgroups.tests.MessageSendTest.Person
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MessageSendTest
protected static class MessageSendTest.Person extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intageprotected byte[]bufprotected java.lang.Stringnameprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description Person(java.lang.String name, int age, byte[] buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
name
protected java.lang.String name
-
age
protected int age
-
buf
protected byte[] buf
-
-