Uses of Class
org.jgroups.stack.DiagnosticsHandler
-
Packages that use DiagnosticsHandler Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks. -
-
Uses of DiagnosticsHandler in org.jgroups.protocols
Fields in org.jgroups.protocols declared as DiagnosticsHandler Modifier and Type Field Description protected DiagnosticsHandler
TP. diag_handler
Methods in org.jgroups.protocols that return DiagnosticsHandler Modifier and Type Method Description protected DiagnosticsHandler
TP. createDiagnosticsHandler()
DiagnosticsHandler
TP. getDiagnosticsHandler()
Methods in org.jgroups.protocols with parameters of type DiagnosticsHandler Modifier and Type Method Description <T extends TP>
TTP. setDiagnosticsHandler(DiagnosticsHandler handler)
Sets aDiagnosticsHandler
. -
Uses of DiagnosticsHandler in org.jgroups.stack
Methods in org.jgroups.stack that return DiagnosticsHandler Modifier and Type Method Description DiagnosticsHandler
DiagnosticsHandler. enableTcp(boolean f)
DiagnosticsHandler
DiagnosticsHandler. enableUdp(boolean f)
DiagnosticsHandler
DiagnosticsHandler. setDiagnosticsBindAddress(java.net.InetAddress a)
DiagnosticsHandler
DiagnosticsHandler. setDiagnosticsPortRange(int r)
DiagnosticsHandler
DiagnosticsHandler. setThreadNames()
protected DiagnosticsHandler
DiagnosticsHandler. startTCP()
protected DiagnosticsHandler
DiagnosticsHandler. startUDP()
DiagnosticsHandler
DiagnosticsHandler. transport(TP tp)
DiagnosticsHandler
DiagnosticsHandler. unsetThreadNames()
-