Uses of Interface
org.jgroups.fork.UnknownForkHandler
-
Packages that use UnknownForkHandler Package Description org.jgroups.fork org.jgroups.protocols 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 UnknownForkHandler Modifier and Type Field Description protected UnknownForkHandler
ForkProtocolStack. unknownForkHandler
Methods in org.jgroups.fork that return UnknownForkHandler Modifier and Type Method Description UnknownForkHandler
ForkProtocolStack. getUnknownForkHandler()
Methods in org.jgroups.fork with parameters of type UnknownForkHandler Modifier and Type Method Description void
ForkProtocolStack. setUnknownForkHandler(UnknownForkHandler ufh)
Constructors in org.jgroups.fork with parameters of type UnknownForkHandler Constructor Description ForkProtocolStack(UnknownForkHandler unknownForkHandler, java.util.List<Protocol> protocols, java.lang.String fork_stack_id)
-
Uses of UnknownForkHandler in org.jgroups.protocols
Methods in org.jgroups.protocols that return UnknownForkHandler Modifier and Type Method Description UnknownForkHandler
FORK. getUnknownForkHandler()
Methods in org.jgroups.protocols with parameters of type UnknownForkHandler Modifier and Type Method Description void
FORK. setUnknownForkHandler(UnknownForkHandler unknownForkHandler)
-