public interface TcpCacheServerMBean extends Lifecycle
TcpCacheServer
.Modifier and Type | Method and Description |
---|---|
String |
getBindAddress() |
Cache |
getCache() |
String |
getConfig() |
String |
getConnections() |
int |
getPort() |
void |
setBindAddress(String bind_addr) |
void |
setCacheJmxWrapper(CacheJmxWrapperMBean wrapper) |
void |
setConfig(String config) |
void |
setPort(int port) |
String getBindAddress()
void setBindAddress(String bind_addr) throws UnknownHostException
UnknownHostException
int getPort()
void setPort(int port)
String getConfig()
void setConfig(String config)
Cache getCache()
void setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)
String getConnections()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.