JBoss API: Interface WebServiceMBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An mbean for configuring the classloader web service.
Field Summary | |
static java.lang.String |
OBJECT_NAME
|
Fields inherited from interface org.jboss.util.ServiceMBean |
STARTED, STARTING, states, STOPPED, STOPPING |
Method Summary | |
java.net.URL |
addClassLoader(java.lang.ClassLoader cl)
|
int |
getBacklog()
Get the WebService listen queue backlog limit. |
java.lang.String |
getBindAddress()
Get the specific address the WebService listens on.t |
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. |
java.lang.String |
getHost()
Get the name of the public interface to use for the host portion of the RMI codebase URL. |
int |
getPort()
Get the WebService listening port. |
void |
removeClassLoader(java.lang.ClassLoader cl)
|
void |
setBacklog(int backlog)
Set the WebService listen queue backlog limit. |
void |
setBindAddress(java.lang.String host)
Set the specific address the WebService listens on. |
void |
setDownloadServerClasses(boolean flag)
|
void |
setHost(java.lang.String host)
Set the name of the public interface to use for the host portion of the RMI codebase URL. |
void |
setPort(int port)
Set the WebService listening port. |
Methods inherited from interface org.jboss.util.ServiceMBean |
getName, getState, getStateString |
Methods inherited from interface org.jboss.util.Service |
destroy, init, start, stop |
Field Detail |
public static final java.lang.String OBJECT_NAME
Method Detail |
public java.net.URL addClassLoader(java.lang.ClassLoader cl)
public void removeClassLoader(java.lang.ClassLoader cl)
public void setPort(int port)
part,
- the listening port, 0 == Anonymous.public int getPort()
public java.lang.String getHost()
public void setHost(java.lang.String host)
public java.lang.String getBindAddress()
public void setBindAddress(java.lang.String host) throws java.net.UnknownHostException
host,
- the interface name or IP address to bind. If host is null,
connections on any/all local addresses will be allowed.public int getBacklog()
public void setBacklog(int backlog)
backlog,
- the queue backlog limit.public boolean getDownloadServerClasses()
public void setDownloadServerClasses(boolean flag)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |