Uses of Class org.jgroups.JChannel

Uses in package org.jgroups.jmx

Constructors with parameter type org.jgroups.JChannel

Methods with parameter type org.jgroups.JChannel

JChannel
JmxConfigurator.registerChannel(JChannel channel, MBeanServer server, String name, boolean register_protocols)
Registers an already created channel with the MBeanServer.
void
JmxConfigurator.registerProtocols(MBeanServer server, JChannel channel, String channel_name)
Takes all protocols of an existing stack, creates corresponding MBean proxies and registers them with the MBean server
void
JmxConfigurator.unregisterProtocols(MBeanServer server, JChannel channel, String channel_name)

Methods with return type org.jgroups.JChannel

JChannel
JChannel

Uses in package org.jgroups.debug

Constructors with parameter type org.jgroups.JChannel

Debugger.Debugger(JChannel channel, String name)
Debugger.Debugger(JChannel channel, boolean cummulative)
Debugger.Debugger(JChannel channel, boolean cummulative, String name)

Methods with parameter type org.jgroups.JChannel

void

Uses in package org.jgroups.stack

Constructors with parameter type org.jgroups.JChannel

ProtocolStack.ProtocolStack(JChannel channel, String setup_string)

Uses in package org.jgroups.demos

Methods with return type org.jgroups.JChannel

JChannel

Uses in package org.jgroups.blocks

Constructors with parameter type org.jgroups.JChannel

DistributedHashtable.DistributedHashtable(JChannel channel, boolean persistent, long state_timeout)
DistributedHashtable.DistributedHashtable(JChannel channel, long state_timeout)
ReplicatedHashtable.ReplicatedHashtable(JChannel channel, long state_timeout)
Expects an already connected channel.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.