Class JChannelManager


  • public class JChannelManager
    extends java.lang.Object
    This class maintain a global Map of JChannels wrapped in JChannelWrapper for the purpose of reference counting. Wherever a JChannel is needed it should only get it by calling the getChannel() method of this class. The real disconnect of channels are also done here only.
    • Method Detail

      • isLoopbackMessages

        public boolean isLoopbackMessages()
      • setLoopbackMessages

        public JChannelManager setLoopbackMessages​(boolean loopbackMessages)
      • removeChannel

        public void removeChannel​(java.lang.String channelName)