org.objectweb.carol.rmi.jrmp.server.JUnicastRef Class <code>JUnicastRef</code> is the CAROL JRMP UnicastRef with context propagation @author Guillaume Riviere (Guillaume.Riviere@inrialpes.fr) @version 1.0, 15/07/2002 Unicast Reference ensuring context propagation
org.springframework.remoting.rmi.RmiClientInterceptorUtils Factored-out methods for performing invocations within an RMI client. Can handle both RMI and non-RMI service interfaces working on an RMI stub. <p>Note: This is an SPI class, not intended to be used by applications. @author Juergen Hoeller @since 1.1
org.objectweb.rmijdbc.Driver <P>The Java SQL framework allows for multiple database drivers. <P>Each driver should supply a class that implements the Driver interface. <P>The DriverManager will try to load as many drivers as it can find and then for any given connection request, it will ask each driver in ...