CONTENTS | PREV | Java Remote Method Invocation |
These properties are used to locate specific implementation classes within implementation packages. Note: all these properties have been deprecated as of Java 2 SDK, Standard Edition, v1.2.
Property Description
java.rmi.loader.packagePrefix
note: this exception is deprecated as of Java 2 SDK, Standard Edition, v1.2
The package prefix for the class that implements the interface
java.rmi.server.LoaderHandler
. Defaults tosun.rmi.server
.
java.rmi.registry.packagePrefix
note: this exception is deprecated as of Java 2 SDK, Standard Edition, v1.2
The package prefix for the class that implements the interface
java.rmi.registry.RegistryHandler
. Defaults tosun.rmi.registry
.
java.rmi.server.packagePrefix
note: this exception is deprecated as of Java 2 SDK, Standard Edition, v1.2
The server package prefix. Assumes that the implementation of the server reference classes (such as
UnicastRef
andUnicastServerRef
) are located in the package defined by the prefix. Defaults tosun.rmi.server
.