B C D E G H J M N O P R S T U

B

bytesToObject(byte[]) - Static method in class org.objectweb.jonas.discovery.internal.utils.DiscoveryHelper
 

C

createDiscGreeting(boolean) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Create a discovery greeting message
createNotifMessage(String) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Create a discovery event to notify about a state change of the event sender

D

DiscEvent - Class in org.objectweb.jonas.discovery.internal.comm.message
 
DiscEvent(String, int, String) - Constructor for class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
 
DiscEvent(String, int, String, String, String, String[]) - Constructor for class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
Constructor for a Discovery Event.
DiscGreeting - Class in org.objectweb.jonas.discovery.internal.comm.message
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.
DiscGreeting(String, int) - Constructor for class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
 
DiscGreeting(String, int, String, String, boolean, String) - Constructor for class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
Constructor for a Discovery Greeting.
DiscMessage - Class in org.objectweb.jonas.discovery.internal.comm.message
 
DiscMessage(String, int) - Constructor for class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
Creates a new DiscoveryRequest.
DISCOVERY_PROTOCOL_VERSION - Static variable in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
The protocol version for the Discovery messages.
DISCOVERY_TYPE - Static variable in class org.objectweb.jonas.discovery.internal.client.DiscoveryClientListener
Management notification type for discovery events
DISCOVERY_TYPE - Static variable in class org.objectweb.jonas.discovery.internal.enroller.DiscoveryListener
Management notification type for discovery events
DiscoveryClient - Class in org.objectweb.jonas.discovery.internal.client
The DiscoveryClient is in charge of sending discovery messages on the LAN to discover resources.
DiscoveryClient(int, String, int) - Constructor for class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
Creates a new Discovery client.
DiscoveryClientListener - Class in org.objectweb.jonas.discovery.internal.client
 
DiscoveryClientListener(DiscoveryClient) - Constructor for class org.objectweb.jonas.discovery.internal.client.DiscoveryClientListener
Constructs a DiscoveryClientListener associated with a DiscoveryClient
DiscoveryClientMBean - Interface in org.objectweb.jonas.discovery.internal.client
 
DiscoveryComm - Class in org.objectweb.jonas.discovery.internal.comm
 
DiscoveryComm(DiscoveryManager) - Constructor for class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Constructs a DiscoveryComm associated to the DiscoveryManager
DiscoveryGreetingListener - Class in org.objectweb.jonas.discovery.internal.comm
This class is the first thing started by the discovery manager when starting the discovery service.
DiscoveryGreetingListener(DiscoveryManager) - Constructor for class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingListener
Constructs a DiscoveryGreetingListener associated to the DiscoveryManager
DiscoveryGreetingResponder - Class in org.objectweb.jonas.discovery.internal.comm
This class sends a multicast message stating the servername and the port at which it will listen for messages.
DiscoveryGreetingResponder(DiscoveryManager) - Constructor for class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Constructs a DiscoveryGreetingResponder associated to the DiscoveryManager
DiscoveryHelper - Class in org.objectweb.jonas.discovery.internal.utils
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.
DiscoveryHelper() - Constructor for class org.objectweb.jonas.discovery.internal.utils.DiscoveryHelper
 
DiscoveryListener - Class in org.objectweb.jonas.discovery.internal.enroller
 
DiscoveryListener(Enroller) - Constructor for class org.objectweb.jonas.discovery.internal.enroller.DiscoveryListener
Constructs a DiscoveryListener associated to the Enroller
DiscoveryManager - Class in org.objectweb.jonas.discovery.internal.manager
DiscoveryManager goal is to listen to a well known and reconfigurable IpAddress and to give appropriate JMXURL to manage remotely Jonas server.
DiscoveryManager(String, int, String, int, int) - Constructor for class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
DiscoveryManagerMBean - Interface in org.objectweb.jonas.discovery.internal.manager
 
DiscoveryServiceImpl - Class in org.objectweb.jonas.discovery.internal
 
DiscoveryServiceImpl() - Constructor for class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
 
DiscoveryServiceImplMBean - Interface in org.objectweb.jonas.discovery.internal
Management interface for the discovery service
doInit(Context) - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
Initialize the discovery service.
domainName - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Domain name that this instance belongs to.
doStart() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
Start the discovery service
doStop() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
Stop the discovery service
DuplicateServerNameException - Exception in org.objectweb.jonas.discovery.internal
This exception is thrown when a pre-existing server with the same server name is detected.
DuplicateServerNameException() - Constructor for exception org.objectweb.jonas.discovery.internal.DuplicateServerNameException
Default constructor.

E

Enroller - Class in org.objectweb.jonas.discovery.internal.enroller
In charge of waiting for starting or stopping notifications and notifies the appropriate listeners.
Enroller(int, String) - Constructor for class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
EnrollerMBean - Interface in org.objectweb.jonas.discovery.internal.enroller
 

G

getConnectorURL() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
 
getDatagram(int) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClientListener
 
getDatagram(int) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Construct a new datagram.
getDiscEvent(String, String, String[], String) - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
Create a 'fake' DiscEvent object containing info to establish a JMX connection with a new server in the domain
getDiscoveryProtocolVersion() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
 
getDiscoveryProtocolVersion() - Method in interface org.objectweb.jonas.discovery.internal.DiscoveryServiceImplMBean
 
getDiscoveryTtl() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
 
getDiscoveryTtl() - Method in interface org.objectweb.jonas.discovery.internal.DiscoveryServiceImplMBean
 
getDomainName() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
returns domain name.
getDomainName() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
returns domain name.
getDomainName() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getGreetingAckTimeOut() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getGreetingAckTimeOut() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
gets the time out period within which the host will listen for acknowledgement messages after sending a greeting.
getGreetingListeningPort() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getGreetingListeningPort() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
gets the port on which the DiscoveryManager is listening for a discovery greeting response.
getIsDiscoveryMaster() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
 
getIsDiscoveryMaster() - Method in interface org.objectweb.jonas.discovery.internal.DiscoveryServiceImplMBean
 
getJonasName() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getListeningIp() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
getListeningIp() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
getListeningIp() - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
 
getListeningIp() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getListeningIp() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
 
getListeningPort() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
getListeningPort() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
getListeningPort() - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
gets the port on which the Enroller is listening for a discovery request.
getListeningPort() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getListeningPort() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
gets the port on which the DiscoveryManager is listening for a discovery request.
getMulticastAddress() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
 
getMulticastAddress() - Method in interface org.objectweb.jonas.discovery.internal.DiscoveryServiceImplMBean
 
getMulticastPort() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
 
getMulticastPort() - Method in interface org.objectweb.jonas.discovery.internal.DiscoveryServiceImplMBean
 
getServerId() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
 
getServerId() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
 
getServerId() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
 
getServerId() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getServerName() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
returns server name.
getServerName() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
returns server name.
getSourceAddress() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
Returns the destinationAddress value in String type.
getSourceIp() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
getSourceIp() - Method in interface org.objectweb.jonas.discovery.internal.client.DiscoveryClientMBean
Gets the source port
getSourcePort() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
getSourcePort() - Method in interface org.objectweb.jonas.discovery.internal.client.DiscoveryClientMBean
Gets the source port that the discovery response has to use.
getSourcePort() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
Returns the sourcePort value.
getState() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
 
getState() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
 
getTimeout() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
getTimeout() - Method in interface org.objectweb.jonas.discovery.internal.client.DiscoveryClientMBean
gets the duration time the DiscoveryClient has to wait for discovery answers.
getTimeToLive() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
getTimeToLive() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
getTimeToLive() - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
gets the time to live of the multicast socket.
getTimeToLive() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getTimeToLive() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
gets the time to live of the multicast socket.
getUrls() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
getVersion() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
 
greetingPort - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Port to listen to for greeting responses.
greetingTimeOut - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Time out period to listen to greetingPort for replies.

H

handleGreeting() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Creates a new thread to send the greeting message and listens for rejection messages in response.
handleNotification(Notification, Object) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 

J

join() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Creates a MulticastSocket and joins the group of multicas host identified by the InetAddress destAddress
jonasName - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Name for this jonas instance.

M

multicastSocket - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Used to multicast a discovery event on run() execution

N

notStopped - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Set to false if the thread is stopped

O

objectToBytes(Object) - Static method in class org.objectweb.jonas.discovery.internal.utils.DiscoveryHelper
Construct a byte[] containing type info about a DiscMessage object to be sent, plus the content of this message.
org.objectweb.jonas.discovery.internal - package org.objectweb.jonas.discovery.internal
 
org.objectweb.jonas.discovery.internal.client - package org.objectweb.jonas.discovery.internal.client
 
org.objectweb.jonas.discovery.internal.comm - package org.objectweb.jonas.discovery.internal.comm
 
org.objectweb.jonas.discovery.internal.comm.message - package org.objectweb.jonas.discovery.internal.comm.message
 
org.objectweb.jonas.discovery.internal.enroller - package org.objectweb.jonas.discovery.internal.enroller
 
org.objectweb.jonas.discovery.internal.manager - package org.objectweb.jonas.discovery.internal.manager
 
org.objectweb.jonas.discovery.internal.utils - package org.objectweb.jonas.discovery.internal.utils
 

P

postDeregister() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
postDeregister() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
postDeregister() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
postRegister(Boolean) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
postRegister(Boolean) - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
postRegister(Boolean) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
preDeregister() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
preDeregister() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
preDeregister() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
preRegister(MBeanServer, ObjectName) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
preRegister(MBeanServer, ObjectName) - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
preRegister(MBeanServer, ObjectName) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 

R

RECEIVE_BUFFER_SIZE - Static variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Size of buffer to read incoming packets into.
recvUnicastSocket - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Used to recieve responses to the initial greeting message sent out on the multicast port.
run() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClientListener
 
run() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
 
run() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingListener
 
run() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
 
run() - Method in class org.objectweb.jonas.discovery.internal.enroller.DiscoveryListener
 

S

sendDiscoveryMessage(DiscMessage) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClientListener
Sends a discovery message to the server group.
sendNotif(DiscMessage) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
sends (multicasts) a Discovery Message to the group.
sendResponse(DiscMessage, InetAddress, int) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Send response to a DiscoveryMessage
serverId - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
The server ID of the jonas instance.
setConnectorURL(String[]) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
 
setDomainName(String) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
 
setDomainName(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
sets the domain name.
setDomainName(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
sets the domain name.
setDomainName(String) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
setGreetingAckTimeOut(int) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
(non-Javadoc)
setGreetingAckTimeOut(int) - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
sets the time out period within which the host will listen for acknowledgement messages after sending a greeting.
setGreetingListeningPort(int) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
(non-Javadoc)
setGreetingListeningPort(int) - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
sets the port on which the DiscoveryManager is listening for a discovery greeting response.
setJonasName(String) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
 
setJonasName(String) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
setListeningIp(String) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
setListeningIp(String) - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
setListeningIp(String) - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
sets the IP address the listening manager uses.
setListeningIp(String) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
setListeningIp(String) - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
sets the IP address the listening manager uses.
setListeningPort(int) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
setListeningPort(int) - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
setListeningPort(int) - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
sets the port on which the Enroller is listening.
setListeningPort(int) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
(non-Javadoc)
setListeningPort(int) - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
sets the port on which the DiscoveryManager is listening.
setServerId(String) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
 
setServerId(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
 
setServerId(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
Set the serverId.
setServerId(String) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
setServerName(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
sets the serverName.
setServerName(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
sets the serverName.
setSourceAddress(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
Sets the source address.
setSourceIp(String) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
setSourceIp(String) - Method in interface org.objectweb.jonas.discovery.internal.client.DiscoveryClientMBean
Sets the source Ip
setSourcePort(int) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
setSourcePort(int) - Method in interface org.objectweb.jonas.discovery.internal.client.DiscoveryClientMBean
Sets the source port
setSourcePort(int) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
Sets the source port.
setState(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
sets the server state : RUNNING or STOPPING.
setState(String) - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
sets the server state : STARTINGUP or DUPLICATE_NAME.
setTimeout(int) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
setTimeout(int) - Method in interface org.objectweb.jonas.discovery.internal.client.DiscoveryClientMBean
Sets the timeout value the DiscoveryClient for receiving discovery answers.
setTimeToLive(int) - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
setTimeToLive(int) - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
setTimeToLive(int) - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
sets the time to live value to ttl.
setTimeToLive(int) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
setTimeToLive(int) - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
sets the time to live value to ttl.
setUrls(String[]) - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
 
setUrls(String[]) - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
start() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
start() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
start() - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
starts the listening task on the listeningPort and listening Ip defined with the parameters.
start() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
 
start() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
starts the listening task on the listeningPort and listening Ip defined with the parameters.
startDiscoveryMaster() - Method in class org.objectweb.jonas.discovery.internal.DiscoveryServiceImpl
Management operation allowing to make the current server become a master if its not already.
startDiscoveryMaster() - Method in interface org.objectweb.jonas.discovery.internal.DiscoveryServiceImplMBean
Make this server a discovery master.
stop() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClient
 
stop() - Method in class org.objectweb.jonas.discovery.internal.client.DiscoveryClientListener
Stops the current thread
stop() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
sends a notification message to notify that the server is stopping.
stop() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingListener
Stop
stop() - Method in class org.objectweb.jonas.discovery.internal.comm.DiscoveryGreetingResponder
Throw the run time exception to state that a server with the same name already exists.
stop() - Method in class org.objectweb.jonas.discovery.internal.enroller.Enroller
 
stop() - Method in interface org.objectweb.jonas.discovery.internal.enroller.EnrollerMBean
stops the listening task
stop() - Method in class org.objectweb.jonas.discovery.internal.manager.DiscoveryManager
Stop
stop() - Method in interface org.objectweb.jonas.discovery.internal.manager.DiscoveryManagerMBean
 
stopListener() - Method in class org.objectweb.jonas.discovery.internal.enroller.DiscoveryListener
 

T

toString() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscEvent
The string version of the message.
toString() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscGreeting
The string version of the message.
toString() - Method in class org.objectweb.jonas.discovery.internal.comm.message.DiscMessage
 

U

unicastSocket - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
Uset to send a discovery event as response to a discovey message
urls - Variable in class org.objectweb.jonas.discovery.internal.comm.DiscoveryComm
MBean server connection URLs for this server.

B C D E G H J M N O P R S T U

Copyright © 2007 OW2 Consortium. All Rights Reserved.