org.jboss.cache.loader.tcp
Interface TcpCacheServerMBean

All Known Implementing Classes:
TcpCacheServer

public interface TcpCacheServerMBean

StandardMBean interface for TcpCacheServer.

Version:
$Id: TcpCacheServerMBean.java 3889 2007-05-23 06:34:31Z bstansberry $
Author:
Bela Ban, Brian Stansberry

Method Summary
 void create()
           
 void destroy()
           
 String getBindAddress()
           
 Cache getCache()
           
 String getConfig()
           
 String getConnections()
           
 int getPort()
           
 void setBindAddress(String bind_addr)
           
 void setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)
          Allows injection of the CacheSPI via a CacheJmxWrapperMBean.
 void setConfig(String config)
           
 void setPort(int port)
           
 void start()
           
 void stop()
           
 

Method Detail

create

void create()
            throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()

destroy

void destroy()

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)
Allows injection of the CacheSPI via a CacheJmxWrapperMBean.

Parameters:
wrapper -

getConnections

String getConnections()


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