All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.adaptor.snmp.AdaptorServerImplMO
- public interface AdaptorServerImplMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getActiveClientCount()
-
-
getAuthRespEnabled()
-
-
getAuthTrapEnabled()
-
-
getBufferSize()
-
-
getClassVersion()
-
-
getEnterpriseOid()
-
-
getMaxActiveClientCount()
-
-
getMibs()
-
-
getPort()
-
-
getProtocol()
-
-
getServedClientCount()
-
-
getSnmpInASNParseErrs()
-
-
getSnmpInBadCommunityNames()
-
-
getSnmpInBadCommunityUses()
-
-
getSnmpInBadVersions()
-
-
getSnmpInGetNexts()
-
-
getSnmpInGetRequests()
-
-
getSnmpInPkts()
-
-
getSnmpInSetRequests()
-
-
getSnmpInTotalReqVars()
-
-
getSnmpInTotalSetVars()
-
-
getSnmpOutBadValues()
-
-
getSnmpOutGenErrs()
-
-
getSnmpOutGetResponses()
-
-
getSnmpOutNoSuchNames()
-
-
getSnmpOutPkts()
-
-
getSnmpOutTooBigs()
-
-
getSnmpOutTraps()
-
-
getState()
-
-
getStateString()
-
-
getTrapPort()
-
-
isActive()
-
-
isAuthRespEnabled()
-
-
isAuthTrapEnabled()
-
-
performStart()
-
-
performStop()
-
-
performWaitState(int, long)
-
-
setAuthRespEnabled(boolean)
-
-
SetAuthRespEnabled(String, boolean)
-
-
setAuthTrapEnabled(boolean)
-
-
SetAuthTrapEnabled(String, boolean)
-
-
setBufferSize(Integer)
-
-
SetBufferSize(String, Integer)
-
-
setEnterpriseOid(String)
-
-
SetEnterpriseOid(String, String)
-
-
setMaxActiveClientCount(Integer)
-
-
SetMaxActiveClientCount(String, Integer)
-
-
setTrapPort(Integer)
-
-
SetTrapPort(String, Integer)
-
getSnmpOutPkts
public abstract Long getSnmpOutPkts() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpOutTraps
public abstract Long getSnmpOutTraps() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMibs
public abstract String[] getMibs() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpOutNoSuchNames
public abstract Long getSnmpOutNoSuchNames() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInBadCommunityUses
public abstract Long getSnmpInBadCommunityUses() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpOutGenErrs
public abstract Long getSnmpOutGenErrs() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMaxActiveClientCount
public abstract Integer getMaxActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getStateString
public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getAuthTrapEnabled
public abstract boolean getAuthTrapEnabled() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isAuthTrapEnabled
public abstract boolean isAuthTrapEnabled() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpOutGetResponses
public abstract Long getSnmpOutGetResponses() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getBufferSize
public abstract Integer getBufferSize() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPort
public abstract Integer getPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInSetRequests
public abstract Long getSnmpInSetRequests() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInTotalReqVars
public abstract Long getSnmpInTotalReqVars() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInTotalSetVars
public abstract Long getSnmpInTotalSetVars() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInBadCommunityNames
public abstract Long getSnmpInBadCommunityNames() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getAuthRespEnabled
public abstract boolean getAuthRespEnabled() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isAuthRespEnabled
public abstract boolean isAuthRespEnabled() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getTrapPort
public abstract Integer getTrapPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getActiveClientCount
public abstract Integer getActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getProtocol
public abstract String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getServedClientCount
public abstract Integer getServedClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpOutTooBigs
public abstract Long getSnmpOutTooBigs() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInBadVersions
public abstract Long getSnmpInBadVersions() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInGetNexts
public abstract Long getSnmpInGetNexts() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInGetRequests
public abstract Long getSnmpInGetRequests() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getEnterpriseOid
public abstract String getEnterpriseOid() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpOutBadValues
public abstract Long getSnmpOutBadValues() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInPkts
public abstract Long getSnmpInPkts() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getSnmpInASNParseErrs
public abstract Long getSnmpInASNParseErrs() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setMaxActiveClientCount
public abstract void setMaxActiveClientCount(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetMaxActiveClientCount
public abstract void SetMaxActiveClientCount(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setAuthTrapEnabled
public abstract void setAuthTrapEnabled(boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetAuthTrapEnabled
public abstract void SetAuthTrapEnabled(String oper,
boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setBufferSize
public abstract void setBufferSize(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetBufferSize
public abstract void SetBufferSize(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setAuthRespEnabled
public abstract void setAuthRespEnabled(boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetAuthRespEnabled
public abstract void SetAuthRespEnabled(String oper,
boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setTrapPort
public abstract void setTrapPort(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetTrapPort
public abstract void SetTrapPort(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
setEnterpriseOid
public abstract void setEnterpriseOid(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetEnterpriseOid
public abstract void SetEnterpriseOid(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performWaitState
public abstract boolean performWaitState(int p0,
long p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index