Uses of Class
org.jgroups.fork.ForkChannel
-
Packages that use ForkChannel Package Description org.jgroups.fork -
-
Uses of ForkChannel in org.jgroups.fork
Methods in org.jgroups.fork that return ForkChannel Modifier and Type Method Description ForkChannel
ForkChannel. addAddressGenerator(AddressGenerator address_generator)
ForkChannel
ForkChannel. connect(java.lang.String cluster_name)
Connects the fork-channel, which will be operational after this.ForkChannel
ForkChannel. connect(java.lang.String cluster_name, Address target, long timeout)
ForkChannel
ForkChannel. disconnect()
Removes the fork-channel from the fork-stack's hashmap and resets its state.ForkChannel
ForkChannel. getState(Address target, long timeout)
ForkChannel
ForkChannel. send(Message msg)
protected ForkChannel
ForkChannel. setLocalAddress(Address local_addr)
ForkChannel
ForkChannel. setName(java.lang.String name)
ForkChannel
ForkChannel. startFlush(boolean automatic_resume)
ForkChannel
ForkChannel. startFlush(java.util.List<Address> flushParticipants, boolean automatic_resume)
ForkChannel
ForkChannel. stopFlush()
ForkChannel
ForkChannel. stopFlush(java.util.List<Address> flushParticipants)
-