KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > JMXServiceURL > Top Examples

  • org.objectweb.jonas.jmx.JmxServiceImpl
    JMX Service implementation. Provides specific doStart() and doStop () methods to start /stop JOnAS JMX Service. @author Adriana Danes.
  • org.jacorb.notification.jmx.JMXMain
    @author Alphonse Bendt @version $Id: JMXMain.java,v 1.2 2004/08/19 15:23:05 alphonse.bendt Exp $
  • org.enhydra.entray.EnTray
    Implementation of EnTray, based on Snoozesoft's systray4j. @author Vladimir Puskas @version 0.41
  • mx4j.examples.remote.rmi.ssl.Server
    This example shows how to setup a JSR 160 RMIConnectorServer over SSL. <br /> An RMI server that has been setup to use SSL uses a private key to encrypt the communication with the client. The client must know the server's public key in order to be able to decrypt the communication; public ke ...
  • org.objectweb.jonas.discovery.DiscoveryServiceImpl
    @author Adriana Danes The discovery service creates and starts at least a DiscoveryManager which is a MBean that multicasts <code>discovery information</code> to all the servers who joined the <code>discovery multicast group</code>. <p> The discovery service may als ...
  • org.objectweb.jonas.discovery.DiscEvent
    @author <a HREF="mailto:Takoua.Abdellatif@inria.fr">Takoua Abdellatif </a> @version 1.0
Popular Tags