|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPServerILServiceMBean
MBean interface.
Field Summary |
---|
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 | |
---|---|
int |
getRestInterval()
Get the HTTPIL default RestInterval |
int |
getTimeOut()
Get the HTTPIL default timeout |
String |
getURL()
Get the HTTPIL URL. |
String |
getURLHostName()
Get the HTTPIL URLHostName. |
int |
getURLPort()
Get the HTTPIL URLPort. |
String |
getURLPrefix()
Get the HTTPIL URLPrefix. |
String |
getURLSuffix()
Get the HTTPIL URLSuffix. |
boolean |
getUseHostName()
Get the HTTPIL UseHostName flag. |
void |
setRestInterval(int restInterval)
Set the HTTPIL default RestInterval--the number of seconds the ClientILService will sleep after each client request. |
void |
setTimeOut(int timeout)
Set the HTTPIL default timeout--the number of seconds that the ClientILService HTTP requests will wait for messages. |
void |
setURL(String url)
Set the HTTPIL URL. |
void |
setURLHostName(String hostname)
Set the HTTPIL URLName. |
void |
setURLPort(int port)
Set the HTTPIL URLPort. |
void |
setURLPrefix(String prefix)
Set the HTTPIL URLPrefix. |
void |
setURLSuffix(String suffix)
Set the HTTPIL URLSuffix. |
void |
setUseHostName(boolean value)
Set the HTTPIL UseHostName flag. |
Methods inherited from interface org.jboss.mq.il.ServerILJMXServiceMBean |
---|
getClientID, getConnectionFactoryJNDIRef, getJBossMQService, getPingPeriod, getXAConnectionFactoryJNDIRef, setClientID, setConnectionFactoryJNDIRef, setInvoker, setPingPeriod, setXAConnectionFactoryJNDIRef |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
void setTimeOut(int timeout)
int getTimeOut()
void setRestInterval(int restInterval)
int getRestInterval()
void setURL(String url)
String getURL()
void setURLPrefix(String prefix)
String getURLPrefix()
void setURLHostName(String hostname)
String getURLHostName()
void setURLPort(int port)
int getURLPort()
void setURLSuffix(String suffix)
String getURLSuffix()
void setUseHostName(boolean value)
boolean getUseHostName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |