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
-
getClassVersion()
-
-
getMulticastGroup()
-
-
getMulticastPort()
-
-
getPointToPointResponse()
-
-
getState()
-
-
getStateString()
-
-
getTimeOut()
-
-
getTimeToLiveByte()
-
-
getTimeToLiveInt()
-
-
isActive()
-
-
performFindAdaptors()
-
-
performFindAdaptors(String)
-
-
performFindHosts()
-
-
performFindHosts(String)
-
-
performStart()
-
-
performStop()
-
-
setMulticastGroup(String)
-
-
SetMulticastGroup(String, String)
-
-
setMulticastPort(int)
-
-
SetMulticastPort(String, int)
-
-
setPointToPointResponse(boolean)
-
-
SetPointToPointResponse(String, boolean)
-
-
setTimeOut(int)
-
-
SetTimeOut(String, int)
-
-
setTimeToLiveByte(byte)
-
-
SetTimeToLiveByte(String, byte)
-
-
setTimeToLiveInt(int)
-
-
SetTimeToLiveInt(String, int)
-
getStateString
public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getTimeOut
public abstract int getTimeOut() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMulticastGroup
public abstract String getMulticastGroup() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getTimeToLiveInt
public abstract int getTimeToLiveInt() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getTimeToLiveByte
public abstract byte getTimeToLiveByte() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPointToPointResponse
public abstract boolean getPointToPointResponse() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMulticastPort
public abstract int getMulticastPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setTimeOut
public abstract void setTimeOut(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetTimeOut
public abstract void SetTimeOut(String oper,
int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setMulticastGroup
public abstract void setMulticastGroup(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetMulticastGroup
public abstract void SetMulticastGroup(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setTimeToLiveInt
public abstract void setTimeToLiveInt(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetTimeToLiveInt
public abstract void SetTimeToLiveInt(String oper,
int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setTimeToLiveByte
public abstract void setTimeToLiveByte(byte value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetTimeToLiveByte
public abstract void SetTimeToLiveByte(String oper,
byte value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setPointToPointResponse
public abstract void setPointToPointResponse(boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetPointToPointResponse
public abstract void SetPointToPointResponse(String oper,
boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setMulticastPort
public abstract void setMulticastPort(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetMulticastPort
public abstract void SetMulticastPort(String oper,
int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performFindHosts
public abstract Vector performFindHosts(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performFindHosts
public abstract Vector performFindHosts() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performFindAdaptors
public abstract Vector performFindAdaptors(String p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performFindAdaptors
public abstract Vector performFindAdaptors() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index