org.jgroups.jmx.protocols

Class MPING

public class MPING extends PING implements MPINGMBean

Version: $Id: MPING.java,v 1.1 2005/06/14 10:10:10 belaban Exp $

Author: Bela Ban

Constructor Summary
MPING()
MPING(Protocol p)
Method Summary
voidattachProtocol(Protocol p)
InetAddressgetBindAddr()
InetAddressgetMcastAddr()
intgetMcastPort()
intgetTTL()
booleanisBindToAllInterfaces()
voidsetBindAddr(InetAddress bind_addr)
voidsetBindToAllInterfaces(boolean bind_to_all_interfaces)
voidsetMcastAddr(InetAddress mcast_addr)
voidsetMcastPort(int mcast_port)
voidsetTTL(int ip_ttl)

Constructor Detail

MPING

public MPING()

MPING

public MPING(Protocol p)

Method Detail

attachProtocol

public void attachProtocol(Protocol p)

getBindAddr

public InetAddress getBindAddr()

getMcastAddr

public InetAddress getMcastAddr()

getMcastPort

public int getMcastPort()

getTTL

public int getTTL()

isBindToAllInterfaces

public boolean isBindToAllInterfaces()

setBindAddr

public void setBindAddr(InetAddress bind_addr)

setBindToAllInterfaces

public void setBindToAllInterfaces(boolean bind_to_all_interfaces)

setMcastAddr

public void setMcastAddr(InetAddress mcast_addr)

setMcastPort

public void setMcastPort(int mcast_port)

setTTL

public void setTTL(int ip_ttl)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.