org.jgroups.jmx
Class JChannelFactory
java.lang.Object
org.jgroups.jmx.JChannelFactory
- All Implemented Interfaces:
- JChannelFactoryMBean
public class JChannelFactory
- extends java.lang.Object
- implements JChannelFactoryMBean
- Version:
- $Id: JChannelFactory.java,v 1.4 2006/05/02 11:06:00 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JChannelFactory
public JChannelFactory(JChannelFactory factory)
JChannelFactory
public JChannelFactory()
setMultiplexerConfig
public void setMultiplexerConfig(java.lang.String properties)
throws java.lang.Exception
- Specified by:
setMultiplexerConfig
in interface JChannelFactoryMBean
- Throws:
java.lang.Exception
getMultiplexerConfig
public java.lang.String getMultiplexerConfig()
- Specified by:
getMultiplexerConfig
in interface JChannelFactoryMBean
getDomain
public java.lang.String getDomain()
- Specified by:
getDomain
in interface JChannelFactoryMBean
setDomain
public void setDomain(java.lang.String name)
- Specified by:
setDomain
in interface JChannelFactoryMBean
isExposeChannels
public boolean isExposeChannels()
- Specified by:
isExposeChannels
in interface JChannelFactoryMBean
setExposeChannels
public void setExposeChannels(boolean flag)
- Specified by:
setExposeChannels
in interface JChannelFactoryMBean
isExposeProtocols
public boolean isExposeProtocols()
- Specified by:
isExposeProtocols
in interface JChannelFactoryMBean
setExposeProtocols
public void setExposeProtocols(boolean f)
- Specified by:
setExposeProtocols
in interface JChannelFactoryMBean
createMultiplexerChannel
public Channel createMultiplexerChannel(java.lang.String stack_name,
java.lang.String id)
throws java.lang.Exception
- Specified by:
createMultiplexerChannel
in interface JChannelFactoryMBean
- Throws:
java.lang.Exception
createMultiplexerChannel
public Channel createMultiplexerChannel(java.lang.String stack_name,
java.lang.String id,
boolean register_for_state_transfer,
java.lang.String substate_id)
throws java.lang.Exception
- Specified by:
createMultiplexerChannel
in interface JChannelFactoryMBean
- Throws:
java.lang.Exception
create
public void create()
throws java.lang.Exception
- Specified by:
create
in interface JChannelFactoryMBean
- Throws:
java.lang.Exception
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface JChannelFactoryMBean
- Throws:
java.lang.Exception
stop
public void stop()
- Specified by:
stop
in interface JChannelFactoryMBean
destroy
public void destroy()
- Specified by:
destroy
in interface JChannelFactoryMBean
dumpConfiguration
public java.lang.String dumpConfiguration()
- Specified by:
dumpConfiguration
in interface JChannelFactoryMBean
dumpChannels
public java.lang.String dumpChannels()
- Specified by:
dumpChannels
in interface JChannelFactoryMBean
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.