| 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 ofclassesoriginating from a JVM so that the class for anobject sent as a parameter or return value in a remote method callcan 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 isdesired, this property is used to specify the fully-qualifiedhostname for RMI to use for remote objects exported to the localJVM. The property can also be set to an IP address. Not set bydefault. |
| Sets the lease duration that the RMI runtime grants to clientsreferencing remote objects in the JVM. Defaults to 10 minutes. |
| If set to |
| If set to |
| If the |