|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldengate.snmp.SnmpConfiguration
public class SnmpConfiguration
SnmpConfiguration class from XML file
Nested Class Summary | |
---|---|
static class |
SnmpConfiguration.PrivacyProtocolList
Protocol for Privacy |
static class |
SnmpConfiguration.SecurityProtocolList
Protocols for Security |
static class |
SnmpConfiguration.TargetElement
Target entry |
Field Summary | |
---|---|
static String[] |
address
Address from the configuration for the SNMP Agent listening port |
static String |
DEFAULTADDRESS
Default address: all in UDP port 161 |
static boolean |
hasV2
Do we use SNMP V2c |
static boolean |
hasV3
Do we use SNMP V3 |
static boolean |
isFilterAccessEnabled
Do we filter on Targets for SNMP requests |
static boolean |
isUsingTrap
Do we are using Trap or Inform |
static List<SnmpConfiguration.TargetElement> |
listTargetElements
List of Target Element |
static List<org.snmp4j.security.UsmUser> |
listUsmUser
List of all UsmUser |
static int |
nbThread
Number of threads to use in SNMP agent |
static String |
NOTIFY
Static String |
static int |
trapLevel
Level for Trap/Inform from 0 to 4 |
static String |
V2C
Static String |
static String |
V3NOTIFY
Static String |
Constructor Summary | |
---|---|
SnmpConfiguration()
|
Method Summary | |
---|---|
static boolean |
setConfigurationFromXml(File file)
Initiate the configuration from the xml file for SNMP agent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NOTIFY
public static final String V3NOTIFY
public static final String V2C
public static String[] address
public static int nbThread
public static boolean isFilterAccessEnabled
public static boolean isUsingTrap
public static int trapLevel
public static final String DEFAULTADDRESS
public static final List<org.snmp4j.security.UsmUser> listUsmUser
public static final List<SnmpConfiguration.TargetElement> listTargetElements
public static boolean hasV2
public static boolean hasV3
Constructor Detail |
---|
public SnmpConfiguration()
Method Detail |
---|
public static boolean setConfigurationFromXml(File file)
file
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |