org.jboss.cache.loader.tcp
Interface TcpCacheServerMBean

All Superinterfaces:
Lifecycle
All Known Implementing Classes:
TcpCacheServer

public interface TcpCacheServerMBean
extends Lifecycle

StandardMBean interface for TcpCacheServer.

Version:
$Id: TcpCacheServerMBean.java 7463 2009-01-14 14:49:42Z manik.surtani@jboss.com $
Author:
Bela Ban, Brian Stansberry

Method Summary
 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)
           
 
Methods inherited from interface org.jboss.cache.Lifecycle
create, destroy, start, stop
 

Method Detail

getBindAddress

String getBindAddress()

setBindAddress

void setBindAddress(String bind_addr)
                    throws UnknownHostException
Throws:
UnknownHostException

getPort

int getPort()

setPort

void setPort(int port)

getConfig

String getConfig()

setConfig

void setConfig(String config)

getCache

Cache getCache()

setCacheJmxWrapper

void setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)

getConnections

String getConnections()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.