|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mx.util.JBossNotificationBroadcasterSupport org.jboss.system.ServiceMBeanSupport org.jboss.mq.il.ServerILJMXService org.jboss.mq.il.http.HTTPServerILService
Implements the ServerILJMXService which is used to manage the HTTP/S IL.
Field Summary |
Fields inherited from class org.jboss.mq.il.ServerILJMXService |
clientID, connectionFactoryJNDIRef, pingPeriod, xaConnectionFactoryJNDIRef |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
log, server, SERVICE_CONTROLLER_SIG, serviceName |
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 |
Constructor Summary | |
HTTPServerILService()
|
Method Summary | |
Properties |
getClientConnectionProperties()
|
String |
getName()
|
int |
getRestInterval()
Get the HTTPIL default RestInterval |
ServerIL |
getServerIL()
|
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. |
void |
startService()
|
void |
stopService()
|
Methods inherited from class org.jboss.mq.il.ServerILJMXService |
bindJNDIReferences, getClientID, getConnectionFactoryJNDIRef, getJBossMQService, getPingPeriod, getXAConnectionFactoryJNDIRef, lookupJMSServer, rebind, setClientID, setConnectionFactoryJNDIRef, setInvoker, setPingPeriod, setXAConnectionFactoryJNDIRef, unbindJNDIReferences |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getLog, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Constructor Detail |
public HTTPServerILService()
Method Detail |
public String getName()
getName
in interface org.jboss.system.ServiceMBean
public ServerIL getServerIL()
getServerIL
in class ServerILJMXService
public Properties getClientConnectionProperties()
getClientConnectionProperties
in class ServerILJMXService
public void startService() throws Exception
startService
in class ServerILJMXService
Exception
public void stopService()
stopService
in class ServerILJMXService
public void setTimeOut(int timeout)
setTimeOut
in interface HTTPServerILServiceMBean
public int getTimeOut()
getTimeOut
in interface HTTPServerILServiceMBean
public void setRestInterval(int restInterval)
setRestInterval
in interface HTTPServerILServiceMBean
public int getRestInterval()
getRestInterval
in interface HTTPServerILServiceMBean
public void setURL(String url)
setURL
in interface HTTPServerILServiceMBean
public String getURL()
getURL
in interface HTTPServerILServiceMBean
public void setURLPrefix(String prefix)
setURLPrefix
in interface HTTPServerILServiceMBean
public String getURLPrefix()
getURLPrefix
in interface HTTPServerILServiceMBean
public void setURLHostName(String hostname)
setURLHostName
in interface HTTPServerILServiceMBean
public String getURLHostName()
getURLHostName
in interface HTTPServerILServiceMBean
public void setURLPort(int port)
setURLPort
in interface HTTPServerILServiceMBean
public int getURLPort()
getURLPort
in interface HTTPServerILServiceMBean
public void setURLSuffix(String suffix)
setURLSuffix
in interface HTTPServerILServiceMBean
public String getURLSuffix()
getURLSuffix
in interface HTTPServerILServiceMBean
public void setUseHostName(boolean value)
setUseHostName
in interface HTTPServerILServiceMBean
public boolean getUseHostName()
getUseHostName
in interface HTTPServerILServiceMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |