All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

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

See Also:
MoGen

Constructor Index

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

Method Index

 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 getPointToPointResponse()
 o getState()
 o getStateString()
 o getTimeOut()
 o getTimeToLiveByte()
 o getTimeToLiveInt()
 o handlePropertyList(PropertyList)
Update cached attributes.
 o isActive()
 o modifyObject(boolean)
 o performFindAdaptors()
 o performFindAdaptors(String)
 o performFindHosts()
 o performFindHosts(String)
 o performStart()
 o performStop()
 o readAll()
 o readObject(boolean)
 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.
 o setPointToPointResponse(boolean)
 o SetPointToPointResponse(String, boolean)
 o setTimeOut(int)
 o SetTimeOut(String, int)
 o setTimeToLiveByte(byte)
 o SetTimeToLiveByte(String, byte)
 o setTimeToLiveInt(int)
 o SetTimeToLiveInt(String, int)

Constructors

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

Methods

 o getStateString
 public String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getTimeOut
 public int getTimeOut() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getMulticastGroup
 public String getMulticastGroup() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getTimeToLiveInt
 public int getTimeToLiveInt() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getTimeToLiveByte
 public byte getTimeToLiveByte() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPointToPointResponse
 public boolean getPointToPointResponse() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getMulticastPort
 public int getMulticastPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setTimeOut
 public void setTimeOut(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetTimeOut
 public void SetTimeOut(String oper,
                        int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, 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 setTimeToLiveInt
 public void setTimeToLiveInt(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetTimeToLiveInt
 public void SetTimeToLiveInt(String oper,
                              int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setTimeToLiveByte
 public void setTimeToLiveByte(byte value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetTimeToLiveByte
 public void SetTimeToLiveByte(String oper,
                               byte value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setPointToPointResponse
 public void setPointToPointResponse(boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetPointToPointResponse
 public void SetPointToPointResponse(String oper,
                                     boolean 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 performFindHosts
 public Vector performFindHosts(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performFindHosts
 public Vector performFindHosts() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performFindAdaptors
 public Vector performFindAdaptors(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performFindAdaptors
 public Vector performFindAdaptors() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 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