org.jsmiparser.smi
Interface Notification
- All Known Implementing Classes:
- SmiNotificationType, SmiTrapType
public interface Notification
Provides a uniform interface for trap and notification types, using:
- the rules from Section 2.2 of RFC 1908, "Coexistence between Version 1 and Version 2 of the
Internet-standard Network Management Framework"
- the terminology of SMIv2.
- See Also:
- http://tools.ietf.org/html/rfc1908#section-2.2
getModule
SmiModule getModule()
getId
java.lang.String getId()
getIdToken
org.jsmiparser.util.token.IdToken getIdToken()
getObjects
java.util.List<SmiVariable> getObjects()
getObjectTokens
java.util.List<org.jsmiparser.util.token.IdToken> getObjectTokens()
getDescription
java.lang.String getDescription()
getReference
java.lang.String getReference()
getOidStr
java.lang.String getOidStr()