|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport (src)
org.jboss.system.ServiceMBeanSupport (src)
org.jboss.mq.il.ServerILJMXService (src)
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 (src) |
clientID, connectionFactoryJNDIRef, pingPeriod, xaConnectionFactoryJNDIRef |
Fields inherited from class org.jboss.system.ServiceMBeanSupport (src) |
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean (src) |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
HTTPServerILService()
|
Method Summary | |
java.util.Properties |
getClientConnectionProperties()
|
java.lang.String |
getName()
Use the short class name as the default for the service name. |
int |
getRestInterval()
Get the HTTPIL default RestInterval |
ServerIL (src) |
getServerIL()
|
int |
getTimeOut()
Get the HTTPIL default timeout |
java.lang.String |
getURL()
Get the HTTPIL URL. |
java.lang.String |
getURLHostName()
Get the HTTPIL URLHostName. |
int |
getURLPort()
Get the HTTPIL URLPort. |
java.lang.String |
getURLPrefix()
Get the HTTPIL URLPrefix. |
java.lang.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(java.lang.String url)
Set the HTTPIL URL. |
void |
setURLHostName(java.lang.String hostname)
Set the HTTPIL URLName. |
void |
setURLPort(int port)
Set the HTTPIL URLPort. |
void |
setURLPrefix(java.lang.String prefix)
Set the HTTPIL URLPrefix. |
void |
setURLSuffix(java.lang.String suffix)
Set the HTTPIL URLSuffix. |
void |
setUseHostName(boolean value)
Set the HTTPIL UseHostName flag. |
void |
startService()
Sub-classes should override this method to provide custum 'start' logic. |
void |
stopService()
Sub-classes should override this method to provide custum 'stop' logic. |
Methods inherited from class org.jboss.mq.il.ServerILJMXService (src) |
bindJNDIReferences, getClientID, getConnectionFactoryJNDIRef, getJBossMQService, getPingPeriod, getXAConnectionFactoryJNDIRef, lookupJMSServer, rebind, setClientID, setConnectionFactoryJNDIRef, setInvoker, setPingPeriod, setXAConnectionFactoryJNDIRef, unbindJNDIReferences |
Methods inherited from class org.jboss.system.ServiceMBeanSupport (src) |
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 (src) |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTTPServerILService()
Method Detail |
public java.lang.String getName()
ServiceMBeanSupport (src)
getName
in interface ServiceMBean (src)
getName
in class ServiceMBeanSupport (src)
public ServerIL (src) getServerIL()
getServerIL
in class ServerILJMXService (src)
public java.util.Properties getClientConnectionProperties()
getClientConnectionProperties
in class ServerILJMXService (src)
public void startService() throws java.lang.Exception
ServiceMBeanSupport (src)
This method is empty, and is provided for convenience when concrete service classes do not need to perform anything specific for this state change.
startService
in class ServerILJMXService (src)
java.lang.Exception
public void stopService()
ServiceMBeanSupport (src)
This method is empty, and is provided for convenience when concrete service classes do not need to perform anything specific for this state change.
stopService
in class ServerILJMXService (src)
public void setTimeOut(int timeout)
public int getTimeOut()
public void setRestInterval(int restInterval)
public int getRestInterval()
public void setURL(java.lang.String url)
public java.lang.String getURL()
public void setURLPrefix(java.lang.String prefix)
public java.lang.String getURLPrefix()
public void setURLHostName(java.lang.String hostname)
public java.lang.String getURLHostName()
public void setURLPort(int port)
public int getURLPort()
public void setURLSuffix(java.lang.String suffix)
public java.lang.String getURLSuffix()
public void setUseHostName(boolean value)
public boolean getUseHostName()
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |