org.jboss.mq.il.uil2
Interface UILServerILServiceMBean

All Superinterfaces:
ServerILJMXServiceMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
UILServerILService

public interface UILServerILServiceMBean
extends ServerILJMXServiceMBean

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
 String getBindAddress()
          Get the interface address the UIL2 server bind its listening port on
 int getBufferSize()
          Gets the buffer size.
 int getChunkSize()
          Gets the chunk size.
 InetAddress getClientAddress()
          Get the interface address the UIL2 exposed to the client as the server address
 int getClientReadTimeout()
          Gets the client socket read timeout.
 String getClientSocketFactory()
          Get the javax.net.SocketFactory implementation class to use on the client.
 String getConnectAddress()
           
 int getConnectPort()
           
 boolean getEnableTcpNoDelay()
          Gets the enableTcpNoDelay.
 int getReadTimeout()
          Gets the socket read timeout.
 String getSecurityDomain()
          Get the security domain name to use with SSL aware socket factories
 int getServerBindPort()
          Get the UIL server listening port
 String getServerSocketFactory()
          Get the javax.net.ServerSocketFactory implementation class to use to create the service SocketFactory.
 void setBindAddress(String host)
          Set the interface address the UIL2 server bind its listening port on
 void setBufferSize(int size)
          Sets the buffer size.
 void setChunkSize(int size)
          Sets the chunk size.
 void setClientAddress(InetAddress addr)
          Set the interface address the UIL2 exposed to the client as the server address
 void setClientReadTimeout(int timeout)
          Sets the read time out.
 void setClientSocketFactory(String name)
          Set the javax.net.SocketFactory implementation class to use on the client.
 void setConnectAddress(String addr)
           
 void setConnectPort(int port)
           
 void setEnableTcpNoDelay(boolean enableTcpNoDelay)
          Sets the enableTcpNoDelay.
 void setReadTimeout(int timeout)
          Sets the read time out.
 void setSecurityDomain(String domainName)
          Set the security domain name to use with SSL aware socket factories
 void setServerBindPort(int serverBindPort)
          Set the UIL server listening port
 void setServerSocketFactory(String name)
          Set the javax.net.ServerSocketFactory implementation class to use to create the service SocketFactory.
 
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

getServerBindPort

int getServerBindPort()
Get the UIL server listening port

Returns:
Value of property serverBindPort.

setServerBindPort

void setServerBindPort(int serverBindPort)
Set the UIL server listening port

Parameters:
serverBindPort - New value of property serverBindPort.

getBindAddress

String getBindAddress()
Get the interface address the UIL2 server bind its listening port on


setBindAddress

void setBindAddress(String host)
                    throws UnknownHostException
Set the interface address the UIL2 server bind its listening port on

Throws:
UnknownHostException

getClientAddress

InetAddress getClientAddress()
Get the interface address the UIL2 exposed to the client as the server address


setClientAddress

void setClientAddress(InetAddress addr)
Set the interface address the UIL2 exposed to the client as the server address


getEnableTcpNoDelay

boolean getEnableTcpNoDelay()
Gets the enableTcpNoDelay.

Returns:
Returns a boolean

setEnableTcpNoDelay

void setEnableTcpNoDelay(boolean enableTcpNoDelay)
Sets the enableTcpNoDelay.

Parameters:
enableTcpNoDelay - The enableTcpNoDelay to set

getBufferSize

int getBufferSize()
Gets the buffer size.

Returns:
Returns an int

setBufferSize

void setBufferSize(int size)
Sets the buffer size.

Parameters:
size - the buffer size

getChunkSize

int getChunkSize()
Gets the chunk size.

Returns:
Returns an int

setChunkSize

void setChunkSize(int size)
Sets the chunk size.

Parameters:
size - the chunk size

getReadTimeout

int getReadTimeout()
Gets the socket read timeout.

Returns:
Returns the read timeout in milli-seconds

setReadTimeout

void setReadTimeout(int timeout)
Sets the read time out.

Parameters:
timeout - The read time out in milli seconds

getClientReadTimeout

int getClientReadTimeout()
Gets the client socket read timeout.

Returns:
Returns the read timeout in milli-seconds

setClientReadTimeout

void setClientReadTimeout(int timeout)
Sets the read time out.

Parameters:
timeout - The read time out in milli seconds

getClientSocketFactory

String getClientSocketFactory()
Get the javax.net.SocketFactory implementation class to use on the client.


setClientSocketFactory

void setClientSocketFactory(String name)
Set the javax.net.SocketFactory implementation class to use on the client.


setServerSocketFactory

void setServerSocketFactory(String name)
                            throws Exception
Set the javax.net.ServerSocketFactory implementation class to use to create the service SocketFactory.

Throws:
Exception

getServerSocketFactory

String getServerSocketFactory()
Get the javax.net.ServerSocketFactory implementation class to use to create the service SocketFactory.


setSecurityDomain

void setSecurityDomain(String domainName)
Set the security domain name to use with SSL aware socket factories


getSecurityDomain

String getSecurityDomain()
Get the security domain name to use with SSL aware socket factories


getConnectAddress

String getConnectAddress()

setConnectAddress

void setConnectAddress(String addr)

getConnectPort

int getConnectPort()

setConnectPort

void setConnectPort(int port)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.