|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setTimeOut(int timeout)
public int getTimeOut()
public void setRestInterval(int restInterval)
public int getRestInterval()
public void setURL(String url)
public String getURL()
public void setURLPrefix(String prefix)
public String getURLPrefix()
public void setURLHostName(String hostname)
public String getURLHostName()
public void setURLPort(int port)
public int getURLPort()
public void setURLSuffix(String suffix)
public String getURLSuffix()
public void setUseHostName(boolean value)
public boolean getUseHostName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |