Serialized Form
|
Package org.apache.catalina.tribes |
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Throws:
IOException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
faultyMembers
ArrayList<E> faultyMembers
id
byte[] id
|
Package org.apache.catalina.tribes.group |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
|
Package org.apache.catalina.tribes.io |
options
int options
- The options this message was sent with
message
XByteBuffer message
- The message data, stored in a dynamic buffer
timestamp
long timestamp
- The timestamp that goes with this message
uniqueId
byte[] uniqueId
- A unique message id
address
Member address
- The source or reply-to address for this message
|
Package org.apache.catalina.tribes.membership |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
|
Package org.apache.catalina.tribes.tipis |
chset
String chset
- Used to identify the map
mapId
byte[] mapId
msgtype
int msgtype
diff
boolean diff
valuedata
byte[] valuedata
keydata
byte[] keydata
diffvalue
byte[] diffvalue
nodes
Member[] nodes
primary
Member primary
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.