All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

See Also:
MoGen

Method Index

 o getClassVersion()
 o getMulticastGroup()
 o getMulticastPort()
 o getPointToPointResponse()
 o getState()
 o getStateString()
 o getTimeOut()
 o getTimeToLiveByte()
 o getTimeToLiveInt()
 o isActive()
 o performFindAdaptors()
 o performFindAdaptors(String)
 o performFindHosts()
 o performFindHosts(String)
 o performStart()
 o performStop()
 o setMulticastGroup(String)
 o SetMulticastGroup(String, String)
 o setMulticastPort(int)
 o SetMulticastPort(String, int)
 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)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index