com.sun.mfwk.discovery
Interface MfDiscoveryServiceMBean

All Known Implementing Classes:
MfDiscoveryService

public interface MfDiscoveryServiceMBean

This is the management interface explicitly defined for the "MfDiscoveryServiceMBean" standard MBean. The "MfDiscoveryServiceMBean" standard MBean implements this interface in order to be manageable through a JMX agent. The "SimpleStandardMBean" interface shows how to expose for management: - read-only attributes ("Port", "Group") through their getter methods


Method Summary
 java.lang.String getMulticastGroup()
          Getter: get the "Group" value of the multicast channel
 int getMulticastPort()
          Getter: get the "Port" value of the multicast channel
 java.lang.String getVersion()
           
 

Method Detail

getMulticastPort

public int getMulticastPort()
Getter: get the "Port" value of the multicast channel

Returns:
the current value of the "Port" attribute.

getMulticastGroup

public java.lang.String getMulticastGroup()
Getter: get the "Group" value of the multicast channel

Returns:
the current value of the "Group" attribute.

getVersion

public java.lang.String getVersion()