Package org.jgroups.jmx
Interface JChannelFactoryMBean
- All Known Implementing Classes:
JChannelFactory
public interface JChannelFactoryMBean
- Version:
- $Id: JChannelFactoryMBean.java,v 1.3.10.1 2007/11/28 11:39:57 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
create()
createMultiplexerChannel
(String stack_name, String id) createMultiplexerChannel
(String stack_name, String id, boolean register_for_state_transfer, String substate_id) void
destroy()
boolean
boolean
boolean
removeConfig
(String stack_name) void
void
setExposeChannels
(boolean flag) void
setExposeProtocols
(boolean f) void
setMultiplexerConfig
(String properties) void
setMultiplexerConfig
(String properties, boolean replace) void
start()
void
stop()
-
Method Details
-
getMultiplexerConfig
String getMultiplexerConfig() -
setMultiplexerConfig
- Throws:
Exception
-
setMultiplexerConfig
- Throws:
Exception
-
getDomain
String getDomain() -
setDomain
-
isExposeChannels
boolean isExposeChannels() -
setExposeChannels
void setExposeChannels(boolean flag) -
isExposeProtocols
boolean isExposeProtocols() -
setExposeProtocols
void setExposeProtocols(boolean f) -
getConfig
- Throws:
Exception
-
removeConfig
-
clearConfigurations
void clearConfigurations() -
createMultiplexerChannel
- Throws:
Exception
-
createMultiplexerChannel
Channel createMultiplexerChannel(String stack_name, String id, boolean register_for_state_transfer, String substate_id) throws Exception - Throws:
Exception
-
create
- Throws:
Exception
-
start
- Throws:
Exception
-
stop
void stop() -
destroy
void destroy() -
dumpConfiguration
String dumpConfiguration() -
dumpChannels
String dumpChannels()
-