public class WebService extends ServiceMBeanSupport implements WebServiceMBean(Code)
The WebService implementation. It configures a WebServer instance to
perform dynamic class and resource loading.
version: $Revision: 62433 $ author: Rickard Oberg author: Scott Stark author: Jason Dillon author: Dimitris Andreadis
getDownloadResources() A flag indicating if the server should attempt to download resources,
i.e.
public boolean
getDownloadServerClasses() A flag indicating if the server should attempt to download classes from
thread context class loader when a request arrives that does not have a
class loader key prefix.
Get the WebService listen queue backlog limit. The maximum queue length
for incoming connection indications (a request to connect) is set to the
backlog parameter. If a connection indication arrives when the queue is
full, the connection is refused.
the queue backlog limit.
A flag indicating if the server should attempt to download classes from
thread context class loader when a request arrives that does not have a
class loader key prefix.
Set the WebService listen queue backlog limit. The maximum queue length
for incoming connection indications (a request to connect) is set to the
backlog parameter. If a connection indication arrives when the queue is
full, the connection is refused.
backlog, the queue backlog limit.
Set the specific address the WebService listens on. This can be used on
a multi-homed host for a ServerSocket that will only accept connect requests
to one of its addresses.
Parameters: address - the interface name or IP address to bind. If host is null,connections on any/all local addresses will be allowed.
setDownloadResources
public void setDownloadResources(boolean flag)(Code)
setDownloadServerClasses
public void setDownloadServerClasses(boolean flag)(Code)