Serialized Form


Package jgroup.arm

Class jgroup.arm.GroupData.GroupMergeRecord extends java.lang.Object implements Serializable

serialVersionUID: 932291238562617927L

Serialized Fields

app

AppConfig app

removedHosts

HostSet removedHosts

hosts

HostSet hosts

Class jgroup.arm.GroupTable.MergeRecord extends java.lang.Object implements Serializable

serialVersionUID: -441736911665721212L

Serialized Fields

groupMerge

GroupData.GroupMergeRecord[] groupMerge

Class jgroup.arm.ReplicaFailureEvent extends java.lang.Object implements Serializable

serialVersionUID: -7726215597500410316L

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 jgroup.arm.ReplicaPingEvent extends java.lang.Object implements Serializable

serialVersionUID: -6041617835370010146L

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 jgroup.core

Class jgroup.core.ConfigurationException extends JgroupException implements Serializable

serialVersionUID: -7705537071823340523L

Class jgroup.core.GroupUnreachableException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1248929758066198771L

Class jgroup.core.JgroupException extends java.lang.Exception implements Serializable

serialVersionUID: 19163829929627863L

Class jgroup.core.MalformedLayerException extends JgroupException implements Serializable

serialVersionUID: 3981046845990981222L

Class jgroup.core.MemberTable extends java.lang.Object implements Serializable

serialVersionUID: -5036038300592577228L

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 jgroup.core.arm

Class jgroup.core.arm.ExecException extends JgroupException implements Serializable

serialVersionUID: -2985452130880659347L

Class jgroup.core.arm.GroupExistsException extends JgroupException implements Serializable

serialVersionUID: 6476939049150584121L

Class jgroup.core.arm.RedundancyException extends JgroupException implements Serializable

serialVersionUID: -6897391983856688575L

Class jgroup.core.arm.UnknownGroupException extends JgroupException implements Serializable

serialVersionUID: -1843603866852348520L


Package jgroup.core.multicast

Class jgroup.core.multicast.ChainIdentifier extends java.lang.Object implements Serializable

serialVersionUID: 5286980434393440664L

Serialized Fields

orgSender

MemberId orgSender

msgId

int msgId

Package jgroup.core.registry

Package jgroup.relacs.config

Class jgroup.relacs.config.AppConfig extends java.lang.Object implements Serializable

serialVersionUID: 1335688016655019665L

Serialization Methods

readExternal

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

writeExternal

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

Class jgroup.relacs.config.ClassData extends java.lang.Object implements Serializable

serialVersionUID: -504244408760314856L

Serialized Fields

className

java.lang.String className
Fully qualified class name


classArgs

java.lang.String[] classArgs
Arguments passed to the main method of the above class


properties

java.util.Map<K,V> properties
The map of system properties (key and value) to append to the JVM command line

Class jgroup.relacs.config.Domain extends EndPointImpl implements Serializable

serialVersionUID: -2367179058534386338L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.config.DomainSet extends java.lang.Object implements Serializable

Serialized Fields

domains

java.util.List<E> domains
List of Domain objects; the list will be sorted before each access to its iterator. This sorting is required since the domain objects may change their individual position in the list with time (as more replicas and/or hosts are added to them). Hence, we cannot use a sorted set, because that will only give correct order at insertion time.


domainListeners

java.util.List<E> domainListeners
Dynamic array of domain listeners


comparator

java.util.Comparator<T> comparator
Comparator for the domain set iteration ordering (may be undefined)

Class jgroup.relacs.config.Host extends EndPointImpl implements Serializable

serialVersionUID: 5712317513876955415L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.config.HostSet extends java.lang.Object implements Serializable

serialVersionUID: 2517425024237000760L

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 jgroup.relacs.events

Class jgroup.relacs.events.DaemonFailureEvent extends Event implements Serializable

serialVersionUID: 7692112474110863939L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.DeliveryAck extends Event implements Serializable

serialVersionUID: -6414737364782334061L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.DeliveryEvent extends Event implements Serializable

serialVersionUID: -327290828044626238L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.Event extends java.lang.Object implements Serializable

serialVersionUID: 7265112762984225812L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.InstallAck extends Event implements Serializable

serialVersionUID: -6124650592732535593L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.InstallEvent extends Event implements Serializable

serialVersionUID: -8820607837570501729L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.JoinRequest extends Event implements Serializable

serialVersionUID: -749635009327118327L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.LeaveRequest extends Event implements Serializable

serialVersionUID: -2658734788834444617L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.MemberLeftEvent extends Event implements Serializable

serialVersionUID: -3717930583836673631L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.MulticastRequest extends Event implements Serializable

serialVersionUID: 6936202150321190893L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.PrepareAck extends Event implements Serializable

serialVersionUID: 6671374717319612210L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.events.PrepareEvent extends Event implements Serializable

serialVersionUID: -4542638544844394361L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Package jgroup.relacs.gm

Class jgroup.relacs.gm.TimestampService.Timestamp extends java.lang.Object implements Serializable

serialVersionUID: 1868153781418135225L

Serialized Fields

clientGroupViewId

long clientGroupViewId

timestamp

long timestamp

viewSize

int viewSize

gid

int gid

id

int id

Package jgroup.relacs.gmi

Class jgroup.relacs.gmi.BasicJeriRegistryEntry extends java.lang.Object implements Serializable

serialVersionUID: 4490998440934560367L

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 jgroup.relacs.gmi.GroupEndPoint extends java.lang.Object implements Serializable

serialVersionUID: 4971189422261856392L

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 jgroup.relacs.gmi.GroupInvocationHandler extends java.lang.Object implements Serializable

serialVersionUID: 6090074369501693886L

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 jgroup.relacs.gmi.InvocationResult extends java.lang.Object implements Serializable

serialVersionUID: -416389148892987660L

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 jgroup.relacs.gmi.JeriRegistryEntry extends java.lang.Object implements Serializable

serialVersionUID: -1665657844632204570L

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 jgroup.relacs.gmi.MethodDetails extends java.lang.Object implements Serializable

serialVersionUID: -6799041492486905534L

Serialized Fields

hash

long hash
Hash identifier of this method


semantics

MethodSemantics semantics
The method semantics for this method


methString

java.lang.String methString
Prepared string for toString() to return

Class jgroup.relacs.gmi.MethodTable extends java.lang.Object implements Serializable

serialVersionUID: -7706887009118848315L

Serialized Fields

table

java.util.Map<K,V> table
Table of methods (mapping from hash value to method details object)


Package jgroup.relacs.mss

Class jgroup.relacs.mss.FCEntry extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.mss.RoutingTable extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Package jgroup.relacs.registry

Class jgroup.relacs.registry.BindingList extends OrderedList implements Serializable

serialVersionUID: -8269573883688508547L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.registry.MergingData extends java.lang.Object implements Serializable

serialVersionUID: -3216043980643626103L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Package jgroup.relacs.types

Class jgroup.relacs.types.EndPointImpl extends java.lang.Object implements Serializable

serialVersionUID: -8548927439519782852L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.types.IIDImpl extends java.lang.Object implements Serializable

serialVersionUID: 3101263354396256254L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Write the content of this IID on stream out. Note that method writeExternal of vmid is called, to improve the efficiency of this method.

Throws:
java.io.IOException

Class jgroup.relacs.types.LocalId extends java.lang.Object implements Serializable

serialVersionUID: -340854940914476631L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.types.MemberIdImpl extends java.lang.Object implements Serializable

serialVersionUID: -6545889514187752437L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.types.ViewImpl extends java.lang.Object implements Serializable

serialVersionUID: 5806351416950303803L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.relacs.types.VMIDImpl extends java.lang.Object implements Serializable

serialVersionUID: 6243630502385386084L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Restores the content of this object from the marshalled data contained in the specified input stream.

Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Write the content of this VMID on stream out. Note that the InetAddress is not serialized, because too inefficient. If requested, the InetAddress is retrieved through DNS lookup in method getAddress.

Throws:
java.io.IOException

Package jgroup.util

Class jgroup.util.Abort extends java.lang.Error implements Serializable

Serialized Fields

message

java.lang.String message

exception

java.lang.Throwable exception

Class jgroup.util.CacheMap extends java.util.HashMap<K,V> implements Serializable

serialVersionUID: 8045886013359387147L

Serialized Fields

accessTimes

java.util.Map<K,V> accessTimes
Map holding access times for the cache

Class jgroup.util.InMessage extends java.io.InputStream implements Serializable

serialVersionUID: 9133407439996893111L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Restores the content of this object from the marshalled data contained in the specified input stream.

Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Class jgroup.util.IntList extends java.lang.Object implements Serializable

serialVersionUID: -6522311553289690117L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the content of this object from the marshalled data contained in the specified input stream.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Write the contents of this IntList to the object output stream out. The external format of the string is the following: each pair is written to the stream, terminated by -1.

Throws:
java.io.IOException

Class jgroup.util.OutMessage extends java.io.OutputStream implements Serializable

serialVersionUID: -6820954817177822595L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Restores the content of this object from the marshalled data contained in the specified input stream.

Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Marshals the content of this object to the specified output stream.

Throws:
java.io.IOException

Package jgroup.util.log

Class jgroup.util.log.ConnectionPatternEvent extends Event implements Serializable

serialVersionUID: 227099539664502309L

Serialized Fields

events

java.util.List<E> events
The list of connection events comprising this event pattern


pattern

java.lang.String pattern
The connection pattern string

Class jgroup.util.log.DomainEvent extends Event implements Serializable

serialVersionUID: 227099539664502309L

Serialized Fields

domain

java.lang.String domain
The domain name for this DomainEvent

Class jgroup.util.log.Event extends java.lang.Object implements Serializable

serialVersionUID: 4121134753270542643L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Override readObject to allow us to compute the length of longest hostname so that we can do pretty printing.

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

time

long time

type

EventType type

description

java.lang.String description

hostname

java.lang.String hostname

eventHost

java.net.InetAddress eventHost

Class jgroup.util.log.ExperimentEvent extends Event implements Serializable

serialVersionUID: -4491709600445800676L

Serialized Fields

round

int round
The round number for this experiment event


rerun

int rerun
The rerun number for this experiment event

Class jgroup.util.log.ReplicaEvent extends Event implements Serializable

serialVersionUID: 442667830497627858L

Serialized Fields

groupId

int groupId
The group identifier for this ReplicaEvent


host

java.net.InetAddress host
The host on which the event takes place or a remote host if it is a created event


thisApp

AppConfig thisApp
The AppConfig object associated with this event

Class jgroup.util.log.ViewEvent extends Event implements Serializable

serialVersionUID: 4049640096401864757L

Serialized Fields

view

View view
The view event to be logged.


minimalRedundancy

int minimalRedundancy

initialRedundancy

int initialRedundancy

state

jgroup.util.log.ViewEvent.RecoveryState state



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.