org.objectweb.jonas.discovery |
|
Java Source File Name | Type | Comment |
DiscEvent.java | Class | |
DiscGreeting.java | Class | This class represents a special greeting message which has two uses:
1) To act as a broadcast to the domain that a new server with a given
server name has started. |
DiscMessage.java | Class | |
DiscoveryClient.java | Class | The DiscoveryClient is in charge of sending discovery messages on the LAN to
discover resources. |
DiscoveryClientListener.java | Class | |
DiscoveryClientMBean.java | Interface | |
DiscoveryComm.java | Class | |
DiscoveryGreetingListener.java | Class | This class is the first thing started by the discovery manager when
starting the discovery service. |
DiscoveryGreetingResponder.java | Class | This class sends a multicast message stating the servername and
the port at which it will listen for messages. |
DiscoveryHelper.java | Class | This class helps creating a byte[] to be sent in a datagram when sending a DiscMessage, and helps
reading the sent DiscMessage on receiving an object when this object is actually a DiscMessage. |
DiscoveryListener.java | Class | |
DiscoveryManager.java | Class | DiscoveryManager goal is to listen to a well known and reconfigurable
IpAddress and to give appropriate JMXURL to manage remotely Jonas server. |
DiscoveryManagerMBean.java | Interface | |
DiscoveryService.java | Interface | JOnAS Discovery Service interface. |
DiscoveryServiceImpl.java | Class | |
DiscoveryServiceImplMBean.java | Interface | |
DiscoveryState.java | Class | This is a helper class that define the possible state attribute values
in a DiscoveryEvent class instance. |
DuplicateServerNameException.java | Class | This exception is thrown when a pre-existing server with the same server name is detected. |
Enroller.java | Class | In charge of waiting for starting or stopping notifications and notifies the
appropriate listeners. |
EnrollerMBean.java | Interface | |