|
|||||||||||
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.oil2.OIL2ServerILService
Implements the ServerILJMXService which is used to manage the OIL2 IL.
Nested Class Summary | |
class |
OIL2ServerILService.RequestListner
|
Field Summary |
Fields inherited from class org.jboss.mq.il.ServerILJMXService |
clientID, connectionFactoryJNDIRef, pingPeriod, xaConnectionFactoryJNDIRef |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
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 | |
OIL2ServerILService()
|
Method Summary | |
String |
getBindAddress()
Get the interface address the OIL server bind its listening port on. |
Properties |
getClientConnectionProperties()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) Sets up the connection properties need by a client to use this IL |
String |
getClientSocketFactory()
Get the javax.net.SocketFactory implementation class to use on the client. |
boolean |
getEnableTcpNoDelay()
Gets the enableTcpNoDelay. |
String |
getName()
Gives this JMX service a name. |
String |
getSecurityDomain()
Get the security domain name to use with SSL aware socket factories |
int |
getServerBindPort()
Getter for property serverBindPort. |
ServerIL |
getServerIL()
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it) |
String |
getServerSocketFactory()
Get the javax.net.ServerSocketFactory implementation class to use to create the service SocketFactory. |
void |
run()
Main processing method for the OILServerILService object |
void |
setBindAddress(String host)
Set the interface address the OIL server bind its listening port on. |
void |
setClientSocketFactory(String name)
Set the javax.net.SocketFactory implementation class to use on the client. |
void |
setEnableTcpNoDelay(boolean enableTcpNoDelay)
Sets the enableTcpNoDelay. |
void |
setSecurityDomain(String domainName)
Set the security domain name to use with SSL aware socket factories |
void |
setServerBindPort(int serverBindPort)
Setter for property serverBindPort. |
void |
setServerSocketFactory(String name)
Set the javax.net.ServerSocketFactory implementation class to use to create the service SocketFactory. |
void |
startService()
Starts this IL, and binds it to JNDI |
void |
stopService()
Stops this IL, and unbinds it from JNDI. |
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 OIL2ServerILService()
Method Detail |
public Properties getClientConnectionProperties()
getClientConnectionProperties
in class ServerILJMXService
public String getName()
getName
in interface org.jboss.system.ServiceMBean
public ServerIL getServerIL()
getServerIL
in class ServerILJMXService
public void run()
public void startService() throws Exception
startService
in class ServerILJMXService
Exception
- Description of Exceptionpublic void stopService()
stopService
in class ServerILJMXService
public int getServerBindPort()
getServerBindPort
in interface OIL2ServerILServiceMBean
public void setServerBindPort(int serverBindPort)
setServerBindPort
in interface OIL2ServerILServiceMBean
serverBindPort
- New value of property serverBindPort.public String getBindAddress()
getBindAddress
in interface OIL2ServerILServiceMBean
public void setBindAddress(String host) throws UnknownHostException
setBindAddress
in interface OIL2ServerILServiceMBean
host
- The host address to bind to, if any.
UnknownHostException
- Thrown if the hostname cannot
be resolved to an InetAddress object.public boolean getEnableTcpNoDelay()
getEnableTcpNoDelay
in interface OIL2ServerILServiceMBean
public void setEnableTcpNoDelay(boolean enableTcpNoDelay)
setEnableTcpNoDelay
in interface OIL2ServerILServiceMBean
enableTcpNoDelay
- The enableTcpNoDelay to setpublic String getClientSocketFactory()
getClientSocketFactory
in interface OIL2ServerILServiceMBean
public void setClientSocketFactory(String name)
setClientSocketFactory
in interface OIL2ServerILServiceMBean
public void setServerSocketFactory(String name) throws Exception
setServerSocketFactory
in interface OIL2ServerILServiceMBean
Exception
public String getServerSocketFactory()
getServerSocketFactory
in interface OIL2ServerILServiceMBean
public void setSecurityDomain(String domainName)
setSecurityDomain
in interface OIL2ServerILServiceMBean
public String getSecurityDomain()
getSecurityDomain
in interface OIL2ServerILServiceMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |