|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static byte |
AUTH_NO_PRIV
Used to specify that authenticated message be sent to the peer. |
static byte |
AUTH_PRIV
Used to specify that authentication and privacy are used in the
communication with the peer. |
static int |
CBC_3DES
Constant for the SNMPv3 usmUserPrivProtocol CBC_3DES. |
static int |
CBC_DES
Constant for the SNMPv3 usmUserPrivProtocol CBC_DES. |
static int |
CFB_AES_128
Constant for the SNMPv3 usmUserPrivProtocol CFB_AES_128. |
static int |
CFB_AES_192
Constant for the SNMPv3 usmUserPrivProtocol CFB_AES_192. |
static int |
CFB_AES_256
Constant for the SNMPv3 usmUserPrivProtocol CFB_AES_256. |
static int |
MD5_AUTH
Constant for SNMPv3 usmHMACMD5AuthProtocol. |
static int |
NO_AUTH
Constant for SNMPv3 usmNoAuthProtocol. |
static byte |
NO_AUTH_NO_PRIV
Used to specify that both authentication and privacy should not be used. |
static int |
NO_PRIV
Constant for SNMPv3 usmNoPrivProtocol. |
static int |
SHA_AUTH
Constant for SNMPv3 usmHMACSHAAuthProtocol. |
static byte |
SNMPGET
Constant for SNMP Get Request. |
static byte |
SNMPGETBULK
Constant for SNMP GetBulk Request. |
static byte |
SNMPGETNEXT
Constant for SNMP GetNext Request. |
static byte |
SNMPINFORM
Constant for SNMP Inform Request. |
static byte |
SNMPREPORT
Constant for SNMP Report. |
static byte |
SNMPRESPONSE
Constant for SNMP Response |
static byte |
SNMPSET
Constant for SNMP Set Request. |
static byte |
SNMPTRAP
Constant for SNMP Trap. |
static byte |
SNMPV2TRAP
Constant for SNMPv2 Trap. |
static int |
VERSION1
Constant for SNMP version 1. |
static int |
VERSION2C
Constant for SNMP version 2C. |
static int |
VERSION3
Constant for SNMP version 3. |
| Method Summary | |
int |
addObjectID(java.lang.String oid)
|
void |
addResultListener(ResultListener l)
|
void |
create_v3_tables()
![]() |
boolean |
getAttemptComplete()
|
boolean |
getAttemptPartial()
|
java.lang.String |
getAuthPassword()
![]() |
int |
getAuthProtocol()
![]() |
java.lang.String |
getCommunity()
|
java.lang.String |
getContextID()
![]() |
java.lang.String |
getContextName()
![]() |
boolean |
getDebug()
|
int |
getErrorCode()
|
java.lang.String |
getErrorString()
|
int |
getMaxNumRows()
|
int |
getMaxRepetitions()
![]() |
java.lang.String |
getMibModules()
|
java.lang.String |
getName()
|
int |
getNonRepeaters()
![]() |
java.lang.String |
getObjectID(int index)
|
java.lang.String[] |
getObjectIDList()
|
java.lang.String |
getPrincipal()
![]() |
java.lang.String |
getPrivPassword()
![]() |
int |
getPrivProtocol()
![]() |
int |
getRetries()
|
int |
getSecurityModel()
![]() |
boolean |
getSendTimeoutEvents()
|
int |
getSnmpVersion()
![]() |
java.lang.String |
getTargetHost()
|
int |
getTargetPort()
|
int |
getTimeout()
|
int |
getVarBindCount()
|
java.lang.String |
getWriteCommunity()
|
void |
initSecurityProvider()
![]() |
boolean |
isSupportedSecurityModel(int securityModel)
![]() |
void |
loadMibs(java.lang.String mibs)
|
void |
removeResultListener(ResultListener l)
|
void |
setAttemptComplete(boolean completeState)
|
void |
setAttemptPartial(boolean partialState)
|
void |
setAuthPassword(java.lang.String password)
![]() |
void |
setAuthProtocol(int protocol)
![]() |
void |
setCommunity(java.lang.String community)
|
void |
setContextID(java.lang.String ctxtID)
![]() |
void |
setContextName(java.lang.String cName)
![]() |
void |
setDebug(boolean debug)
|
void |
setMaxNumRows(int maxRows)
|
void |
setMaxRepetitions(int maxVal)
![]() |
void |
setMibModules(java.lang.String mibs)
|
void |
setNonRepeaters(int maxVal)
![]() |
void |
setObjectID(java.lang.String oid)
|
void |
setObjectIDAtIndex(int index,
java.lang.String oid)
|
void |
setObjectIDList(java.lang.String[] oidList)
|
void |
setPrincipal(java.lang.String s)
![]() |
void |
setPrivPassword(java.lang.String password)
![]() |
void |
setPrivProtocol(int privProtocol)
![]() |
void |
setRetries(int retryVal)
|
void |
setSecurityModel(int securityModel)
![]() |
void |
setSendTimeoutEvents(boolean flag)
|
void |
setSnmpVersion(int version)
![]() |
void |
setTargetHost(java.lang.String host)
|
void |
setTargetPort(int port)
|
void |
setTimeout(int timeoutval)
|
void |
setVarBindCount(int count)
|
void |
setWriteCommunity(java.lang.String community)
|
java.lang.String |
snmpGet()
|
java.lang.String[][] |
snmpGetAllList()
|
java.lang.String[][] |
snmpGetBulkList()
![]() |
java.lang.String[] |
snmpGetList()
|
java.lang.String |
snmpGetNext()
|
java.lang.String[] |
snmpGetNextList()
|
void |
snmpSendTrap(java.lang.String enterprise,
java.lang.String agenthost,
int genericType,
int specificType,
int uptime,
java.lang.String[] values)
|
java.lang.String |
snmpSet(java.lang.String val)
|
java.lang.String[] |
snmpSetList(java.lang.String[] val)
|
java.lang.String |
snmpSetWithType(java.lang.String val,
byte type)
|
| Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| Field Detail |
public static final byte SNMPGET
public static final byte SNMPGETNEXT
public static final byte SNMPRESPONSE
public static final byte SNMPSET
public static final byte SNMPTRAP
public static final byte SNMPGETBULK
Constant for SNMP GetBulk Request.
public static final byte SNMPINFORM
Constant for SNMP Inform Request.
public static final byte SNMPV2TRAP
Constant for SNMPv2 Trap.
public static final byte SNMPREPORT
Constant for SNMP Report.
public static final int VERSION1
Constant for SNMP version 1.
public static final int VERSION2C
Constant for SNMP version 2C.
public static final int VERSION3
Constant for SNMP version 3.
public static final int NO_PRIV
Constant for SNMPv3 usmNoPrivProtocol.
public static final int NO_AUTH
Constant for SNMPv3 usmNoAuthProtocol.
public static final int MD5_AUTH
Constant for SNMPv3 usmHMACMD5AuthProtocol.
public static final int SHA_AUTH
Constant for SNMPv3 usmHMACSHAAuthProtocol.
public static final int CBC_DES
Constant for the SNMPv3 usmUserPrivProtocol CBC_DES.
public static final int CFB_AES_128
Constant for the SNMPv3 usmUserPrivProtocol CFB_AES_128.
public static final int CFB_AES_192
Constant for the SNMPv3 usmUserPrivProtocol CFB_AES_192.
public static final int CFB_AES_256
Constant for the SNMPv3 usmUserPrivProtocol CFB_AES_256.
public static final int CBC_3DES
Constant for the SNMPv3 usmUserPrivProtocol CBC_3DES.
public static final byte NO_AUTH_NO_PRIV
Used to specify that both authentication and privacy should not be used.
public static final byte AUTH_NO_PRIV
Used to specify that authenticated message be sent to the peer.
public static final byte AUTH_PRIV
Used to specify that authentication and privacy are used in the
communication with the peer.
| Method Detail |
public boolean getDebug()
public int getErrorCode()
public void setAttemptComplete(boolean completeState)
public void setVarBindCount(int count)
public int getVarBindCount()
public boolean getAttemptComplete()
public java.lang.String getName()
public void loadMibs(java.lang.String mibs)
throws SnmpException
SnmpExceptionpublic java.lang.String snmpGet()
public java.lang.String[] snmpGetList()
public java.lang.String snmpGetNext()
public java.lang.String[] snmpGetNextList()
public java.lang.String snmpSet(java.lang.String val)
throws SnmpException
SnmpException
public java.lang.String snmpSetWithType(java.lang.String val,
byte type)
throws SnmpException
SnmpException
public java.lang.String[] snmpSetList(java.lang.String[] val)
throws SnmpException
SnmpException
public void snmpSendTrap(java.lang.String enterprise,
java.lang.String agenthost,
int genericType,
int specificType,
int uptime,
java.lang.String[] values)
throws SnmpException
SnmpExceptionpublic int addObjectID(java.lang.String oid)
public java.lang.String getObjectID(int index)
public void setObjectID(java.lang.String oid)
public java.lang.String[] getObjectIDList()
public void setObjectIDAtIndex(int index,
java.lang.String oid)
public void setObjectIDList(java.lang.String[] oidList)
public void setDebug(boolean debug)
public void setMibModules(java.lang.String mibs)
public java.lang.String getMibModules()
public java.lang.String getTargetHost()
public void setTargetHost(java.lang.String host)
public int getTargetPort()
public void setTargetPort(int port)
public java.lang.String getCommunity()
public void setCommunity(java.lang.String community)
public java.lang.String getWriteCommunity()
public void setWriteCommunity(java.lang.String community)
public int getTimeout()
public void setTimeout(int timeoutval)
public int getRetries()
public void setRetries(int retryVal)
public int getMaxRepetitions()
public void setMaxRepetitions(int maxVal)
public int getNonRepeaters()
public void setNonRepeaters(int maxVal)
public java.lang.String[][] snmpGetBulkList()
public int getSnmpVersion()
public void setSnmpVersion(int version)
public java.lang.String getErrorString()
public boolean getAttemptPartial()
public void setAttemptPartial(boolean partialState)
public boolean getSendTimeoutEvents()
public void setSendTimeoutEvents(boolean flag)
public void addResultListener(ResultListener l)
public void removeResultListener(ResultListener l)
public java.lang.String[][] snmpGetAllList()
public int getMaxNumRows()
public void setMaxNumRows(int maxRows)
public void create_v3_tables()
public java.lang.String getContextName()
public void setContextName(java.lang.String cName)
public java.lang.String getContextID()
public void setContextID(java.lang.String ctxtID)
public java.lang.String getPrincipal()
public void setPrincipal(java.lang.String s)
public int getAuthProtocol()
public void setAuthProtocol(int protocol)
public java.lang.String getAuthPassword()
public void setAuthPassword(java.lang.String password)
public int getPrivProtocol()
public void setPrivProtocol(int privProtocol)
public java.lang.String getPrivPassword()
public void setPrivPassword(java.lang.String password)
public void initSecurityProvider()
throws SnmpException
SnmpExceptionpublic int getSecurityModel()
public void setSecurityModel(int securityModel)
public boolean isSupportedSecurityModel(int securityModel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||