CONTENTS | PREV Java Remote Method Invocation



B.3 Other Properties

These properties are used to locate specific implementation classes within implementation packages. Note: all these properties have been deprecated in JDK1.2.



Property
Description

java.rmi.loader.packagePrefix

(deprecated in JDK1.2)

The package prefix for the class that implements the interface java.rmi.server.LoaderHandler. Defaults to sun.rmi.server.

java.rmi.registry.packagePrefix

(deprecated in JDK1.2)

The package prefix for the class that implements the interface java.rmi.registry.RegistryHandler. Defaults to sun.rmi.registry.

java.rmi.server.packagePrefix

(deprecated in JDK1.2)

The server package prefix. Assumes that the implementation of the server reference classes (such as UnicastRef and UnicastServerRef) are located in the package defined by the prefix. Defaults to sun.rmi.server.



CONTENTS | PREV
Copyright © 1997-1998 Sun Microsystems, Inc. All Rights Reserved.