Uses of Interface
org.jgroups.fork.UnknownForkHandler
Packages that use UnknownForkHandler
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of UnknownForkHandler in org.jgroups.fork
Fields in org.jgroups.fork declared as UnknownForkHandlerModifier and TypeFieldDescriptionprotected UnknownForkHandlerForkProtocolStack.unknownForkHandlerMethods in org.jgroups.fork that return UnknownForkHandlerMethods in org.jgroups.fork with parameters of type UnknownForkHandlerModifier and TypeMethodDescriptionvoidForkProtocolStack.setUnknownForkHandler(UnknownForkHandler ufh) Constructors in org.jgroups.fork with parameters of type UnknownForkHandlerModifierConstructorDescriptionForkProtocolStack(UnknownForkHandler unknownForkHandler, List<Protocol> protocols, String fork_stack_id) -
Uses of UnknownForkHandler in org.jgroups.protocols
Fields in org.jgroups.protocols declared as UnknownForkHandlerMethods in org.jgroups.protocols that return UnknownForkHandlerMethods in org.jgroups.protocols with parameters of type UnknownForkHandlerModifier and TypeMethodDescriptionFORK.setUnknownForkHandler(UnknownForkHandler unknownForkHandler)