Serialized Form


Package org.jgroups

Class org.jgroups.ChannelClosedException extends ChannelException implements Serializable

Class org.jgroups.ChannelException extends java.lang.Exception implements Serializable

Class org.jgroups.ChannelNotConnectedException extends ChannelException implements Serializable

Class org.jgroups.Header extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.MergeView extends View implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.Message extends java.lang.Object implements Serializable

serialVersionUID: -1137364035832847034L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.SuspectedException extends java.lang.Exception implements Serializable

Serialized Fields

suspect

java.lang.Object suspect

Class org.jgroups.TimeoutException extends java.lang.Exception implements Serializable

Serialized Fields

failed_mbrs

java.util.List failed_mbrs

Class org.jgroups.View extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.ViewId extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jgroups.blocks

Class org.jgroups.blocks.DistributedHashtable extends java.util.Hashtable implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class org.jgroups.blocks.DistributedLockManager.AcquireLockDecree extends DistributedLockManager.LockDecree implements Serializable

Serialized Fields

creationTime

long creationTime

Class org.jgroups.blocks.DistributedLockManager.LockDecree extends java.lang.Object implements Serializable

Serialized Fields

lockId

java.lang.Object lockId

requester

java.lang.Object requester

managerId

java.lang.Object managerId

commited

boolean commited

multipleLocked

boolean multipleLocked

Class org.jgroups.blocks.DistributedLockManager.MultiLockDecree extends DistributedLockManager.LockDecree implements Serializable

Class org.jgroups.blocks.DistributedLockManager.ReleaseLockDecree extends DistributedLockManager.LockDecree implements Serializable

Class org.jgroups.blocks.LockingException extends java.lang.Exception implements Serializable

Serialized Fields

failed_lockers

java.util.Map failed_lockers

Class org.jgroups.blocks.LockMultiLockedException extends java.lang.Exception implements Serializable

Class org.jgroups.blocks.LockNotGrantedException extends java.lang.Exception implements Serializable

Class org.jgroups.blocks.LockNotReleasedException extends java.lang.Exception implements Serializable

Class org.jgroups.blocks.LogicalLink.AllLinksDown extends java.lang.Exception implements Serializable

Class org.jgroups.blocks.LogicalLink.NoLinksAvailable extends java.lang.Exception implements Serializable

Class org.jgroups.blocks.MethodCall extends java.lang.Object implements Serializable

serialVersionUID: 7873471327078957662L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.blocks.PullPushAdapter.PullHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.blocks.ReplicatedHashtable extends java.util.Hashtable implements Serializable

Class org.jgroups.blocks.ReplicatedTree.Node extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

fqn

java.lang.String fqn

parent

ReplicatedTree.Node parent

children

java.util.TreeMap children

data

java.util.HashMap data

Class org.jgroups.blocks.ReplicationData extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.blocks.RequestCorrelator.Header extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper extends java.lang.Object implements Serializable

Serialized Fields

decree

java.lang.Object decree

type

int type

Class org.jgroups.blocks.UpdateException extends java.lang.Exception implements Serializable

Class org.jgroups.blocks.VoteException extends ChannelException implements Serializable

Class org.jgroups.blocks.VotingAdapter.FailureVoteResult extends VotingAdapter.VoteResult implements Serializable

Serialized Fields

reason

java.lang.String reason

Class org.jgroups.blocks.VotingAdapter.VoteResult extends java.lang.Object implements Serializable

Serialized Fields

positiveVotes

int positiveVotes

negativeVotes

int negativeVotes

Class org.jgroups.blocks.Xid extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jgroups.debug

Class org.jgroups.debug.Debugger extends javax.swing.JFrame implements Serializable

Serialized Fields

channel

JChannel channel

prots

java.util.Vector prots

b1

javax.swing.JButton b1

b2

javax.swing.JButton b2

button_panel

javax.swing.JPanel button_panel

table

javax.swing.JTable table

table_model

javax.swing.table.DefaultTableModel table_model

scroll_pane

javax.swing.JScrollPane scroll_pane

cummulative

boolean cummulative

Class org.jgroups.debug.ProtocolSpecificView extends javax.swing.JPanel implements Serializable

Class org.jgroups.debug.QUEUEView extends ProtocolSpecificView implements Serializable


Package org.jgroups.demos

Class org.jgroups.demos.DistributedHashtableDemo extends java.awt.Frame implements Serializable

Serialized Fields

h

DistributedHashtable h

get

javax.swing.JButton get

set

javax.swing.JButton set

quit

javax.swing.JButton quit

get_all

javax.swing.JButton get_all

delete

javax.swing.JButton delete

stock

javax.swing.JLabel stock

value

javax.swing.JLabel value

err_msg

javax.swing.JLabel err_msg

stock_field

javax.swing.JTextField stock_field

value_field

javax.swing.JTextField value_field

listbox

java.awt.List listbox

default_font

java.awt.Font default_font

Class org.jgroups.demos.DistributedQueueDemo extends java.awt.Frame implements Serializable

Serialized Fields

h

DistributedQueue h

add

javax.swing.JButton add

quit

javax.swing.JButton quit

get_all

javax.swing.JButton get_all

remove

javax.swing.JButton remove

value

javax.swing.JLabel value

err_msg

javax.swing.JLabel err_msg

value_field

javax.swing.JTextField value_field

listbox

java.awt.List listbox

default_font

java.awt.Font default_font

Class org.jgroups.demos.DistributedTreeDemo extends java.awt.Frame implements Serializable

Serialized Fields

tree_model

javax.swing.tree.DefaultTreeModel tree_model

jtree

javax.swing.JTree jtree

table_model

javax.swing.table.DefaultTableModel table_model

table

javax.swing.JTable table

scroll_pane

javax.swing.JScrollPane scroll_pane

root

org.jgroups.demos.MyNode root

dt

DistributedTree dt

props

java.lang.String props

selected_node

java.lang.String selected_node

create

boolean create

Class org.jgroups.demos.DrawCommand extends java.lang.Object implements Serializable

Serialized Fields

mode

int mode

x

int x

y

int y

r

int r

g

int g

b

int b

Class org.jgroups.demos.QuoteClient extends java.awt.Frame implements Serializable

Serialized Fields

disp

RpcDispatcher disp

channel

Channel channel

get

java.awt.Button get

set

java.awt.Button set

quit

java.awt.Button quit

get_all

java.awt.Button get_all

stock

java.awt.Label stock

value

java.awt.Label value

err_msg

java.awt.Label err_msg

stock_field

java.awt.TextField stock_field

value_field

java.awt.TextField value_field

listbox

java.awt.List listbox

default_font

java.awt.Font default_font

props

java.lang.String props

Class org.jgroups.demos.Topology extends java.awt.Frame implements Serializable

Serialized Fields

members

java.util.Vector members

myFont

java.awt.Font myFont

fm

java.awt.FontMetrics fm

node_color

java.awt.Color node_color

coordinator

boolean coordinator

channel

Channel channel

my_addr

java.lang.Object my_addr

Class org.jgroups.demos.TotalOrder extends java.awt.Frame implements Serializable

Serialized Fields

def_font

java.awt.Font def_font

def_font2

java.awt.Font def_font2

canvas

org.jgroups.demos.MyCanvas canvas

menubar

java.awt.MenuBar menubar

start

java.awt.Button start

stop

java.awt.Button stop

clear

java.awt.Button clear

get_state

java.awt.Button get_state

quit

java.awt.Button quit

button_panel

java.awt.Panel button_panel

sender

org.jgroups.demos.TotalOrder.SenderThread sender

receiver

org.jgroups.demos.TotalOrder.ReceiverThread receiver

channel

Channel channel

error_dlg

java.awt.Dialog error_dlg

timeout

long timeout

field_size

int field_size

num_fields

int num_fields

Class org.jgroups.demos.TotalTokenDemo extends javax.swing.JFrame implements Serializable

Serialized Fields

channel

JChannel channel

tabbedPane

javax.swing.JTabbedPane tabbedPane

receiverThread

org.jgroups.demos.TotalTokenDemo.ReceiverThread receiverThread

colorPanel

org.jgroups.demos.TotalTokenDemo.ColorPanel colorPanel

control

org.jgroups.demos.TotalTokenDemo.ControlPanel control

mSize

int mSize

transmitting

boolean transmitting

channelProperties

java.lang.String channelProperties

preffered

java.awt.Dimension preffered

Class org.jgroups.demos.TotalTokenDemo.TotalPayload extends java.lang.Object implements Serializable

Serialized Fields

seqRandom

int seqRandom

Package org.jgroups.demos.applets

Class org.jgroups.demos.applets.DrawApplet extends java.applet.Applet implements Serializable

Serialized Fields

graphics

java.awt.Graphics graphics

panel

java.awt.Panel panel

sub_panel

java.awt.Panel sub_panel

out

java.io.ByteArrayOutputStream out

outstream

java.io.DataOutputStream outstream

instream

java.io.DataInputStream instream

random

java.util.Random random

clear_button

java.awt.Button clear_button

leave_button

java.awt.Button leave_button

mbr_label

java.awt.Label mbr_label

default_font

java.awt.Font default_font

groupname

java.lang.String groupname

channel

Channel channel

receiver

java.lang.Thread receiver

member_size

int member_size

red

int red

green

int green

blue

int blue

default_color

java.awt.Color default_color

factory

ChannelFactory factory

props

java.lang.String props

members

java.util.Vector members

fl

boolean fl

log

org.apache.commons.logging.Log log

Package org.jgroups.demos.wb

Class org.jgroups.demos.wb.GraphPanel extends java.awt.Panel implements Serializable

Serialized Fields

wb

Whiteboard wb

nodes

java.util.Vector nodes

copy

java.util.Vector copy

myname

java.lang.String myname

my_addr

java.lang.Object my_addr

pick

Node pick

pickfixed

boolean pickfixed

offscreen

java.awt.Image offscreen

offscreensize

java.awt.Dimension offscreensize

offgraphics

java.awt.Graphics offgraphics

nodeColor

java.awt.Color nodeColor

default_font

java.awt.Font default_font

log

org.apache.commons.logging.Log log

Class org.jgroups.demos.wb.MessageDialog extends java.awt.Dialog implements Serializable

Serialized Fields

text

java.awt.TextArea text

default_font

java.awt.Font default_font

Class org.jgroups.demos.wb.Node extends java.lang.Object implements Serializable

Serialized Fields

x

double x

y

double y

dx

double dx

dy

double dy

fixed

boolean fixed

lbl

java.lang.String lbl

addr

Address addr

xloc

int xloc

yloc

int yloc

width

int width

height

int height

Class org.jgroups.demos.wb.SendDialog extends java.awt.Dialog implements Serializable

Serialized Fields

msg

java.awt.TextArea msg

default_font

java.awt.Font default_font

disp

RpcDispatcher disp

groupname

java.lang.String groupname

dest

Node dest

sender

java.lang.String sender

Class org.jgroups.demos.wb.UserInfoDialog extends java.awt.Dialog implements Serializable

Serialized Fields

ok

java.awt.Button ok

l

java.awt.Label l

name

java.awt.TextField name

default_font

java.awt.Font default_font

Class org.jgroups.demos.wb.Whiteboard extends java.applet.Applet implements Serializable

Serialized Fields

disp

RpcDispatcher disp

channel

Channel channel

panel

GraphPanel panel

leave_button

java.awt.Button leave_button

mbr_label

java.awt.Label mbr_label

default_font

java.awt.Font default_font

props

java.lang.String props

application

boolean application

log

org.apache.commons.logging.Log log

Package org.jgroups.persistence

Class org.jgroups.persistence.CannotConnectException extends java.lang.Exception implements Serializable

Serialized Fields

t

java.lang.Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace


reason

java.lang.String reason

Class org.jgroups.persistence.CannotCreateSchemaException extends java.lang.Exception implements Serializable

Serialized Fields

t

java.lang.Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace


reason

java.lang.String reason

Class org.jgroups.persistence.CannotPersistException extends java.lang.Exception implements Serializable

Serialized Fields

t

java.lang.Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace


reason

java.lang.String reason

Class org.jgroups.persistence.CannotRemoveException extends java.lang.Exception implements Serializable

Serialized Fields

t

java.lang.Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace


reason

java.lang.String reason

Class org.jgroups.persistence.CannotRetrieveException extends java.lang.Exception implements Serializable

Serialized Fields

t

java.lang.Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace


reason

java.lang.String reason

Package org.jgroups.protocols

Class org.jgroups.protocols.BSH.BshHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.CAUSAL.CausalHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Manual deserialization

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Manual serialization

Throws:
java.io.IOException

Class org.jgroups.protocols.COMPRESS.CompressHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.Digest extends java.lang.Object implements Serializable

serialVersionUID: -1750370226005341630L

Serialized Fields

highest_seqnos

long[] highest_seqnos

msgs

List msgs

Class org.jgroups.protocols.ENCRYPT.EncryptHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.ENCRYPT1_4.EncryptHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FC.FcHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FD_PID.FdHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FD_PROB.FdHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FD_SIMPLE.FdHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FD_SOCK.FdHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FD.FdHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.FragHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.HTOTAL.HTotalHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.JMS.JMSAddress extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Read object from external input.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Write the object to external output.

Throws:
java.io.IOException

Class org.jgroups.protocols.MERGE.MergeHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.MERGE3.CoordAnnouncement extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.MERGEFAST.MergefastHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.NakAckHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.PARTITIONER.PartitionerHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.PerfHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.PIGGYBACK.PiggybackHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.PingHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.PingRsp extends java.lang.Object implements Serializable

serialVersionUID: 3634334590904551586L

Serialized Fields

own_addr

Address own_addr

coord_addr

Address coord_addr

is_server

boolean is_server

Class org.jgroups.protocols.SMACK.SmackHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.TcpHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.TOTAL_OLD.TotalHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.TOTAL_TOKEN.RingTokenHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.TOTAL_TOKEN.TotalTokenHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Manual deserialization

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Manual serialization

Throws:
java.io.IOException

Class org.jgroups.protocols.TOTAL.Header extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Manual deserialization

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Manual serialization

Throws:
java.io.IOException

Class org.jgroups.protocols.TpHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.TransportedVectorTime extends java.lang.Object implements Serializable

serialVersionUID: 5857647322589533545L

Serialized Fields

senderPosition

int senderPosition
index of the sender


values

int[] values
values represented as an array

Class org.jgroups.protocols.TunnelHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.UdpHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.UNICAST.UnicastHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.VERIFY_SUSPECT.VerifyHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.VIEW_SYNC.ViewSyncHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.WANPIPE.WanPipeHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.WanPipeAddress extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jgroups.protocols.pbcast

Class org.jgroups.protocols.pbcast.Digest extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.pbcast.GMS.GmsHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.pbcast.Gossip extends java.lang.Object implements Serializable

serialVersionUID: 7954243278668401185L

Serialized Fields

sender

Address sender

id

long id

digest

Digest digest

not_seen

java.util.Vector not_seen

seen

java.util.Vector seen

Class org.jgroups.protocols.pbcast.JoinRsp extends java.lang.Object implements Serializable

serialVersionUID: 2949193438640587597L

Serialized Fields

view

View view

digest

Digest digest

Class org.jgroups.protocols.pbcast.MergeData extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.pbcast.NakAckHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.pbcast.PbcastHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.pbcast.STABLE.StableHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.pbcast.STATE_TRANSFER.StateHeader extends Header implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jgroups.protocols.ring

Class org.jgroups.protocols.ring.RingToken extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput oi)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput oo)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.protocols.ring.TokenLostException extends java.io.InterruptedIOException implements Serializable

Serialized Fields

failedNode

Address failedNode

cause

java.lang.Throwable cause

mode

int mode

Package org.jgroups.stack

Class org.jgroups.stack.GossipData extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.stack.IpAddress extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.stack.LogicalAddress extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jgroups.util

Class org.jgroups.util.BoundedList extends List implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.util.List extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.util.QueueClosedException extends java.lang.Exception implements Serializable

Class org.jgroups.util.Range extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jgroups.util.Stack extends List implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.