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 TcpCacheServerMBean
public void setBindAddress(String bind_addr) throws UnknownHostException
setBindAddress
in interface TcpCacheServerMBean
UnknownHostException
public int getPort()
getPort
in interface TcpCacheServerMBean
public void setPort(int port)
setPort
in interface TcpCacheServerMBean
public String getConfig()
getConfig
in interface TcpCacheServerMBean
public void setConfig(String config)
setConfig
in interface TcpCacheServerMBean
public Cache getCache()
getCache
in interface TcpCacheServerMBean
public void setCache(CacheSPI cache)
public void setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)
setCacheJmxWrapper
in interface TcpCacheServerMBean
public void start() throws Exception
public String getConnections()
getConnections
in interface TcpCacheServerMBean
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.