KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > registry > LocateRegistry > Top Examples

  • org.springframework.remoting.rmi.RmiServiceExporter
    RMI exporter that exposes the specified service as RMI object with the specified name. Such services can be accessed via plain RMI or via RmiProxyFactoryBean. Also supports exposing any non-RMI service via RMI invokers, to be accessed via RmiClientInterceptor/RmiProxyFactoryBean's automatic detect ...
  • org.jboss.remoting.transport.rmi.RMIServerInvoker
    RMIServerInvoker @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @author <a HREF="mailto:tom.elrod@jboss.com">Tom Elrod</a> @version $Revision: 1.3.10.2 $
  • org.picocontainer.gems.StaticFactoryComponentAdapterTestCase
    @author J&ouml;rg Schaible
  • org.quartz.core.QuartzScheduler
    <p> This is the heart of Quartz, an indirect implementation of the <code>{@link org.quartz.Scheduler}</code> interface, containing methods to schedule <code>{@link org.quartz.Job}</code>s, register <code>{@link org.quartz.JobListener}</code> instances, etc ...
  • org.apache.tomcat.servlets.jmxremote.JmxRemoteServlet
    Using o.a.tomcat.servlets because o.a.catalina won't be loaded unless trusted app Experimental servlet allowing connectors to be deployed and managed using the webapp infrastructure. Connectors can be packaged in a WAR file, deployed and managed using the normal tools. Configuration is done using ...
  • org.apache.hivemind.management.mbeans.NamingService
    MBean that starts an rmiregistry. <p> Calling {@link #start} will launch rmiregistry in the same JVM; this way rmiregistry will have in its classpath the same classes the JVM has. @author Achim Huegen @since 1.1
Popular Tags