RMI Dynamic Class Loading


The WebService MBean provides dynamic class loading for RMI access to the server EJBs. The configurable attributes for the service are as follows:

  • Port The WebService listening port number. A port of 0 will use any available port.

  • Host The name of the public interface to use for the host portion of the RMI code-base URL.

  • BindAddress The specific address the WebService listens on. This can be used on a multi-homed host for java.net.ServerSocket that will only accept connect requests to one of its addresses.

  • Backlog The maximum queue length for incoming connection indications (a request to connect), set to the backlog parameter. If a connection indication arrives when the queue is full, the connection is refused.

  • DownloadServerClasses A flag that indicates whether the server should attempt to download classes from the thread context class loader when a request arrives that does not have a class loader key prefix.



JBoss 4. 0(c) The Official Guide
JBoss 4.0 - The Official Guide
ISBN: B003D7JU58
EAN: N/A
Year: 2006
Pages: 137

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net