|
|||||||||||
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 | |
String |
getBindAddress()
Get the interface address the OIL 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 OIL server bind its listening port on |
String |
getClientSocketFactory()
Get the javax.net.SocketFactory implementation class to use on the client. |
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 OIL 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 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 |
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 |
public int getServerBindPort()
public void setServerBindPort(int serverBindPort)
serverBindPort
- New value of property serverBindPort.public String getBindAddress()
public void setBindAddress(String host) throws UnknownHostException
UnknownHostException
public InetAddress getClientAddress()
public void setClientAddress(InetAddress addr)
public boolean getEnableTcpNoDelay()
public void setEnableTcpNoDelay(boolean enableTcpNoDelay)
enableTcpNoDelay
- The enableTcpNoDelay to setpublic int getBufferSize()
public void setBufferSize(int size)
size
- the buffer sizepublic int getChunkSize()
public void setChunkSize(int size)
size
- the chunk sizepublic int getReadTimeout()
public void setReadTimeout(int timeout)
timeout
- The read time out in milli secondspublic String getClientSocketFactory()
public void setClientSocketFactory(String name)
public void setServerSocketFactory(String name) throws Exception
Exception
public String getServerSocketFactory()
public void setSecurityDomain(String domainName)
public String getSecurityDomain()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |