|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JChannel | |
org.javagroups.blocks | |
org.javagroups.debug | |
org.javagroups.demos | |
org.javagroups.stack |
Uses of JChannel in org.javagroups.blocks |
Constructors in org.javagroups.blocks with parameters of type JChannel | |
ReplicatedTree(JChannel channel)
Expects an already connected channel. |
|
ReplicatedHashtable(JChannel channel,
long state_timeout)
|
|
DistributedHashtable(JChannel channel,
long state_timeout)
|
|
DistributedHashtable(JChannel channel,
boolean persistent,
long state_timeout)
|
Uses of JChannel in org.javagroups.debug |
Methods in org.javagroups.debug with parameters of type JChannel | |
void |
Debugger.setChannel(JChannel channel)
|
Constructors in org.javagroups.debug with parameters of type JChannel | |
Debugger(JChannel channel)
|
|
Debugger(JChannel channel,
java.lang.String name)
|
|
Debugger(JChannel channel,
boolean cummulative)
|
|
Debugger(JChannel channel,
boolean cummulative,
java.lang.String name)
|
Uses of JChannel in org.javagroups.demos |
Methods in org.javagroups.demos that return JChannel | |
JChannel |
TotalTokenDemo.getChannel()
|
Uses of JChannel in org.javagroups.stack |
Constructors in org.javagroups.stack with parameters of type JChannel | |
ProtocolStack(JChannel channel,
java.lang.String setup_string)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |