All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryMonitorMO

public interface DiscoveryMonitorMO
extends ManagedObject
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Method Index

 o addDiscoveryResponderListener(DiscoveryResponderListener)
 o addDiscoveryResponderListenerMO(DiscoveryResponderListenerMO)
 o getClassVersion()
 o getMulticastGroup()
 o getMulticastPort()
 o getState()
 o getStateString()
 o performStart()
 o performStop()
 o removeDiscoveryResponderListener(DiscoveryResponderListener)
 o removeDiscoveryResponderListenerMO(DiscoveryResponderListenerMO)
 o setMulticastGroup(String)
 o SetMulticastGroup(String, String)
 o setMulticastPort(int)
 o SetMulticastPort(String, int)

Methods

 o getStateString
 public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getMulticastGroup
 public abstract String getMulticastGroup() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getMulticastPort
 public abstract int getMulticastPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setMulticastGroup
 public abstract void setMulticastGroup(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMulticastGroup
 public abstract void SetMulticastGroup(String oper,
                                        String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setMulticastPort
 public abstract void setMulticastPort(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMulticastPort
 public abstract void SetMulticastPort(String oper,
                                       int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStop
 public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStart
 public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o addDiscoveryResponderListenerMO
 public abstract void addDiscoveryResponderListenerMO(DiscoveryResponderListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeDiscoveryResponderListenerMO
 public abstract void removeDiscoveryResponderListenerMO(DiscoveryResponderListenerMO x)
 o addDiscoveryResponderListener
 public abstract void addDiscoveryResponderListener(DiscoveryResponderListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeDiscoveryResponderListener
 public abstract void removeDiscoveryResponderListener(DiscoveryResponderListener x)

All Packages  Class Hierarchy  This Package  Previous  Next  Index