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 Details

    • getMultiplexerConfig

      String getMultiplexerConfig()
    • setMultiplexerConfig

      void setMultiplexerConfig(String properties) throws Exception
      Throws:
      Exception
    • setMultiplexerConfig

      void setMultiplexerConfig(String properties, boolean replace) throws Exception
      Throws:
      Exception
    • getDomain

      String getDomain()
    • setDomain

      void setDomain(String name)
    • isExposeChannels

      boolean isExposeChannels()
    • setExposeChannels

      void setExposeChannels(boolean flag)
    • isExposeProtocols

      boolean isExposeProtocols()
    • setExposeProtocols

      void setExposeProtocols(boolean f)
    • getConfig

      String getConfig(String stack_name) throws Exception
      Throws:
      Exception
    • removeConfig

      boolean removeConfig(String stack_name)
    • clearConfigurations

      void clearConfigurations()
    • createMultiplexerChannel

      Channel createMultiplexerChannel(String stack_name, String id) throws Exception
      Throws:
      Exception
    • createMultiplexerChannel

      Channel createMultiplexerChannel(String stack_name, String id, boolean register_for_state_transfer, String substate_id) throws Exception
      Throws:
      Exception
    • create

      void create() throws Exception
      Throws:
      Exception
    • start

      void start() throws Exception
      Throws:
      Exception
    • stop

      void stop()
    • destroy

      void destroy()
    • dumpConfiguration

      String dumpConfiguration()
    • dumpChannels

      String dumpChannels()