jgroup.util.log
Class DomainEvent

java.lang.Object
  extended by jgroup.util.log.Event
      extended by jgroup.util.log.DomainEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Event>

public class DomainEvent
extends Event

A partition or merge event to be logged.

Author:
Hein Meling
See Also:
Serialized Form

Nested Class Summary
static class DomainEvent.Type
          Supported domain event types.
 
Field Summary
 
Fields inherited from class jgroup.util.log.Event
description, eventHost, time, type
 
Constructor Summary
DomainEvent(EventType type, java.lang.String description, Domain domain)
           
 
Method Summary
 java.lang.String getDomain()
           
 java.lang.String toString()
           
 
Methods inherited from class jgroup.util.log.Event
commonToString, compareTo, getDescription, getHost, getHostname, getTime, getType, isLastEvent, isType, setRelativeTo, setTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainEvent

public DomainEvent(EventType type,
                   java.lang.String description,
                   Domain domain)
Method Detail

getDomain

public java.lang.String getDomain()
Returns:
Returns the domain.

toString

public java.lang.String toString()
Overrides:
toString in class Event


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