|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceMBean
WebService MBean interface
Field Summary | |
---|---|
static javax.management.ObjectName |
OBJECT_NAME
The default ObjectName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
---|---|
URL |
addClassLoader(ClassLoader cl)
|
int |
getBacklog()
|
String |
getBindAddress()
|
boolean |
getDownloadResources()
|
boolean |
getDownloadServerClasses()
|
String |
getHost()
|
int |
getPort()
|
void |
removeClassLoader(ClassLoader cl)
|
void |
setBacklog(int backlog)
The WebService listen queue backlog limit. |
void |
setBindAddress(String host)
The specific address the WebService listens on. |
void |
setDownloadResources(boolean flag)
Whether the server will serve resource files. |
void |
setDownloadServerClasses(boolean flag)
Whether the server should attempt to download classes using the thread context class loader when a request arrives that does not have a class loader key prefix. |
void |
setHost(String hostname)
The name of the interface to use for the host portion of the RMI codebase URL. |
void |
setPort(int port)
The WebService listening port, 0 for anonymous. |
void |
setThreadPool(org.jboss.util.threadpool.BasicThreadPoolMBean threadPool)
The thread pool used for the WebServer class loading. |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Field Detail |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
void setBindAddress(String host) throws UnknownHostException
UnknownHostException
String getBindAddress()
void setPort(int port)
int getPort()
void setHost(String hostname)
String getHost()
void setBacklog(int backlog)
int getBacklog()
void setDownloadServerClasses(boolean flag)
boolean getDownloadServerClasses()
void setDownloadResources(boolean flag)
boolean getDownloadResources()
void setThreadPool(org.jboss.util.threadpool.BasicThreadPoolMBean threadPool)
URL addClassLoader(ClassLoader cl)
void removeClassLoader(ClassLoader cl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |