com.adventnet.snmp.corba
Interface SnmpTable
- All Superinterfaces:
- org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable, SnmpTarget
- All Known Implementing Classes:
- _SnmpTableImplBase, _SnmpTableStub
- public interface SnmpTable
- extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, SnmpTarget
| Fields inherited from interface com.adventnet.snmp.corba.SnmpTarget |
AUTH_NO_PRIV, AUTH_PRIV, CBC_3DES, CBC_DES, CFB_AES_128, CFB_AES_192, CFB_AES_256, MD5_AUTH, NO_AUTH, NO_AUTH_NO_PRIV, NO_PRIV, SHA_AUTH, SNMPGET, SNMPGETBULK, SNMPGETNEXT, SNMPINFORM, SNMPREPORT, SNMPRESPONSE, SNMPSET, SNMPTRAP, SNMPV2TRAP, VERSION1, VERSION2C, VERSION3 |
| 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 |
| Methods inherited from interface com.adventnet.snmp.corba.SnmpTarget |
addObjectID, addResultListener, create_v3_tables, getAttemptComplete, getAttemptPartial, getAuthPassword, getAuthProtocol, getCommunity, getContextID, getContextName, getDebug, getErrorCode, getErrorString, getMaxNumRows, getMaxRepetitions, getMibModules, getName, getNonRepeaters, getObjectID, getObjectIDList, getPrincipal, getPrivPassword, getPrivProtocol, getRetries, getSecurityModel, getSendTimeoutEvents, getSnmpVersion, getTargetHost, getTargetPort, getTimeout, getVarBindCount, getWriteCommunity, initSecurityProvider, isSupportedSecurityModel, loadMibs, removeResultListener, setAttemptComplete, setAttemptPartial, setAuthPassword, setAuthProtocol, setCommunity, setContextID, setContextName, setDebug, setMaxNumRows, setMaxRepetitions, setMibModules, setNonRepeaters, setObjectID, setObjectIDAtIndex, setObjectIDList, setPrincipal, setPrivPassword, setPrivProtocol, setRetries, setSecurityModel, setSendTimeoutEvents, setSnmpVersion, setTargetHost, setTargetPort, setTimeout, setVarBindCount, setWriteCommunity, snmpGet, snmpGetAllList, snmpGetBulkList, snmpGetList, snmpGetNext, snmpGetNextList, snmpSendTrap, snmpSet, snmpSetList, snmpSetWithType |
STRING_DATA
public static final int STRING_DATA
- See Also:
- Constant Field Values
SNMP_VARIABLE_DATA
public static final int SNMP_VARIABLE_DATA
- See Also:
- Constant Field Values
SNMP_VARIABLE_BINDING_DATA
public static final int SNMP_VARIABLE_BINDING_DATA
- See Also:
- Constant Field Values
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getColumnName
public java.lang.String getColumnName(int index)
isCellEditable
public boolean isCellEditable(int row,
int col)
getValueAt
public java.lang.String getValueAt(int row,
int col)
setValueAt
public void setValueAt(org.omg.CORBA.Any obj,
int row,
int col)
addSnmpTableListener
public void addSnmpTableListener(SnmpTableListener l)
removeSnmpTableListener
public void removeSnmpTableListener(SnmpTableListener l)
getTableOID
public java.lang.String getTableOID()
setTableOID
public void setTableOID(java.lang.String oid)
throws SnmpException
SnmpException
getDataType
public int getDataType()
setDataType
public void setDataType(int type)
getPollInterval
public int getPollInterval()
setPollInterval
public void setPollInterval(int i)
getPerformSets
public boolean getPerformSets()
getPerformSetsActivate
public void getPerformSetsActivate(boolean allowSets)
getNotAccessibleIndex
public java.lang.String[][] getNotAccessibleIndex()
getNotAccessibleIndexColumns
public java.lang.String[] getNotAccessibleIndexColumns()
Copyright (c)ZOHO Corp. 1996-2012