public class SnmpNotificationType extends SnmpType
SnmpTrapType
,
RFC 2578 (SNMPv2-SMI)Constructor and Description |
---|
SnmpNotificationType(java.util.ArrayList<MibValue> objects,
SnmpStatus status,
java.lang.String description,
java.lang.String reference)
Creates a new SNMP notification type.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MibValue> |
getObjects()
Returns the value objects.
|
java.lang.String |
getReference()
Returns the notification type reference.
|
SnmpStatus |
getStatus()
Returns the notification type status.
|
MibType |
initialize(MibSymbol symbol,
MibLoaderLog log)
Initializes the MIB type.
|
boolean |
isCompatible(MibValue value)
Checks if the specified value is compatible with this type.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
getDescription, getDescription, getUnformattedDescription, removeIndent
createReference, createReference, createReference, getComment, getName, getReferenceSymbol, getTag, hasReferenceTo, hasReferenceTo, hasTag, hasTag, isPrimitive, setReferenceSymbol, setTag
public SnmpNotificationType(java.util.ArrayList<MibValue> objects, SnmpStatus status, java.lang.String description, java.lang.String reference)
objects
- the value objectsstatus
- the notification type statusdescription
- the notification type descriptionreference
- the notification type reference, or nullpublic MibType initialize(MibSymbol symbol, MibLoaderLog log) throws MibException
NOTE: This is an internal method that should only be called by the MIB loader.
initialize
in class MibType
symbol
- the MIB symbol containing this typelog
- the MIB loader logMibException
- if an error was encountered during the
initializationpublic boolean isCompatible(MibValue value)
isCompatible
in class MibType
value
- the value to checkpublic java.util.ArrayList<MibValue> getObjects()
MibValue
public SnmpStatus getStatus()
public java.lang.String getReference()