fulmine.distribution.events
Class ContextNotAvailableEvent
java.lang.Object
fulmine.event.AbstractEvent
fulmine.event.system.AbstractSystemEvent
fulmine.distribution.events.ContextNotAvailableEvent
- All Implemented Interfaces:
- IEvent, ISystemEvent, IAddressable, IDescriptor, Cloneable
public class ContextNotAvailableEvent
- extends AbstractSystemEvent
Raised by an IConnectionDiscoverer
when a remote context is no longer
available.
- Author:
- Ramon Servadei
Methods inherited from class fulmine.event.AbstractEvent |
clone, equals, getAddress, getDomain, getDrivingFrame, getFrame, getIdentity, getSource, getTriggerEvent, getType, hashCode, setAddress, setDrivingFrame, setFrame, setSource, setTriggerEvent, toDetailedString, toIdentityString, toString |
ContextNotAvailableEvent
public ContextNotAvailableEvent(IEventManager context,
String remoteContextIdentity)
- Standard constructor with the name of the remote
IFrameworkContext
that is no longer available.
- Parameters:
context
- the context for event operationsremoteContextIdentity
- the name of the remote IFrameworkContext
that is no
longer available
getRemoteContextIdentity
public String getRemoteContextIdentity()
getAdditionalToString
protected String getAdditionalToString()
- Description copied from class:
AbstractEvent
- Delegate method for subclasses to provide additional toString
information. This should be a comma separated string, e.g.
"one, two, three"
- Overrides:
getAdditionalToString
in class AbstractSystemEvent
- Returns:
- the additional toString information in comma separated format
Copyright © 2007-2009. All Rights Reserved.