Uses of Class
org.ow2.jonas.discovery.base.comm.DiscEvent

Packages that use DiscEvent
org.ow2.jonas.discovery.base.comm   
org.ow2.jonas.discovery.internal   
org.ow2.jonas.discovery.internal.comm   
org.ow2.jonas.discovery.jgroups.utils   
 

Uses of DiscEvent in org.ow2.jonas.discovery.base.comm
 

Subclasses of DiscEvent in org.ow2.jonas.discovery.base.comm
 class ClusterdDiscoveryEvent
          Discovery Event sent by a cluster daemon.
 

Uses of DiscEvent in org.ow2.jonas.discovery.internal
 

Methods in org.ow2.jonas.discovery.internal that return DiscEvent
 DiscEvent MulticastDiscoveryServiceImpl.getDiscEvent(String serverName, String domainName, String[] connectorURLs, String state)
          Create a 'fake' DiscEvent object containing info to establish a JMX connection with a new server in the domain.
 

Uses of DiscEvent in org.ow2.jonas.discovery.internal.comm
 

Methods in org.ow2.jonas.discovery.internal.comm that return DiscEvent
 DiscEvent DiscoveryComm.createNotifMessage(String state)
          Create a discovery event to notify about a state change of the event sender
 

Uses of DiscEvent in org.ow2.jonas.discovery.jgroups.utils
 

Methods in org.ow2.jonas.discovery.jgroups.utils that return DiscEvent
static DiscEvent JGroupsDiscoveryUtils.createNotifMessage(String state)
          Create a discovery event to notify about a state change of the event sender
static DiscEvent JGroupsDiscoveryUtils.createNotifMessageForClusterd(String state)
          Create a discovery event to notify about a state change of the event sender
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.