All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponderMO
- public interface DiscoveryResponderMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getClassVersion()
-
-
getMulticastGroup()
-
-
getMulticastPort()
-
-
getState()
-
-
getStateString()
-
-
getTimeToLive()
-
-
isActive()
-
-
performStart()
-
-
performStop()
-
-
setMulticastGroup(String)
-
-
SetMulticastGroup(String, String)
-
-
setMulticastPort(int)
-
-
SetMulticastPort(String, int)
-
-
setTimeToLive(int)
-
-
SetTimeToLive(String, int)
-
getStateString
public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMulticastGroup
public abstract String getMulticastGroup() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getTimeToLive
public abstract int getTimeToLive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMulticastPort
public abstract int getMulticastPort() throws InstanceNotFoundException, PropertyNotFoundException, 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
setTimeToLive
public abstract void setTimeToLive(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetTimeToLive
public abstract void SetTimeToLive(String oper,
int 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
All Packages Class Hierarchy This Package Previous Next Index