|
Package name java.rmi Distributed Garbage Collector Properties The time for the leases guaranteed by this server. The time for Leases requested by this client. The period used to verify expired leases guaranteed by this server. The period used to run System.gc() to request the local garbage collection of unreferenced exported objects and stubs. The server's core pool size is configured through this property The server's maximum pool size is configured through this property The server's keep alive time of the thread waiting in the pool is configured through this property The server's capacity of the thread queue is configured through this property The max time while an unused connection will be kept open and available for reuse in the client's connection pool The max time that a read call will be blocked in the client. If the java.rmi.server.disableHttp property is false and this property is set to true then the runtime will try http tunneling even if a SocketException ocurrs. Sets the maximum time (in milliseconds) that the runtime will wait for a direct connection attempt to establish, before trying http tunneling. It's used only if java.rmi.server.disableHttp is false and http.proxyHost is set. By setting this value to true the transport layer will only try to establish a HTTP connection through the proxy that was specified in http.proxyHost. This avoid the transport's default fallback mechanism. By setting this value to true the transport layer will only try to establish a HTTP connection through the proxy that was specified in http.proxyHost and execute the cgi's script at the web server. This avoid the default transport's fallback mechanism. |
Copyright © 2005-2006 Instituto Tecnológico Córdoba
Last updated: Mar 17, 2006 |
|