Package org.snmp4j.agent.mo.snmp
Class SnmpSshTmMib
java.lang.Object
org.snmp4j.agent.mo.snmp.SnmpSshTmMib
- All Implemented Interfaces:
MOGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.snmp4j.smi.OIDOID of this MIB module for usage which can be used for its identification.static final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OIDstatic final org.snmp4j.smi.OID -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a SnmpSshTmMib instance without actually creating itsManagedObjectinstances.SnmpSshTmMib(MOFactory moFactory) Constructs a SnmpSshTmMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingcreateMO(MOFactory moFactory)). -
Method Summary
Modifier and TypeMethodDescriptionvoidaddImportedTCsToFactory(MOFactory moFactory) protected voidaddTCsToFactory(MOFactory moFactory) protected voidCreate the ManagedObjects defined for this MIB module using the specifiedMOFactory.voidregisterMOs(MOServer server, org.snmp4j.smi.OctetString context) Registers the managed objects of this group with the server for the supplied context.voidunregisterMOs(MOServer server, org.snmp4j.smi.OctetString context) Unregisters the managed objects of this group from the supplied server and from the supplied context.
-
Field Details
-
oidSnmpSshTmMib
public static final org.snmp4j.smi.OID oidSnmpSshTmMibOID of this MIB module for usage which can be used for its identification. -
oidSnmpSshtmSessionOpens
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionOpens -
oidSnmpSshtmSessionCloses
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionCloses -
oidSnmpSshtmSessionOpenErrors
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionOpenErrors -
oidSnmpSshtmSessionUserAuthFailures
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionUserAuthFailures -
oidSnmpSshtmSessionNoChannels
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionNoChannels -
oidSnmpSshtmSessionNoSubsystems
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionNoSubsystems -
oidSnmpSshtmSessionNoSessions
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionNoSessions -
oidSnmpSshtmSessionInvalidCaches
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionInvalidCaches
-
-
Constructor Details
-
SnmpSshTmMib
protected SnmpSshTmMib()Constructs a SnmpSshTmMib instance without actually creating itsManagedObjectinstances. This has to be done in a sub-class constructor or after construction by callingcreateMO(MOFactory moFactory). -
SnmpSshTmMib
Constructs a SnmpSshTmMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingcreateMO(MOFactory moFactory)).- Parameters:
moFactory- theMOFactoryto be used to create the managed objects for this module.
-
-
Method Details
-
createMO
Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.- Parameters:
moFactory- theMOFactoryinstance to use for object creation.
-
getSnmpSshtmSessionOpens
-
getSnmpSshtmSessionCloses
-
getSnmpSshtmSessionOpenErrors
-
getSnmpSshtmSessionUserAuthFailures
-
getSnmpSshtmSessionNoChannels
-
getSnmpSshtmSessionNoSubsystems
-
getSnmpSshtmSessionNoSessions
-
getSnmpSshtmSessionInvalidCaches
-
registerMOs
public void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException Description copied from interface:MOGroupRegisters the managed objects of this group with the server for the supplied context.- Specified by:
registerMOsin interfaceMOGroup- Parameters:
server- theMOServerwhere to register the managed objects.context- the context to use (may benullif no specific context is selected).- Throws:
DuplicateRegistrationException- if a managed object's scope (i.e. lower bound) is already registered at the server.
-
unregisterMOs
Description copied from interface:MOGroupUnregisters the managed objects of this group from the supplied server and from the supplied context.- Specified by:
unregisterMOsin interfaceMOGroup- Parameters:
server- theMOServerwhere to unregister the managed objects.context- the context to use (may benullif no specific context is selected).
-
addTCsToFactory
-
addImportedTCsToFactory
-