| CONTENTS | PREV | NEXT | Java Remote Method Invocation | 
| Property | 
Description | 
|---|---|
| 
 
  | 
 Indicates the codebase URL of classes originating from the JVM. The codebase property is used to annotate class descriptors of classes originating from a JVM so that the class for an object sent as a parameter or return value in a remote method call can be loaded at the receiver.  | 
| 
 
  | 
 If set to   | 
| 
 
  | 
 RMI uses IP addresses to indicate the location of a server (embedded in a remote reference). If the use of a hostname is desired, this property is used to specify the fully-qualified hostname for RMI to use for remote objects exported to the local JVM. The property can also be set to an IP address. Not set by default.  | 
| 
 
  | 
 Sets the lease duration that the RMI runtime grants to clients referencing remote objects in the JVM. Defaults to 10 minutes.  | 
| 
 
  | 
 If set to   | 
| 
 
  | 
 If set to   | 
| 
 
  | 
 If the   |