All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryMonitorMOStub

java.lang.Object
   |
   +----com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryMonitorMOStub

public class DiscoveryMonitorMOStub
extends Object
implements DiscoveryMonitorMO, MOIf, DiscoveryResponderListenerMO
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Constructor Index

 o DiscoveryMonitorMOStub()
constructor with no parameter for newInstance()

Method Index

 o addDiscoveryResponderListener(DiscoveryResponderListener)
 o addDiscoveryResponderListenerMO(DiscoveryResponderListenerMO)
 o connect(AdaptorMO)
 o deleteCmf()
 o deleteObject()
 o disconnect()
 o getAdaptorMO()
 o getClassVersion()
 o getGroupOper()
 o getMulticastGroup()
 o getMulticastPort()
 o getObjectName()
Returns the object name of the object
 o getState()
 o getStateString()
 o handleEvent(DiscoveryResponderEventMO)
 o handlePropertyList(PropertyList)
Update cached attributes.
 o modifyObject(boolean)
 o performStart()
 o performStop()
 o readAll()
 o readObject(boolean)
 o removeDiscoveryResponderListener(DiscoveryResponderListener)
 o removeDiscoveryResponderListenerMO(DiscoveryResponderListenerMO)
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setGroupOper(Boolean)
 o setMulticastGroup(String)
 o SetMulticastGroup(String, String)
 o setMulticastPort(int)
 o SetMulticastPort(String, int)
 o setObjectName(ObjectName)
Setter for the ObjectName.

Constructors

 o DiscoveryMonitorMOStub
 public DiscoveryMonitorMOStub()
constructor with no parameter for newInstance()

Methods

 o getStateString
 public String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getMulticastGroup
 public String getMulticastGroup() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getMulticastPort
 public int getMulticastPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setMulticastGroup
 public void setMulticastGroup(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMulticastGroup
 public void SetMulticastGroup(String oper,
                               String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setMulticastPort
 public void setMulticastPort(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMulticastPort
 public void SetMulticastPort(String oper,
                              int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStop
 public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStart
 public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o addDiscoveryResponderListenerMO
 public synchronized void addDiscoveryResponderListenerMO(DiscoveryResponderListenerMO x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeDiscoveryResponderListenerMO
 public synchronized void removeDiscoveryResponderListenerMO(DiscoveryResponderListenerMO x)
 o addDiscoveryResponderListener
 public synchronized void addDiscoveryResponderListener(DiscoveryResponderListener x) throws InstanceNotFoundException, IllegalAccessException, InstantiationException, ClassNotFoundException
 o removeDiscoveryResponderListener
 public synchronized void removeDiscoveryResponderListener(DiscoveryResponderListener x)
 o handleEvent
 public void handleEvent(DiscoveryResponderEventMO event)
 o setObjectName
 public void setObjectName(ObjectName name)
Setter for the ObjectName.

 o setAdaptorMO
 public void setAdaptorMO(AdaptorMO adp)
Setter for the AdaptorMO.

 o handlePropertyList
 public void handlePropertyList(PropertyList list)
Update cached attributes.

 o getObjectName
 public ObjectName getObjectName()
Returns the object name of the object

 o getAdaptorMO
 public AdaptorMO getAdaptorMO()
 o getGroupOper
 public Boolean getGroupOper()
 o setGroupOper
 public void setGroupOper(Boolean param)
 o readAll
 public void readAll() throws InstanceNotFoundException
 o readObject
 public void readObject(boolean perform) throws InstanceNotFoundException
 o modifyObject
 public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
 o deleteObject
 public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
 o deleteCmf
 public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
 o disconnect
 public void disconnect()
 o connect
 public void connect(AdaptorMO anAdaptor)

All Packages  Class Hierarchy  This Package  Previous  Next  Index