|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INotificationType
INotificationType represents SMIv1 or SMIv2 traps or notification types respectively.
| Field Summary |
|---|
| Fields inherited from interface com.agentpp.smi.IObject |
|---|
AGENT_CAPABILITIES, MODULE_COMPLIANCE, MODULE_IDENTITY, NOTIFICATION_GROUP, NOTIFICATION_TYPE, OBJECT_GROUP, OBJECT_IDENTITY, OBJECT_NAME, OBJECT_TYPE, TEXTUAL_CONVENTION, TRAP_TYPE |
| Method Summary | |
|---|---|
java.lang.String |
getEnterprise()
If notification type is a SMIv1 trap then here the enterprise object name is returned, otherwise null. |
java.lang.String[] |
getVariables()
Gets the variables defined for this notification type. |
java.util.Vector |
getVariablesVector()
Gets the variables defined for this notification type. |
boolean |
hasVariables()
Checks whether this notification type definition defines any required variables. |
boolean |
isV1Trap()
Checks whether this notification type definition is a SNMPv1 trap type. |
| Methods inherited from interface com.agentpp.smi.IObject |
|---|
getComment, getDeepClone, getDescription, getModuleID, getName, getObjectID, getPrintableOid, getReference, getStatus, getType, getTypeString, hasComment, hasDescription, hasReference, hasStatus, isStructural |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
boolean isV1Trap()
true if this is a trap type definition, false
otherwise.boolean hasVariables()
true if this notification type has variables.java.lang.String[] getVariables()
java.util.Vector getVariablesVector()
java.lang.String getEnterprise()
|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||