public class TcpCacheServer extends Object implements TcpCacheServerMBean
| Constructor and Description |
|---|
TcpCacheServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
void |
destroy() |
String |
getBindAddress() |
Cache |
getCache() |
String |
getConfig() |
String |
getConnections() |
int |
getPort() |
static void |
main(String[] args) |
void |
setBindAddress(String bind_addr) |
void |
setCache(CacheSPI cache) |
void |
setCacheJmxWrapper(CacheJmxWrapperMBean wrapper) |
void |
setConfig(String config) |
void |
setPort(int port) |
void |
start() |
void |
stop() |
public String getBindAddress()
getBindAddress in interface TcpCacheServerMBeanpublic void setBindAddress(String bind_addr) throws UnknownHostException
setBindAddress in interface TcpCacheServerMBeanUnknownHostExceptionpublic int getPort()
getPort in interface TcpCacheServerMBeanpublic void setPort(int port)
setPort in interface TcpCacheServerMBeanpublic String getConfig()
getConfig in interface TcpCacheServerMBeanpublic void setConfig(String config)
setConfig in interface TcpCacheServerMBeanpublic Cache getCache()
getCache in interface TcpCacheServerMBeanpublic void setCache(CacheSPI cache)
public void setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)
setCacheJmxWrapper in interface TcpCacheServerMBeanpublic void start()
throws Exception
public String getConnections()
getConnections in interface TcpCacheServerMBeanCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.