|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
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()
Get the WebService listen queue backlog limit. |
String |
getBindAddress()
Get the specific address the WebService listens on. |
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. |
String |
getHost()
Set the name of the interface to use for the host portion of the RMI codebase URL. |
int |
getPort()
Get the WebService listening port. |
void |
removeClassLoader(ClassLoader cl)
|
void |
setBacklog(int backlog)
Set the WebService listen queue backlog limit. |
void |
setBindAddress(String host)
Set the specific address the WebService listens on. |
void |
setDownloadServerClasses(boolean flag)
|
void |
setHost(String hostname)
Get the name of the interface to use for the host portion of the RMI codebase URL. |
void |
setPort(int port)
Set the WebService listening port. |
void |
setThreadPool(org.jboss.util.threadpool.BasicThreadPoolMBean threadPool)
Set 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 |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public URL addClassLoader(ClassLoader cl)
public void removeClassLoader(ClassLoader cl)
public void setPort(int port)
port
- The listening port; 0 for anonymouspublic int getPort()
public void setHost(String hostname)
public String getHost()
public String getBindAddress()
public void setBindAddress(String host) throws UnknownHostException
host
- the interface name or IP address to bind. If host is null, connections on any/all local addresses will be allowed.
UnknownHostException
public int getBacklog()
public void setBacklog(int backlog)
public void setThreadPool(org.jboss.util.threadpool.BasicThreadPoolMBean threadPool)
public boolean getDownloadServerClasses()
public void setDownloadServerClasses(boolean flag)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |