org.jgroups.jmx.protocols

Class UDP

Implemented Interfaces:
ProtocolMBean, TPMBean, UDPMBean

public class UDP
extends TP
implements UDPMBean

Version:
$Id: UDP.java,v 1.3 2005/08/17 07:32:29 belaban Exp $
Author:
Bela Ban

Constructor Summary

UDP()
UDP(Protocol p)

Method Summary

void
attachProtocol(Protocol p)

Methods inherited from class org.jgroups.jmx.protocols.TP

attachProtocol, getBindAddress, getBytesReceived, getBytesSent, getChannelName, getIncomingQueueSize, getLocalAddress, getMaxBundleSize, getMaxBundleTimeout, getMessagesReceived, getMessagesSent, getOutgoingQueueMaxSize, getOutgoingQueueSize, getReceiveInterfaces, getSendInterfaces, isDiscardIncompatiblePackets, isEnableBundling, isLoopback, isReceiveOnAllInterfaces, isSendOnAllInterfaces, isUseIncomingPacketHandler, isUseOutgoungPacketHandler, setBindAddress, setDiscardIncompatiblePackets, setEnableBundling, setLoopback, setMaxBundleSize, setMaxBundleTimeout, setOutgoingQueueMaxSize

Methods inherited from class org.jgroups.jmx.Protocol

attachProtocol, create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop

Constructor Details

UDP

public UDP()

UDP

public UDP(Protocol p)

Method Details

attachProtocol

public void attachProtocol(Protocol p)
Overrides:
attachProtocol in interface TP

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.