Modifier and Type | Field and Description |
---|---|
static org.snmp4j.smi.OID |
oidSnmpSshTmMib
OID of this MIB module for usage which can be
used for its identification.
|
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionCloses |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionInvalidCaches |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionNoChannels |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionNoSessions |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionNoSubsystems |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionOpenErrors |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionOpens |
static org.snmp4j.smi.OID |
oidSnmpSshtmSessionUserAuthFailures |
Modifier | Constructor and Description |
---|---|
protected |
SnmpSshTmMib()
Constructs a SnmpSshTmMib instance without actually creating its
ManagedObject instances. |
|
SnmpSshTmMib(MOFactory moFactory)
Constructs a SnmpSshTmMib instance and actually creates its
ManagedObject instances using the supplied
MOFactory (by calling
createMO(MOFactory moFactory) ). |
Modifier and Type | Method and Description |
---|---|
void |
addImportedTCsToFactory(MOFactory moFactory) |
protected void |
addTCsToFactory(MOFactory moFactory) |
protected void |
createMO(MOFactory moFactory)
Create the ManagedObjects defined for this MIB module
using the specified
MOFactory . |
MOScalar |
getSnmpSshtmSessionCloses() |
MOScalar |
getSnmpSshtmSessionInvalidCaches() |
MOScalar |
getSnmpSshtmSessionNoChannels() |
MOScalar |
getSnmpSshtmSessionNoSessions() |
MOScalar |
getSnmpSshtmSessionNoSubsystems() |
MOScalar |
getSnmpSshtmSessionOpenErrors() |
MOScalar |
getSnmpSshtmSessionOpens() |
MOScalar |
getSnmpSshtmSessionUserAuthFailures() |
void |
registerMOs(MOServer server,
org.snmp4j.smi.OctetString context)
Registers the managed objects of this group with the server for the
supplied context.
|
void |
unregisterMOs(MOServer server,
org.snmp4j.smi.OctetString context)
Unregisters the managed objects of this group from the supplied server and
from the supplied context.
|
public static final org.snmp4j.smi.OID oidSnmpSshTmMib
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionOpens
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionCloses
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionOpenErrors
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionUserAuthFailures
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionNoChannels
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionNoSubsystems
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionNoSessions
public static final org.snmp4j.smi.OID oidSnmpSshtmSessionInvalidCaches
protected SnmpSshTmMib()
ManagedObject
instances. This has to be done in a
sub-class constructor or after construction by calling
createMO(MOFactory moFactory)
.public SnmpSshTmMib(MOFactory moFactory)
ManagedObject
instances using the supplied
MOFactory
(by calling
createMO(MOFactory moFactory)
).moFactory
- the MOFactory
to be used to create the
managed objects for this module.protected void createMO(MOFactory moFactory)
MOFactory
.moFactory
- the MOFactory
instance to use for object
creation.public MOScalar getSnmpSshtmSessionOpens()
public MOScalar getSnmpSshtmSessionCloses()
public MOScalar getSnmpSshtmSessionOpenErrors()
public MOScalar getSnmpSshtmSessionUserAuthFailures()
public MOScalar getSnmpSshtmSessionNoChannels()
public MOScalar getSnmpSshtmSessionNoSubsystems()
public MOScalar getSnmpSshtmSessionNoSessions()
public MOScalar getSnmpSshtmSessionInvalidCaches()
public void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException
MOGroup
registerMOs
in interface MOGroup
server
- the MOServer
where to register the managed objects.context
- the context to use (may be null
if no specific context
is selected).DuplicateRegistrationException
- if a managed object's scope (i.e. lower bound) is already registered
at the server.public void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
MOGroup
unregisterMOs
in interface MOGroup
server
- the MOServer
where to unregister the managed objects.context
- the context to use (may be null
if no specific context
is selected).protected void addTCsToFactory(MOFactory moFactory)
public void addImportedTCsToFactory(MOFactory moFactory)
Copyright © 2016 SNMP4J.org. All rights reserved.