Serialized Form


Package com.adventnet.management.transport

Class com.adventnet.management.transport.TransportException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package com.adventnet.snmp.snmp2

Class com.adventnet.snmp.snmp2.ASN1Parser implements Serializable

Serialized Fields

data

byte[] data

d_data

byte[] d_data

m_idx

int m_idx

spaceLeft

int spaceLeft

bookMark

int bookMark

dataLength

int dataLength

requiredSize

int requiredSize

PROTOCOL_MSG_LENGTH

int PROTOCOL_MSG_LENGTH

DEBUG

boolean DEBUG

Class com.adventnet.snmp.snmp2.SASClient implements Serializable

Serialized Fields

url

java.net.URL url

props

java.util.Properties props

msg

ServletCommunication msg

protocol

int protocol

app

java.applet.Applet app

debug

boolean debug

httpListener

HttpListenerImpl httpListener

dbConnected

boolean dbConnected

local_port

int local_port

responses

java.util.Vector responses

timeOut

int timeOut

connected

boolean connected

sock

SessionTransportProvider sock
The socket used to communicate with the SNMP Applet Server


port

int port
Some necessary parameters used to pick up datagrams


len

int len
Some necessary parameters used to pick up datagrams


data

byte[] data

remoteHost

java.lang.String remoteHost

remoteHostName

java.lang.String remoteHostName

sasClientThread

java.lang.Thread sasClientThread

addr

java.lang.String addr

host

java.lang.String host

closeSocket

boolean closeSocket

gotResponse

boolean gotResponse
Some parameters to implement the clientCall


callData

byte[] callData

CALL_TIMEOUT

int CALL_TIMEOUT

gotUserResponse

boolean gotUserResponse

userRcvData

byte[] userRcvData

user_req_type

int user_req_type

provider

TransportProvider provider

Class com.adventnet.snmp.snmp2.Snmp3Message implements Serializable

Serialized Fields

msgFlags

byte msgFlags
To store the decoded msgFlags on a received message


msgID

int msgID
Get snmp security model from the message.


msgMaxSize

int msgMaxSize

security

SecurityModelEntry security
The SecurityModelEntry reference for the message


securityName

byte[] securityName

contextID

byte[] contextID
The context ID associated with the message.


contextName

byte[] contextName
Context name associated with the message.


securityModel

int securityModel
SecurityModel associated with the message.


authenticationFailed

boolean authenticationFailed

Class com.adventnet.snmp.snmp2.SnmpAPI implements Serializable

Serialized Fields

sessionList

java.util.Vector sessionList
List of SNMP sessions managed under this SnmpAPI instance


dbOps

DatabaseOperations dbOps

commAuthFlag

boolean commAuthFlag
v3 only The communityAuthentication flag corresponding to this SnmpAPI.


notifyFilter

boolean notifyFilter
v3 only The NotificationFiltering flag corresponding to this SnmpAPI.


notifyModule

SnmpNotifyModule notifyModule

addrTable

SnmpTargetAddrTable addrTable

addrExtTable

SnmpTargetAddrExtTable addrExtTable

tableRegistered

boolean tableRegistered

startBoolean

boolean startBoolean

threadStop

boolean threadStop
To stop this thread.


MONITOR_SLEEP

int MONITOR_SLEEP

v3dBaseFlag

boolean v3dBaseFlag
Database flag in the case of V3 for this SnmpAPI instance


v3ConfigFlag

boolean v3ConfigFlag

v3ConfigTable

java.lang.String v3ConfigTable

SNMP_PORT

int SNMP_PORT
The snmp port value of 161 for UDP.


SNMP_TRAP_PORT

int SNMP_TRAP_PORT
The trap port value of 162 for UDP.


snmpEngineID

byte[] snmpEngineID

snmpEngineBoots

int snmpEngineBoots

snmpEngineTime

int snmpEngineTime

startTime

long startTime

timeWindow

int timeWindow

snmpEngine

SnmpEngineTable snmpEngine

providerFileName

java.lang.String providerFileName

securityProvider

SecurityProvider securityProvider

acmProvider

ACMProvider acmProvider

serializeFileName

java.lang.String serializeFileName

engineBootsSerializeFileName

java.lang.String engineBootsSerializeFileName

Class com.adventnet.snmp.snmp2.SnmpBits implements Serializable

Class com.adventnet.snmp.snmp2.SnmpBitstring implements Serializable

Serialized Fields

byteValue

byte[] byteValue
byteValue is the master value of the OCTETSTRING and is always valid The value of the octet string, never null


value

java.lang.String value
The String representation of the bit string. value is the String representation that is generated only on demand then cached.

Class com.adventnet.snmp.snmp2.SnmpCounter implements Serializable

Class com.adventnet.snmp.snmp2.SnmpCounter64 implements Serializable

Serialized Fields

value

long[] value

byteValue

byte[] byteValue

Class com.adventnet.snmp.snmp2.SnmpEngineEntry implements Serializable

Serialized Fields

remoteHost

java.lang.String remoteHost

remotePort

int remotePort

engineName

java.lang.String engineName

transportProvider

boolean transportProvider

engineID

byte[] engineID

engineTime

int engineTime

lastReceivedEngineTime

int lastReceivedEngineTime

localTime

long localTime

engineBoots

int engineBoots

Class com.adventnet.snmp.snmp2.SnmpEngineTable implements Serializable

Serialized Fields

engineTable

java.util.Hashtable engineTable

queryString

java.lang.String queryString

dbOps

DatabaseOperations dbOps

dBaseFlag

boolean dBaseFlag

engParams

DatabaseTableParams engParams

Class com.adventnet.snmp.snmp2.SnmpException implements Serializable

Class com.adventnet.snmp.snmp2.SnmpGauge implements Serializable

Class com.adventnet.snmp.snmp2.SnmpInt implements Serializable

Serialized Fields

value

long value

byteValue

byte[] byteValue

Class com.adventnet.snmp.snmp2.SnmpIpAddress implements Serializable

Serialized Fields

ipAddr

java.lang.String ipAddr

Class com.adventnet.snmp.snmp2.SnmpIpv4Address implements Serializable

Serialized Fields

value

java.lang.String value

byteValue

byte[] byteValue

octetsValue

byte[] octetsValue
Variable Declration


indexCounter

int indexCounter

count

int count

address

java.lang.String address

Class com.adventnet.snmp.snmp2.SnmpIpv6Address implements Serializable

Serialized Fields

value

java.lang.String value

byteValue

byte[] byteValue

octetsValue

java.lang.String[] octetsValue
Variabe Declration


zeroValue

java.lang.String zeroValue

indexCounter

int indexCounter

count

int count

address

java.lang.String address

Class com.adventnet.snmp.snmp2.SnmpMessage implements Serializable

Serialized Fields

msgVersion

int msgVersion
SNMP Version number in PDU


messageVersion

int messageVersion

community

java.lang.String community

writeCommunity

java.lang.String writeCommunity
writeCommunity string received/sent


communityEnc

java.lang.String communityEnc
The encoding to use for community string. Default is 8-bit ASCII


isDebug

boolean isDebug

alwaysEncode

boolean alwaysEncode
boolean to control ASN.1 encoding (default true). Set to false to only encode if not already encoded. Normally a message is ASN.1 encoded during every send process. If you have a message that you send (unchanged) repeatedly, you can save time on subsequent resends by setting this to false.


pdu

SnmpPDU pdu

asnParser

ASN1Parser asnParser

Class com.adventnet.snmp.snmp2.SnmpNetworkAddress implements Serializable

Class com.adventnet.snmp.snmp2.SnmpNotifyEntry implements Serializable

Serialized Fields

notifyName

byte[] notifyName

notifyTag

byte[] notifyTag

notifyType

int notifyType

storageType

int storageType

rowStatus

int rowStatus

Class com.adventnet.snmp.snmp2.SnmpNotifyFilterEntry implements Serializable

Serialized Fields

filterProfileName

byte[] filterProfileName

filterSubTree

int[] filterSubTree

filterMask

byte[] filterMask

filterType

int filterType

storageType

int storageType

rowStatus

int rowStatus

Class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry implements Serializable

Serialized Fields

filterProfileName

byte[] filterProfileName

storageType

int storageType

rowStatus

int rowStatus

targetParamsName

byte[] targetParamsName

Class com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileTable implements Serializable

Serialized Fields

filterProfileTable

java.util.Hashtable filterProfileTable

targetParamsTable

SnmpTargetParamsTable targetParamsTable

Class com.adventnet.snmp.snmp2.SnmpNotifyFilterTable implements Serializable

Serialized Fields

filterTable

java.util.Hashtable filterTable

Class com.adventnet.snmp.snmp2.SnmpNotifyTable implements Serializable

Serialized Fields

notifyTable

java.util.Hashtable notifyTable

Class com.adventnet.snmp.snmp2.SnmpNsap implements Serializable

Class com.adventnet.snmp.snmp2.SnmpNull implements Serializable

Serialized Fields

value

int value

byteValue

byte[] byteValue

Class com.adventnet.snmp.snmp2.SnmpOID implements Serializable

Serialized Fields

value

int[] value
The value of the Object ID


byteValue

byte[] byteValue

longArray

long[] longArray

hashCode

int hashCode

stringOID

java.lang.String stringOID

Class com.adventnet.snmp.snmp2.SnmpOpaque implements Serializable

Serialized Fields

var

SnmpVar var

Class com.adventnet.snmp.snmp2.SnmpPDU implements Serializable

Serialized Fields

msg

SnmpMessage msg

errorSend

boolean errorSend

syncSendFlag

boolean syncSendFlag

broadCast

boolean broadCast

isDiscoveryRequest

boolean isDiscoveryRequest

asnParser

ASN1Parser asnParser

address

java.net.InetAddress address
Address of SNMP peer


lookup

boolean lookup
This flag when set will not do a DNS lookup when set and get of host is being done.


agentAddr

java.lang.String agentAddr
address of object generating trap in String format.


remoteAddress

java.net.InetAddress remoteAddress
Address of SNMP Peer


protocolOptions

ProtocolOptions protocolOptions
Protocol parameter


engineID

byte[] engineID

remoteHost

java.lang.String remoteHost
Name of SNMP peer - needed for Applets that cannot resolve hosts


remotePort

int remotePort
Remote port of SNMP peer


command

byte command
Type of this PDU


reqid

int reqid
Request id


errstat

int errstat
Error status


errindex

int errindex
Error index


enterprise

SnmpOID enterprise
System OID


agent_addr

java.net.InetAddress agent_addr
address of object generating trap


trap_type

int trap_type
trap type


specific_type

int specific_type
specific type


time

long time
Uptime


variables

java.util.Vector variables
list of SnmpVarBind objects


useWriteValidate

boolean useWriteValidate

timeout

int timeout
Gets the timeout value. The timeout is the time to wait for the first response in milli-seconds, before attempting a retransmission. The timeout value grows exponentially, after the first retransmission. For example, if the timeout is set to 5000 (meaning 5 seconds) and retries is set to 3, the first retransmission will happen after 5 seconds, the second after 15 seconds etc. The timeout in the pdu overrides the timeout value in session. This means, only when the timeout in the pdu is 0, the session timeout value is used. The default value of timeout is 0 milliseconds.


retries

int retries
Number of retries for this PDU before timeout. The retries in the pdu overrides the retries value in session. This means, only when the retries in the pdu is 0, the session value is used. The default value of retries is 0.


isDebug

boolean isDebug

callBackClient

SnmpClient callBackClient

time_sent

long time_sent

time_expires

long time_expires

time_received

long time_received

requestID

int requestID

encodeError

java.lang.String encodeError

clientID

int clientID

Class com.adventnet.snmp.snmp2.SnmpProxyEntry implements Serializable

Serialized Fields

proxyName

byte[] proxyName

proxyType

byte proxyType

snmpProxyContextID

byte[] snmpProxyContextID

snmpProxyContextName

byte[] snmpProxyContextName

proxyTargetParamsIn

byte[] proxyTargetParamsIn

proxySingleTargetOut

byte[] proxySingleTargetOut

proxyMultipleTargetOut

byte[] proxyMultipleTargetOut
This is a tag value


rowStatus

int rowStatus

storageType

int storageType

Class com.adventnet.snmp.snmp2.SnmpProxyTable implements Serializable

Serialized Fields

proxyList

java.util.Vector proxyList

Class com.adventnet.snmp.snmp2.SnmpSession implements Serializable

Serialized Fields

broadCastFeatureEnable

boolean broadCastFeatureEnable

disableAuthTrap

boolean disableAuthTrap

connListener

ConnectionListener connListener

version

int version
SNMP version for outgoing requests.


snmpClients

java.util.Hashtable snmpClients

id

int id

waitTime

int waitTime

dateFormat

java.text.SimpleDateFormat dateFormat

disableEcho

boolean disableEcho

socketReceiveBufferSize

int socketReceiveBufferSize

CALLBACK_THREAD

boolean CALLBACK_THREAD
callback to be called from a separate thread


community

java.lang.String community
community for outgoing requests.


writeCommunity

java.lang.String writeCommunity
This is the writeCommunity used for authentication. This is used in SET operations only. The writeCommunity string in the pdu overrides the writeCommunity in session. This means, only when the writeCommunity string in the pdu is null, the one in session is used. If the writeCommunity is not specified, then value in community field is used. The default writeCommunity value is null.


retries

int retries
Number of retries before timeout.


timeout

int timeout
Number of mS until first timeout, then exponential backoff


secLevelForTimeSync

byte secLevelForTimeSync
secLevelForTimeSync: v3 only The securityLevel that will be used when doing a timeSync for a authPriv user


userName

byte[] userName
v3 only User Name : Is same as SecurityName for USM


contextName

byte[] contextName
v3 only Context name associated with the message


isTrapAuthEnabled

boolean isTrapAuthEnabled

packetBufferSize

int packetBufferSize
Datagram packet buffer size


peername

java.lang.String peername
Domain name or dotted IP address of default peer.


remote_port

int remote_port
snmp target port number of peer.


report_reportPDU

boolean report_reportPDU

local_addrs

java.lang.String[] local_addrs
Local Addresses, hostnames or IP addresses, to bind session to.


local_port

int local_port
Local UDP port number, 0 is the default in which case it's system assigned


sasclient

SASClient sasclient
To get around socket access restriction in applets, the SASClient allows for using a process on the Applet host as a pass through for Snmp PDUs. If this variable "sasclient" is non-null, this passthrough mechanism will be used for this session instance.


clients

java.util.Vector clients
The SnmpClient interfaces for this session.


socketTimeout

int socketTimeout
This is the socket Timeout set to default of 25ms. Avoids blocking receive. Can be reduced to increase send thoroughput.


socketDelay

int socketDelay
This is the time the receiver thread waits before re-entering the blocking receive. Set to default of 50ms.


cachedPeername

java.lang.String cachedPeername

cachedAddress

java.net.InetAddress cachedAddress

protocol

int protocol

errStr

java.lang.String errStr

autoInformResponse

boolean autoInformResponse

protocolOptions

ProtocolOptions protocolOptions

openFlag

boolean openFlag

providerClassName

java.lang.String providerClassName

sasFlag

boolean sasFlag

udpFlag

boolean udpFlag

tcpFlag

boolean tcpFlag

closeSocket

boolean closeSocket

timeoutPolicy

TimeoutPolicy timeoutPolicy

waitTimeToRetry

int waitTimeToRetry

messageTag

java.lang.String messageTag

group

SnmpGroup group

API

SnmpAPI API

requestList

java.util.Vector requestList

responseList

java.util.Vector responseList

timeouts

java.util.Vector timeouts

RESP_QUEUE_SIZE

int RESP_QUEUE_SIZE

TIMEOUT_QUEUE_SIZE

int TIMEOUT_QUEUE_SIZE

snmpcallback

SnmpCallback snmpcallback

authenticationFailed

boolean authenticationFailed

transportProvider

SnmpTransportProvider transportProvider

transportProviderFileName

java.lang.String transportProviderFileName

isSessionEstablished

boolean isSessionEstablished

packetSender

PacketSender packetSender

Class com.adventnet.snmp.snmp2.SnmpString implements Serializable

Serialized Fields

value

java.lang.String value

byteValue

byte[] byteValue

Class com.adventnet.snmp.snmp2.SnmpTargetAddrEntry implements Serializable

Serialized Fields

targetAddrName

byte[] targetAddrName

targetAddrTDomain

byte targetAddrTDomain

tAddrTDomain

int[] tAddrTDomain

targetAddrTAddress

byte[] targetAddrTAddress

targetHost

java.lang.String targetHost

targetPort

int targetPort

targetAddrTimeout

int targetAddrTimeout

targetAddrRetryCount

int targetAddrRetryCount

rowStatus

int rowStatus

storageType

int storageType

spinLock

int spinLock

tagList

java.lang.String tagList

snmpTagList

java.util.Vector snmpTagList
A Vector for storing the SnmpTag values.


targetAddrParams

SnmpTargetParamsEntry targetAddrParams

Class com.adventnet.snmp.snmp2.SnmpTargetAddrExtEntry implements Serializable

Serialized Fields

snmpTargetAddrTMask

byte[] snmpTargetAddrTMask

snmpTargetAddrMMS

int snmpTargetAddrMMS

targetAddrEntry

SnmpTargetAddrEntry targetAddrEntry

Class com.adventnet.snmp.snmp2.SnmpTargetAddrExtTable implements Serializable

Serialized Fields

tAddrExtTable

java.util.Hashtable tAddrExtTable

targetAddrTable

SnmpTargetAddrTable targetAddrTable

Class com.adventnet.snmp.snmp2.SnmpTargetAddrTable implements Serializable

Serialized Fields

addrTable

java.util.Hashtable addrTable

Class com.adventnet.snmp.snmp2.SnmpTargetParamsEntry implements Serializable

Serialized Fields

paramsName

byte[] paramsName

storageType

int storageType

rowStatus

int rowStatus

paramsSecurityModel

int paramsSecurityModel

paramsMPModel

int paramsMPModel

paramsSecModel

byte paramsSecModel

paramsSecurityName

byte[] paramsSecurityName

paramsSecurityLevel

byte paramsSecurityLevel

Class com.adventnet.snmp.snmp2.SnmpTargetParamsTable implements Serializable

Serialized Fields

paramsTable

java.util.Hashtable paramsTable

Class com.adventnet.snmp.snmp2.SnmpTimeticks implements Serializable

Class com.adventnet.snmp.snmp2.SnmpUnsignedInt implements Serializable

Serialized Fields

value

long value

byteValue

byte[] byteValue

Class com.adventnet.snmp.snmp2.SnmpVar implements Serializable

Serialized Fields

Type

byte Type
Type of SNMP variable based on static definitions in the SnmpAPI class, e.g. SnmpAPI.INTEGER, SnmpAPI.TIMETICKS, etc.


varbindErrorVal

byte varbindErrorVal
v2c and v3 only Used only by SnmpNULL at present to store the error value in case of snmpv2 response PDUs.

Class com.adventnet.snmp.snmp2.SnmpVarBind implements Serializable

Serialized Fields

oid

SnmpOID oid
The object identifier in the SnmpVarBind, not instantiated automatically.


variable

SnmpVar variable
The SnmpVar, which is not instantiated automatically.


varbindErrindex

int varbindErrindex
v2c and v3 only To store the exception value in the v2c agent's response pdu. Unlike in SnmpV1, there are some exception responses in SnmpV2 where the errstat is set to zero and the tag value of the variable field in the varbind is set to an exception value

Class com.adventnet.snmp.snmp2.UDPProtocolOptions implements Serializable

Serialized Fields

localPort

int localPort

remotePort

int remotePort

remoteAddress

java.net.InetAddress remoteAddress

localAddresses

java.lang.String[] localAddresses

gcjFlag

boolean gcjFlag

localAddressIndex

int localAddressIndex

remoteHost

java.lang.String remoteHost

sockBufferSize

int sockBufferSize

trafficClass

int trafficClass


Package com.adventnet.snmp.snmp2.security.community

Class com.adventnet.snmp.snmp2.security.community.SnmpCommunityEntry implements Serializable

Serialized Fields

communityIndex

byte[] communityIndex

communityName

byte[] communityName

securityName

byte[] securityName

contextEngineID

byte[] contextEngineID

contextName

byte[] contextName

transportTag

byte[] transportTag

storageType

int storageType

rowStatus

int rowStatus

securityModel

int securityModel

Class com.adventnet.snmp.snmp2.security.community.SnmpCommunityTable implements Serializable

Serialized Fields

commTable

java.util.Hashtable commTable


Package com.adventnet.snmp.snmp2.usm

Class com.adventnet.snmp.snmp2.usm.USMUserEntry implements Serializable

Serialized Fields

enableAdd

boolean enableAdd
If the engineId is set directly on a PDU, then the discovery need not be done. Hence the SnmpEngineEntry should not be added in the SnmpEngineTable. This boolean is used for enabling/disabling the addition of SnmpEngineEntry in the SnmpEngineTable.


engineID

byte[] engineID
Engine identifier associated with the SNMP engine


userName

byte[] userName
User Name : Is same as SecurityName for USM


securityName

byte[] securityName
Model Independent SecurityName


authProtocol

int authProtocol
authProtocol for this combination of securityName and snmpEngineID


authPassword

byte[] authPassword
Authorization Password


authKey

byte[] authKey
Authorization key


privProtocol

int privProtocol
Privacy protocol to be used


privKey

byte[] privKey
Privacy Key


privPassword

byte[] privPassword
Privacy Password


securityLevel

byte securityLevel
User's default security Level


engineBoots

int engineBoots

engineTime

int engineTime

localTime

long localTime

authParams

byte[] authParams

authPos

int authPos

privParams

byte[] privParams

engineEntry

SnmpEngineEntry engineEntry

userCloneFrom

int[] userCloneFrom
The USM UserCloneFrom variable


userPublic

byte[] userPublic
The USMUserPublic variable


storageType

int storageType
The StorageType variable


userStatus

int userStatus
The userStatus variable


tempEntry

USMUserEntry tempEntry
Used for encoding the USM message if own key change is effected, otherwise the digest will fail.


ownKeyChange

boolean ownKeyChange
A private boolean variable to signify the Own Key change flag.This is required if a OwnKeyChange request comes to the agent in which case the agent needs to encode a proper digest.ie., the digest should be made w.r.t the auth/priv key prior to the change, otherwise a digest failure will occur in the manager.


utils

java.lang.Object utils

respondToDiscovery

boolean respondToDiscovery

Class com.adventnet.snmp.snmp2.usm.USMUserTable implements Serializable

Serialized Fields

userTable

java.util.Hashtable userTable

dbOps

DatabaseOperations dbOps

usmParams

DatabaseTableParams usmParams

engParams

DatabaseTableParams engParams

dBaseFlag

boolean dBaseFlag
Database flag for this SnmpAPI instance


v3ConfigFlag

boolean v3ConfigFlag

alwaysSyncDiscovery

boolean alwaysSyncDiscovery


Package com.adventnet.snmp.snmp2.vacm

Class com.adventnet.snmp.snmp2.vacm.VacmAccessEntry implements Serializable

Serialized Fields

contextPrefix

byte[] contextPrefix
The ContextPrefix for the particular group,security model and level


securityModel

int securityModel
Security model for which access is required


securityLevel

byte securityLevel
Security level for which access is required


contextMatch

int contextMatch
The ContextMatch to match the ContextName with ContextPrefix


readView

byte[] readView
The ReadViewName for the particular Context


writeView

byte[] writeView
The WriteViewName for the particular Context


notifyView

byte[] notifyView
The NotifyViewName for the particular Context


storageType

int storageType
The StorageType variable


userStatus

int userStatus
The userStatus variable

Class com.adventnet.snmp.snmp2.vacm.VacmContextEntry implements Serializable

Serialized Fields

contextName

byte[] contextName
VacmAccessContextName

Class com.adventnet.snmp.snmp2.vacm.VacmFamilyEntry implements Serializable

Serialized Fields

familyViewName

byte[] familyViewName
The human readable name for a family of view subtrees.


familySubTree

int[] familySubTree
The vacmViewTreeFamilySubtree is the MIB subtree which when combined with the corresponding instance of vacmViewTreeFamilyMask defines a family of view subtrees.


familyMask

byte[] familyMask
The familyMask which, in combination with the the familySubTree defines the family of view subtrees


familyType

int familyType
The familyType which specifies the family of view subtrees is include or excluded from the MIB Views


storageType

int storageType
The StorageType variable


familyStatus

int familyStatus
The status of the row in the table(particular entry)


subTreeCheck

boolean subTreeCheck

Class com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry implements Serializable

Serialized Fields

groupName

byte[] groupName
The VacmGroupName


accessEntryVector

java.util.Vector accessEntryVector
Vector of VacmAccessEntry objects. The vector is mainted as sorted.

Class com.adventnet.snmp.snmp2.vacm.VacmGroupEntry implements Serializable

Serialized Fields

securityModel

int securityModel
Security Model associated with the group


securityName

byte[] securityName
Security name associated with the group


groupName

byte[] groupName
Group name assoicated for access control


storageType

int storageType
The StorageType variable


userStatus

int userStatus
The userStatus variable

Class com.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry implements Serializable

Serialized Fields

familyViewName

byte[] familyViewName
VacmViewTreeFamilyName


familyVector

java.util.Vector familyVector
Vector of VacmFamilyEntry Objects. The vector is sorted.


Package com.adventnet.snmp.mibs

Class com.adventnet.snmp.mibs.ACVariation implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

access

int access

creationObjects

java.util.Vector creationObjects

syntax

LeafSyntax syntax

writeSyntax

LeafSyntax writeSyntax

defVal

java.lang.String defVal

Class com.adventnet.snmp.mibs.AgentCapabilities implements Serializable

Serialized Fields

name

java.lang.String name

status

java.lang.String status

description

java.lang.String description

reference

java.lang.String reference

productrelease

java.lang.String productrelease

agentCap

java.util.Vector agentCap

Class com.adventnet.snmp.mibs.AgentCapabilitiesModule implements Serializable

Serialized Fields

supports

java.lang.String supports

groups

java.util.Vector groups

variation

java.util.Vector variation

acVariation

java.util.Vector acVariation

acSyntax

java.util.Vector acSyntax

acWriteSyntax

java.util.Vector acWriteSyntax

acAccess

java.util.Vector acAccess

creationRequires

java.util.Vector creationRequires

acDefval

java.util.Vector acDefval

variationDescription

java.util.Vector variationDescription

Class com.adventnet.snmp.mibs.LeafSyntax implements Serializable

Serialized Fields

name

java.lang.String name
The name of this LeafSyntax instance


type

byte type
the SNMP type defined by the SnmpAPI types


equivName

java.lang.String equivName
Equivalent SNMP type name


size

int size
Maximum Size restriction for string type syntaxes


MIN

long MIN
Minimum value allowed for integer type syntaxes


MAX

long MAX
Maximum value allowed for integer type syntaxes


inetaddressType

int inetaddressType

syntax

LeafSyntax syntax

range

RangeList range

node_type

int node_type
The node_type values are defined in MIBConstants.

Class com.adventnet.snmp.mibs.MibException implements Serializable

Class com.adventnet.snmp.mibs.MibModule implements Serializable

Serialized Fields

augList

java.util.Vector augList

moduleComps

java.util.Vector moduleComps

isVersion2Mib

boolean isVersion2Mib
v2c and v3 only Defines the SMI version of this MIB module. Will be set to true if this module contains any SMIv2 Macro construct.


name

java.lang.String name

root

MibNode root

nodeList

java.util.Hashtable nodeList
Nodelist containing nodes defined in this module.


trapList

java.util.Hashtable trapList
List of traps defined in this module


filename

java.lang.String filename
To report parse errors. API users need not use this variable


mibOps

MibOperations mibOps
The api to which this module should be added


notificationList

java.util.Hashtable notificationList

notificationTypeList

java.util.Hashtable notificationTypeList

notificationGroupList

java.util.Hashtable notificationGroupList

objectGroupList

java.util.Hashtable objectGroupList

moduleIdentityList

java.util.Hashtable moduleIdentityList

modComList

java.util.Hashtable modComList

moduleIdentity

MibNode moduleIdentity

agentCapabilitiesNode

MibNode agentCapabilitiesNode

agentCapVect

java.util.Vector agentCapVect

preModuleComments

java.lang.String preModuleComments

moduleCompliance

java.util.Vector moduleCompliance

importedModules

java.lang.String importedModules

importsVector

java.util.Vector importsVector

vectorOID

java.util.Vector vectorOID

stc

java.util.Vector stc

rootNodes

java.util.Vector rootNodes

oidVector

java.util.Vector oidVector

imports

java.util.Hashtable imports
Hashtable containing list of modules this mib is dependent and the corresponding ImportObjects


importsString

java.lang.String importsString
Contains the IMPORTS as defined in MIB(i.e; the format)


inp

java.io.DataInputStream inp
The principal input streams


descInp

java.io.DataInputStream descInp
The principal input streams


mibModules

java.lang.String mibModules

line

int line

seqList

java.util.Hashtable seqList

unResolvedNodes

java.util.Hashtable unResolvedNodes
Contains list of nodes which need to be resolved.


unResolvedTCList

java.util.Hashtable unResolvedTCList
Contains for each syntax element identified by so called name, the vector corresponding to elements whose syntax needs to be set with the syntax of specific type.


tcList

java.util.Hashtable tcList
List of TEXTUAL-CONVENTION defined in this module


nonDefnStdTCs

java.util.Hashtable nonDefnStdTCs

impVect

java.util.Vector impVect

Class com.adventnet.snmp.mibs.MibModuleCompliance implements Serializable

Serialized Fields

module

java.lang.String module
Deprecated. 
Strores the MODULE field in MODULE-COMPLIANCE


mandatoryGroups

java.lang.String mandatoryGroups
Deprecated. 
Strores the MANDATORY-GROUP field in MODULE-COMPLIANCE


group

java.util.Vector group
Deprecated. 
A Vector of the GROUP fields in MODULE-COMPLIANCE


groupDescription

java.util.Vector groupDescription
Deprecated. 
A Vector of DESCRIPTION fields under GROUP clause in MODULE-COMPLIANCE


object

java.util.Vector object
Deprecated. 
A Vector of OBJECT fields in MODULE-COMPLIANCE


objectSyntax

java.util.Vector objectSyntax
Deprecated. 
A Vector of SYNTAX fields under OBJECT clause in MODULE-COMPLIANCE


objectWriteSyntax

java.util.Vector objectWriteSyntax
Deprecated. 
A Vector of WRITE-SYNTAX fields under the OBJECT clause in MODULE-COMPLIANCE


objectAccess

java.util.Vector objectAccess
Deprecated. 
A Vector of ACCESS fields under OBJECT clause in MODULE-COMPLIANCE


objectDescription

java.util.Vector objectDescription
Deprecated. 
A Vector of DESCRIPTION fields under OBJECT clause in MODULE-COMPLIANCE

Class com.adventnet.snmp.mibs.MibNode implements Serializable

Serialized Fields

impliedNode

java.lang.String impliedNode

importFromModule

java.lang.String importFromModule

defOIDStr

java.lang.String defOIDStr

userObj

java.lang.Object userObj

commentObj

com.adventnet.snmp.mibs.mibparser.CommentClass commentObj

isImported

boolean isImported

subid

int subid
The subid of this MIB Node


childList

java.util.Vector childList
Nodes children as a vector


isAugments

boolean isAugments
v2c and v3 only Boolean to indicate if this node augments another node (for a table such as ifEntry)


augmentNode

MibNode augmentNode
v2c and v3 only The node which is being augmented by this node


augmentStr

java.lang.String augmentStr

oid_array

int[] oid_array

oid_string

java.lang.String oid_string
This contains the complete oid string, from .iso.org...


isImplied

boolean isImplied

nextNode

MibNode nextNode

revisions

java.util.Vector revisions
v2c and v3 only To store a Vector of Revision elements


revisionDescriptions

java.util.Vector revisionDescriptions
v2c and v3 only To store a Vector of Revision Description elements


objects

java.util.Vector objects
v2c and v3 only The OBJECT clause names in OBJECT-GROUP and NOTIFICATION_TYPE macro in a Vector


addedForResolving

boolean addedForResolving
Compiled output reader methods. Reads in new elements and adds itself to parent node. The method returns the MibNode object which should be added to the Hashtable This happens when the node which is performing this op should instead use a different node as returned by this method.


m_type

int m_type

remoteParent

MibNode remoteParent

moduleName

java.lang.String moduleName
The name of the module this node is defined


macroType

java.lang.String macroType
The name of the macro-type


label

java.lang.String label
The name of this MIB Node


parent

MibNode parent
Nodes Parent


syntax

LeafSyntax syntax
The syntax associated with this node. Is in module syntaxList if a TC, or basic


access

int access
Access for this node


status

java.lang.String status
Status of this node


node_status

int node_status
The node status


node_access

int node_access
The node access. Note that this returns the types defined in MIBConstants and not SnmpAPI constants.


description

java.lang.String description
Description of node


reference

java.lang.String reference
String reference for the node


indexNames

java.util.Vector indexNames
Index names defined for this node


defval

java.lang.String defval
The defined defval as is defined in the MIB (not parsed).


tableSequence

java.lang.String tableSequence
The name in the SEQUENCE OF "name" item


rowName

java.lang.String rowName
The name of the row sequence


tableItems

java.util.Vector tableItems
The names of the items in the row sequence


units

java.lang.String units
v2c and v3 only To store UNITS clause in OBJECT-TYPE macro


lastupdated

java.lang.String lastupdated
v2c and v3 only To Store the LAST-UPDATED clause in MODULE-IDENTITY macro


organization

java.lang.String organization
v2c and v3 only To store ORGANIZATION clause in MODULE-IDENTITY macro


contactinfo

java.lang.String contactinfo
v2c and v3 only To store CONTACT-INFO clause in MODULE-IDENTITY macro


revdescription

java.lang.String revdescription

moduleCompliance

java.util.Vector moduleCompliance
v2c and v3 only The names in MODULE-COMPLIANCE.


agentCap

java.util.Vector agentCap

objectNames

java.lang.String objectNames
v2c and v3 only The OBJECT clause names in OBJECT-GROUP and NOTIFICATION_TYPE macro


notificationsNames

java.lang.String notificationsNames
v2c and v3 only The NOTIFICATIONS clause names in NOTIFICATION-GROUP macro


productrelease

java.lang.String productrelease
v2c and v3 only To store PRODUCT-RELEASE clause in AGENT-CAPABILITIES macro

Class com.adventnet.snmp.mibs.MibOperations implements Serializable

Serialized Fields

extFlag

boolean extFlag

calledFromMibModule

boolean calledFromMibModule

serializeMibs

boolean serializeMibs

justParse

boolean justParse

overWrite

boolean overWrite

overWriteCMI

boolean overWriteCMI

loadFromSerializedMibs

boolean loadFromSerializedMibs

isLoadedFromApplURL

boolean isLoadedFromApplURL

toBytes

boolean toBytes

isDescRead

boolean isDescRead

throwFileNotFound

boolean throwFileNotFound

endsWithCMI

boolean endsWithCMI

jdbc

boolean jdbc

moduleParsed

boolean moduleParsed

moduleFileNameMatch

boolean moduleFileNameMatch

showImportedIndex

boolean showImportedIndex

searching

boolean searching

canSerialize

boolean canSerialize

database

boolean database

loadedFromJar

boolean loadedFromJar

displayHintFlag

boolean displayHintFlag

loadDirect

boolean loadDirect

overWriteSer

boolean overWriteSer

previoustype

int previoustype

extensionNames

java.lang.String extensionNames

sfName

java.lang.String sfName

serializedFileName

java.lang.String serializedFileName

mibFileDir

java.lang.String mibFileDir

mibFileName

java.lang.String mibFileName

searchPath

java.lang.String searchPath

moduleDefinition

java.lang.String moduleDefinition

cdsFile

java.lang.String cdsFile

cdsFileName

java.lang.String cdsFileName

multipleRevision

java.lang.String multipleRevision

revisionString

java.lang.String revisionString

userLabel

java.util.Vector userLabel

searchPathDir

java.util.Vector searchPathDir

standardNodes

java.util.Vector standardNodes

revisionFileNames

java.util.Vector revisionFileNames

multipleRevisionModuleNames

java.util.Vector multipleRevisionModuleNames

moduleNameVector

java.util.Vector moduleNameVector

loadedModules

java.util.Vector loadedModules

impModVect

java.util.Vector impModVect

collectedModules

java.util.Vector collectedModules

extensionName

java.lang.String[] extensionName

starters

MibNode[] starters

resolver

ImportResolver resolver

oidNums

int[] oidNums

cmiFile

java.io.File cmiFile

modNameDefnTable

java.util.Hashtable modNameDefnTable

jMibOps

JdbcMibOperations jMibOps

stmt

java.sql.Statement stmt

dbType

byte dbType

parsingLevel

byte parsingLevel

importsParsingLevel

byte importsParsingLevel

entryTable

java.util.Hashtable entryTable

genericTcList

java.util.Hashtable genericTcList

modules

java.util.Hashtable modules

globalImports

java.util.Hashtable globalImports

errIndexTable

java.util.Hashtable errIndexTable

errAugNotEntryTable

java.util.Hashtable errAugNotEntryTable

errRecrAugEntryTable

java.util.Hashtable errRecrAugEntryTable

errOctetStrSizeTable

java.util.Hashtable errOctetStrSizeTable

errDispHintTable

java.util.Hashtable errDispHintTable

errNamesTable

java.util.Hashtable errNamesTable

errDiffSizeTable

java.util.Hashtable errDiffSizeTable

errImpliedTable

java.util.Hashtable errImpliedTable

errTrapNumTable

java.util.Hashtable errTrapNumTable

errInAppDefvalTable

java.util.Hashtable errInAppDefvalTable

checks

byte[] checks

removedChecks

byte[] removedChecks

mibParserConstants

MibParserConstants mibParserConstants

applet

java.applet.Applet applet

writerVer

byte[] writerVer
The version for the compiled MIB generator will be read into this.


ignoreSpecificControlCodes

boolean ignoreSpecificControlCodes

overWriteDataBase

boolean overWriteDataBase

indxNode

MibNode indxNode

syntax

LeafSyntax syntax

allNodeList

java.util.Hashtable allNodeList
The Hashtable which contains the OIDs and the corresponding node instance of all the loaded modules.

Class com.adventnet.snmp.mibs.MibParserConstants implements Serializable

Serialized Fields

checks

byte[] checks

checksTable

java.util.Hashtable checksTable

removeChecksTable

java.util.Hashtable removeChecksTable

seriousChecks

byte[] seriousChecks

criticalChecks

byte[] criticalChecks

normalChecks

byte[] normalChecks

emptyChecks

byte[] emptyChecks

Class com.adventnet.snmp.mibs.MibTC implements Serializable

Serialized Fields

syntax

LeafSyntax syntax

displayHint

java.lang.String displayHint

status

java.lang.String status

description

java.lang.String description

reference

java.lang.String reference

commentObj

com.adventnet.snmp.mibs.mibparser.CommentClass commentObj

Class com.adventnet.snmp.mibs.MibTrap implements Serializable

Serialized Fields

moduleName

java.lang.String moduleName

module

MibModule module

name

java.lang.String name

value

int value

enterprise

SnmpOID enterprise

enterpriseString

java.lang.String enterpriseString

variables

java.util.Vector variables

description

java.lang.String description

reference

java.lang.String reference

commentObj

com.adventnet.snmp.mibs.mibparser.CommentClass commentObj

Class com.adventnet.snmp.mibs.ModuleCompliance implements Serializable

Serialized Fields

mcName

java.lang.String mcName

status

java.lang.String status

descr

java.lang.String descr

ref

java.lang.String ref

OIDString

java.lang.String OIDString

numOid

java.lang.String numOid

mcModules

java.util.Vector mcModules

Class com.adventnet.snmp.mibs.ModuleComplianceModule implements Serializable

Serialized Fields

modName

java.lang.String modName

mandatoryGroups

java.lang.String mandatoryGroups

objects

java.util.Vector objects

groups

java.util.Vector groups

objectTable

java.util.Hashtable objectTable

groupTable

java.util.Hashtable groupTable

Class com.adventnet.snmp.mibs.ModuleIdentity implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

lastupdated

java.lang.String lastupdated

organization

java.lang.String organization

contactinfo

java.lang.String contactinfo

OIDString

java.lang.String OIDString

numOid

java.lang.String numOid

revisions

java.util.Vector revisions

revisionDescriptions

java.util.Vector revisionDescriptions

Class com.adventnet.snmp.mibs.NotificationGroup implements Serializable

Serialized Fields

name

java.lang.String name

status

java.lang.String status

description

java.lang.String description

reference

java.lang.String reference

OIDString

java.lang.String OIDString

numOid

java.lang.String numOid

notifications

java.util.Vector notifications

Class com.adventnet.snmp.mibs.NotificationType implements Serializable

Serialized Fields

name

java.lang.String name

status

java.lang.String status

description

java.lang.String description

reference

java.lang.String reference

OIDString

java.lang.String OIDString

numOid

java.lang.String numOid

objects

java.util.Vector objects

Class com.adventnet.snmp.mibs.ObjectGroup implements Serializable

Serialized Fields

name

java.lang.String name

status

java.lang.String status

description

java.lang.String description

reference

java.lang.String reference

OIDString

java.lang.String OIDString

numOid

java.lang.String numOid

objects

java.util.Vector objects


Package com.adventnet.snmp.beans

Class com.adventnet.snmp.beans.ClippedTable implements Serializable

Serialized Fields

stop

boolean stop

stack

java.util.Stack stack

stackInd

java.util.Stack stackInd

subOidList

SnmpOID[] subOidList

stringData

java.lang.String[][] stringData

next

boolean next

numberVisibleRow

int numberVisibleRow

row_count

int row_count

temp_count

int temp_count

indeces

int[] indeces

end_flag

boolean end_flag

end_flagInd

boolean end_flagInd

index_flag

boolean index_flag

polling

boolean polling

indexNames

java.util.Vector indexNames

indexMibNodes

java.util.Vector indexMibNodes

isAugmentedDisplay

boolean isAugmentedDisplay

tableoid

java.lang.String tableoid

next_1

boolean next_1

stroid

java.lang.String stroid

FROM_ORIGIN

int FROM_ORIGIN

FROM_INDEX

int FROM_INDEX

modeOfGetting

int modeOfGetting

Class com.adventnet.snmp.beans.DataException implements Serializable

Class com.adventnet.snmp.beans.ParsedTrapEvent implements Serializable

Serialized Fields

id

int id
A unique id for internal processing


text

java.lang.String text
The descriptive text message that explains the event


category

java.lang.String category
The community string of the Trap


domain

java.lang.String domain
The domain - application specific


network

java.lang.String network
The associated network - application specific


node

java.lang.String node
The node generating this event


entity

java.lang.String entity
The agent node that send the trap


severity

int severity
The severity of this event, viz. All,Critical,Major,Minor,Warning,Clear,Info


eoid

java.lang.String eoid
Enterprise OID of the Trap


specificType

int specificType
Specific Type of the Trap


trapType

int trapType
Generic Type of the Trap


remotePort

int remotePort
Remote port from which the trap is received


localPort

int localPort

version

java.lang.String version

snmpTrapOID

java.lang.String snmpTrapOID

systemUpTime

java.lang.String systemUpTime

time

long time
Time when the event occurred.


source

java.lang.String source
Agent that sent the trap


helpURL

java.lang.String helpURL
URL having more information about the Trap received.


date

java.util.Date date
Time when the Trap event occurred.


color

java.lang.String color

rowColor

java.awt.Color rowColor
The color of the row on the Trap Table, that specifies th Trap.


f

java.awt.Frame f
To set the cursor

Class com.adventnet.snmp.beans.PropertyCustomizer implements Serializable

Serialized Fields

support

java.beans.PropertyChangeSupport support

Class com.adventnet.snmp.beans.PropertyCustomPanel implements Serializable

Serialized Fields

target

CustomizerTemplate target

usersVec

java.util.Vector usersVec

host

java.lang.String host

port

int port

scrpan

javax.swing.JScrollPane scrpan

support

java.beans.PropertyChangeSupport support

useraddpanel

PropertyCustomPanel.UserAddEditor useraddpanel

usmTable

USMUserTable usmTable

engineTable

SnmpEngineTable engineTable

lfont

java.awt.Font lfont

table

javax.swing.JTable table

currentUser

int currentUser

authProtChoice

javax.swing.JComboBox authProtChoice

privProtChoice

javax.swing.JComboBox privProtChoice

secLevelChoice

javax.swing.JComboBox secLevelChoice

statlabel

javax.swing.JLabel statlabel

uName

java.lang.String uName

aPass

java.lang.String aPass

pPass

java.lang.String pPass

secLevel

java.lang.String secLevel

authProtocol

java.lang.String authProtocol

Class com.adventnet.snmp.beans.RequestEvent implements Serializable

Serialized Fields

dest

ResultListener dest

values

java.lang.String[] values

objectNames

java.lang.String[] objectNames

requestType

byte requestType

reqid

int reqid

varbinds

SnmpVarBind[] varbinds

vars

SnmpVar[] vars

error

java.lang.String error

Class com.adventnet.snmp.beans.ResultEvent implements Serializable

Serialized Fields

mibOps

MibOperations mibOps

isError

boolean isError

failedreqid

int failedreqid

response

java.lang.Object response

error

java.lang.String error

Class com.adventnet.snmp.beans.SnmpAugmentTable implements Serializable

Serialized Fields

baseEntryNode

MibNode baseEntryNode

baseAccColumns

java.util.Vector baseAccColumns

logString

java.lang.String logString

Class com.adventnet.snmp.beans.SnmpPoller implements Serializable

Serialized Fields

logString

java.lang.String logString

pollingStopped

boolean pollingStopped

pollingPaused

boolean pollingPaused

isAutoActive

boolean isAutoActive

absoluteCounters

boolean absoluteCounters

lastCounterValue

long lastCounterValue

Class com.adventnet.snmp.beans.SnmpPropertyChangeEvent implements Serializable

Serialized Fields

snmpproperty

java.lang.Object snmpproperty

isHostNameChanged

boolean isHostNameChanged

isPortChanged

boolean isPortChanged

isVersionChanged

boolean isVersionChanged

isTimeoutChanged

boolean isTimeoutChanged

isRetriesChanged

boolean isRetriesChanged

isCommunityChanged

boolean isCommunityChanged

isMibModuleChanged

boolean isMibModuleChanged

isObjectIDChanged

boolean isObjectIDChanged

isPrincipalChanged

boolean isPrincipalChanged

isAuthProtocolChanged

boolean isAuthProtocolChanged

isAuthPasswordChanged

boolean isAuthPasswordChanged

isPrivPasswordChanged

boolean isPrivPasswordChanged

isPrivProtocolChanged

boolean isPrivProtocolChanged

isContextIDChanged

boolean isContextIDChanged

isContextNameChanged

boolean isContextNameChanged

Class com.adventnet.snmp.beans.SnmpRequestServer implements Serializable

Serialized Fields

logID

int logID

logString

java.lang.String logString

mibModules

java.lang.String mibModules

prevoid

int[] prevoid

requests

java.util.Hashtable requests

serialize

boolean serialize
v3 only based on this flag the v3 tables ( USMUserTable and SnmpEngineTable ) will be serialized.


destinations

java.util.Hashtable destinations

Class com.adventnet.snmp.beans.SnmpResultObject implements Serializable

Serialized Fields

code

int code

responseVector

java.util.Vector responseVector

errorTable

java.util.Hashtable errorTable

Class com.adventnet.snmp.beans.SnmpServer implements Serializable

Serialized Fields

reqid

int reqid

debugon

boolean debugon

clientID

int clientID

protocol

int protocol

options

ProtocolOptions options

localAddrs

java.lang.String[] localAddrs

pdu

SnmpPDU pdu

broadCast

boolean broadCast

loggerImpl

SnmpLoggerImpl loggerImpl

logFlag

boolean logFlag

logLevel

int logLevel

logType

int logType

printStr

java.lang.String printStr

logString

java.lang.String logString

receiveBufferSize

int receiveBufferSize

newCons

boolean newCons

isSendPDUByGroup

boolean isSendPDUByGroup

isNotSet

boolean isNotSet

count

int count

sentreqid

int sentreqid

matchtable

java.util.Hashtable matchtable

matchServ

java.util.Vector matchServ

group_oidList

java.lang.String[] group_oidList

propertylisteners

java.util.Vector propertylisteners

listeners

java.util.Vector listeners

sendTimeoutEvents

boolean sendTimeoutEvents

targetHost

java.lang.String targetHost

port

int port

community

java.lang.String community

writeCommunity

java.lang.String writeCommunity

oidList

SnmpOID[] oidList
The Object Identifiers will be stored in this array variable. This will be used for PDU construction.


varList

SnmpVar[] varList

timeout

int timeout

retries

int retries

maxRepetitions

int maxRepetitions

nonRepeaters

int nonRepeaters

MAX_NUM_ROWS

int MAX_NUM_ROWS

version

int version

isName

boolean isName

localPort

int localPort
this is for starting session at this localport


sessionName

java.lang.String sessionName

pollInterval

int pollInterval

principal

java.lang.String principal

engineID

byte[] engineID

contextName

java.lang.String contextName

contextID

byte[] contextID

authPassword

java.lang.String authPassword

privPassword

java.lang.String privPassword

authKey

byte[] authKey

authProtocol

int authProtocol

privProtocol

int privProtocol

privKey

byte[] privKey

securityLevel

byte securityLevel

secModel

int secModel

engineTable

SnmpEngineTable engineTable

usmTable

USMUserTable usmTable

discoveryTimeSyncListener

java.util.Vector discoveryTimeSyncListener

applet

java.applet.Applet applet
This is if SAS needs to be used


attemptPartialData

boolean attemptPartialData
get part of the PDU if some objects fails


attemptCompleteData

boolean attemptCompleteData
get complete PDU by spliting the request if tooBig


varbinds_per_request

int varbinds_per_request
number of varbinds to be sent with the splitted request


isResourcesAllocated

boolean isResourcesAllocated
The resources like SnmpAPI, SnmpSession are allocated or deallocated


error

java.lang.String error

userError

java.lang.String userError

userErrorCode

int userErrorCode

errorCode

int errorCode

errorIndex

int errorIndex

pduErrorIndex

int pduErrorIndex

errorcodes

java.util.Hashtable errorcodes

exceptionCode

int exceptionCode

exceptionCodes

java.util.Hashtable exceptionCodes

validateUser

boolean validateUser

v3ErrorTable

java.util.Hashtable v3ErrorTable

enc

java.lang.String enc

errorFlag

boolean errorFlag

msg

Snmp3Message msg

Class com.adventnet.snmp.beans.SnmpTable implements Serializable

Serialized Fields

isEntryStatus

boolean isEntryStatus

tableData

java.util.Vector tableData

pollInterval

int pollInterval

performSets

boolean performSets

tableListeners

java.util.Vector tableListeners

tableOID

SnmpOID tableOID

DATA_TYPE

int DATA_TYPE

RETRIEVAL_MODE

boolean RETRIEVAL_MODE

columnsPolled

java.util.Vector columnsPolled

colOIDs

java.util.Vector colOIDs

isNotInSubTree

boolean isNotInSubTree

holesCount

int holesCount

holes

int[] holes

holesGot

boolean holesGot

augmentedTableoid

java.lang.String augmentedTableoid

isAugmentedTable

boolean isAugmentedTable

rootoid

int[] rootoid

ADDandDELcol

int ADDandDELcol

num_col

int num_col

logString

java.lang.String logString

shifting

boolean shifting

columns

java.util.Vector columns

nodes

java.util.Vector nodes

columnNames

java.lang.String[] columnNames

columnClass

java.lang.Class[] columnClass

editable

boolean[] editable

cnam

java.util.Vector cnam

externalIndices

java.util.Vector externalIndices

syntax

java.util.Vector syntax

noAccessIndex

java.util.Vector noAccessIndex

rowtry

int rowtry

completeColumns

java.util.Vector completeColumns

completeData

java.util.Vector completeData

testColumns

java.util.Vector testColumns

hasExternalIndex

boolean hasExternalIndex

hasAugments

boolean hasAugments

hasNotAccessibleIndex

boolean hasNotAccessibleIndex

parentTableOID

SnmpOID parentTableOID

Class com.adventnet.snmp.beans.SnmpTableEvent implements Serializable

Serialized Fields

changedValue

java.lang.Object changedValue

startRow

int startRow

endRow

int endRow

column

int column

type

int type

error

java.lang.String error

isEnd

boolean isEnd

Class com.adventnet.snmp.beans.SnmpTarget implements Serializable

Serialized Fields

mibModules

java.lang.String mibModules

debugListeners

java.util.Vector debugListeners

logString

java.lang.String logString

ackFlag

boolean ackFlag

informReqID

int informReqID

serialize

boolean serialize
v3 only based on this flag v3 table like USMUserTable and SnmpEngineTable will be serialized

Class com.adventnet.snmp.beans.SnmpTrapReceiver implements Serializable

Serialized Fields

receiveBufferSize

int receiveBufferSize

protocol

int protocol

options

ProtocolOptions options

logClient

LogInterface logClient

mibModules

java.lang.String mibModules

isTrapAuthEnabled

boolean isTrapAuthEnabled

v3Auth

boolean v3Auth

commAuth

boolean commAuth

trapFlag

boolean trapFlag

isAutoInformResponseEnabled

boolean isAutoInformResponseEnabled

isResourcesAllocated

boolean isResourcesAllocated
The resources like SnmpAPI, SnmpSession are allocated or deallocated


isReceiverStopped

boolean isReceiverStopped
Is the receiver stopped


targets

java.util.Vector targets

api

SnmpAPI api

session

SnmpSession session

sdf

java.text.SimpleDateFormat sdf

mibOps

MibOperations mibOps

listeners

java.util.Vector listeners

localAddresses

java.lang.String[] localAddresses

port

int port

community

java.lang.String community

version

int version

isCallbackthreadEnabled

boolean isCallbackthreadEnabled

usmTable

USMUserTable usmTable

secModel

int secModel

principal

java.lang.String principal

contextName

java.lang.String contextName

contextID

byte[] contextID

authPassword

java.lang.String authPassword

privPassword

java.lang.String privPassword

authProtocol

int authProtocol

privProtocol

int privProtocol

error

java.lang.String error

Class com.adventnet.snmp.beans.TrapEvent implements Serializable

Serialized Fields

pdu

SnmpPDU pdu

error

java.lang.String error


Package com.adventnet.snmp.ui

Class com.adventnet.snmp.ui.AutoScrollTextArea implements Serializable

Class com.adventnet.snmp.ui.BarGraphBean implements Serializable

Serialized Fields

check

boolean check

result

java.lang.String result

Class com.adventnet.snmp.ui.CriticalSettings.SettingsCellRenderer implements Serializable

Class com.adventnet.snmp.ui.CustomizeLevel.SettingsCellRenderer implements Serializable

Class com.adventnet.snmp.ui.Graph implements Serializable

Serialized Fields

width

int width
Height and Width of the Panel.


prevwid

int prevwid
Height and Width of the Panel.


height

int height

prevht

int prevht

noOfPages

int noOfPages

isScrollBarEnabled

boolean isScrollBarEnabled
To know whether scroll bar is enabled or not .


isGraphResized

boolean isGraphResized
To know whether graph is resized or not .


isXRangeChanged

boolean isXRangeChanged
To know whether XRange is changed or not .


maxX1

int maxX1

yValueForDisplay

int yValueForDisplay

title

java.lang.String title
The title for the graph.


showTitle

boolean showTitle
Whether to show a title at all. Avoids empty space if set to false.


noOfValues

int noOfValues
At any point of time the vector stores only this no of values .


titleFont

java.awt.Font titleFont
The title font.


bgcolor

java.awt.Color bgcolor
background color of graph.


fgcolor

java.awt.Color fgcolor
foreground color of graph.


linecolor

java.awt.Color linecolor
linecolor of graph.


barColor

java.awt.Color barColor
barcolor of graph.


xLabel

java.lang.String xLabel
The label for the X axis.


showxLabel

boolean showxLabel
Whether to show the X label.


yLabel

java.lang.String yLabel
The label for the Y axis.


showyLabel

boolean showyLabel
Whether to show the Y label.


timeAverage

boolean timeAverage
Whether to timeAverage the polled value or not.


absoluteTime

boolean absoluteTime
Whether to show absolute time or not.


scaleFont

java.awt.Font scaleFont
The labels font name, e.g. Helvetica.


minX

int minX
The minimum value on the X scale.


maxX

int maxX
The maximum value on the X scale.


xRange

int xRange
Difference between x minimum and x maximum.


minY

long minY
The minimum value on the Y scale.


maxY

long maxY
The maximum value on the Y scale .


xGrids

int xGrids
This defines number of vertical grid lines.


yGrids

int yGrids
This defines number of horizontal grid lines.


XGrids

int[] XGrids

YGrids

int[] YGrids

xScalePoints

int xScalePoints
This defines number of scale marks on X axis.


yScalePoints

int yScalePoints
This defines # of scale marks on Y axis.


xMarks

int[] xMarks

yMarks

int[] yMarks

markLen

int markLen
marker length, and radius of graph point.


dotRad

int dotRad
marker length, and radius of graph point.


data

java.util.Vector[] data
The data to be graphed, i.e. each line is Vector of points (x,y)


bardata

java.util.Vector[] bardata

filledgraphdata

java.util.Vector[] filledgraphdata

tempvector

java.util.Vector[] tempvector

halfWid

int halfWid

date

java.util.Date date

date1

java.util.Date date1

titlex

int titlex
X and Y position of title.


titley

int titley
X and Y position of title.


xLabelx

int xLabelx
X and Y position of xlabel.


xLabely

int xLabely
X and Y position of xlabel.


yLabelx

int yLabelx
X and Y position of ylabel.


yLabely

int yLabely
X and Y position of ylabel.


x0

int x0

y0

int y0

xEnd

int xEnd

yEnd

int yEnd

yLabelWidth

int yLabelWidth
the width of the Y label string.


scalewidth

int scalewidth
the width of the Y scale string.


labelHt

int labelHt
the height of the label.


prevTime

int prevTime

startTime

long startTime
time at which bean has been instantiated.


thresholdValue

long thresholdValue
Threshold value


oldval

java.lang.Long oldval
Old and new values of the y axis


newval

java.lang.Long newval

noOfLines

int noOfLines
For number of lines .


lineColors

java.awt.Color[] lineColors

noOfBars

int noOfBars
For number of bars .


barColors

java.awt.Color[] barColors

Color_array

java.awt.Color[] Color_array

timearray

java.util.Date[] timearray
To find the polling interval


count3

int count3

x

int x

y

int y

boxX

int boxX

boxY

int boxY

boxwidth

int boxwidth

boxheight

int boxheight

xval

long xval

s

java.lang.String s

time

int time

Class com.adventnet.snmp.ui.GraphWrapper implements Serializable

Serialized Fields

sg

Graph sg

jsb

javax.swing.JScrollBar jsb

jp

javax.swing.JPanel jp

gb

java.awt.GridBagLayout gb

gbc

java.awt.GridBagConstraints gbc

Class com.adventnet.snmp.ui.LineGraphBean implements Serializable

Serialized Fields

graWrap

LineGraphBeanWrapper graWrap

jsb

javax.swing.JScrollBar jsb

gb

java.awt.GridBagLayout gb

gbc

java.awt.GridBagConstraints gbc

Class com.adventnet.snmp.ui.MibBrowser implements Serializable

Serialized Fields

display

MbDisplayPanel display

browserUi

MibBrowserUI browserUi

browserModel

DefaultMibBrowserModel browserModel

snmptasks

SnmpTasks snmptasks

tree

MibTree tree

mibOps

MibOperations mibOps

hideJdbc

boolean hideJdbc

applet

java.applet.Applet applet

settingsModel

MibSettingsModel settingsModel

client

LogInterface client

xmltext

java.lang.String xmltext
See Also:
Constant Field Values

xmltext1

java.lang.String xmltext1
See Also:
Constant Field Values

lineGraphBean

LineGraphBean lineGraphBean

Class com.adventnet.snmp.ui.MibTree implements Serializable

Serialized Fields

tree

javax.swing.JTree tree
Deprecated. replaced by getTree() and setTree(JTree) .

This variable is an instance of JTree. The loaded mibs will be displayed in this tree.

See Also:
MibTree.getTree(), MibTree.setTree(javax.swing.JTree)

mno

MibNode mno

expand

javax.swing.JButton expand

collapse

javax.swing.JButton collapse

refresh

boolean refresh

currentMib

java.lang.String currentMib

isGlobalView

boolean isGlobalView

viewBox

javax.swing.JCheckBox viewBox

mibOps

MibOperations mibOps

applet

java.applet.Applet applet

mibs

java.lang.String mibs
Deprecated. . replaced by getMibModules() and addMibs(String) .

Loaded list of Mibs seperated by a white space.

See Also:
MibTree.getMibModules(), MibTree.addMibs(java.lang.String)

module

MibModule module

model

NodeSystemTreeModel model

nodeRend

NodeIconRenderer nodeRend

data

NodeData data

root

MibNode root

f

java.awt.Font f

mibNameVector

java.util.Vector mibNameVector

Class com.adventnet.snmp.ui.MibTreeComponent implements Serializable

Serialized Fields

text

javax.swing.JTextArea text

oidField

javax.swing.JTextField oidField

stroidField

javax.swing.JTextField stroidField

toolbar

ToolBar toolbar

tree

MibTree tree

buttons

javax.swing.JButton[] buttons

load

LoadDialog load

Class com.adventnet.snmp.ui.NormalSettings.SettingsCellRenderer implements Serializable

Class com.adventnet.snmp.ui.PropertyCombinerEvent implements Serializable

Serialized Fields

originalObject

java.lang.Object originalObject

Class com.adventnet.snmp.ui.PropertySettings implements Serializable

Serialized Fields

prop

java.beans.VetoableChangeSupport prop

applet

java.applet.Applet applet

engineTable

SnmpEngineTable engineTable

usmTable

USMUserTable usmTable

adlg

SettingsDialog adlg

Class com.adventnet.snmp.ui.SasFileDialog implements Serializable

Serialized Fields

loadDialog

LoadDialog loadDialog

fileExt

java.lang.String fileExt

htmlDir

java.lang.String htmlDir

title

java.lang.String title

filterNames

java.util.Vector filterNames

filterExt

java.util.Vector filterExt

dirPlusFileName

java.lang.String dirPlusFileName

newDirPlusFileName

java.lang.String newDirPlusFileName

newFileName

java.lang.String newFileName

fileName

java.lang.String fileName

directoryName

java.lang.String directoryName

listeners

java.util.Vector listeners

initialized

boolean initialized

applet

java.applet.Applet applet

running

boolean running

Top

javax.swing.JPanel Top

MenuPanel

javax.swing.JPanel MenuPanel

LookLabel

javax.swing.JLabel LookLabel

DirectoryBox

javax.swing.JComboBox DirectoryBox

UpButton

javax.swing.JButton UpButton

HomeButton

javax.swing.JButton HomeButton

ButtonPanel

javax.swing.JPanel ButtonPanel

FileNameLabel

javax.swing.JLabel FileNameLabel

FileName

javax.swing.JTextField FileName

FileTypeLabel

javax.swing.JLabel FileTypeLabel

FileType

javax.swing.JComboBox FileType

Open

javax.swing.JButton Open

Cancel

javax.swing.JButton Cancel

ListPanel

javax.swing.JPanel ListPanel

JScrollPane2

javax.swing.JScrollPane JScrollPane2

DirList

javax.swing.JList DirList

JScrollPane1

javax.swing.JScrollPane JScrollPane1

childList

javax.swing.JList childList

cons

java.awt.GridBagConstraints cons

inset

java.awt.Insets inset

Class com.adventnet.snmp.ui.SeriousSettings.SettingsCellRenderer implements Serializable

Class com.adventnet.snmp.ui.SettingsDialog implements Serializable

Serialized Fields

hostLbl

javax.swing.JLabel hostLbl

portLbl

javax.swing.JLabel portLbl

timeoutLbl

javax.swing.JLabel timeoutLbl

retriesLbl

javax.swing.JLabel retriesLbl

versionLbl

javax.swing.JLabel versionLbl

pollIntLbl

javax.swing.JLabel pollIntLbl

hostTxt

javax.swing.JTextField hostTxt

portTxt

javax.swing.JTextField portTxt

timeoutTxt

javax.swing.JTextField timeoutTxt

retriesTxt

javax.swing.JTextField retriesTxt

pollIntTxt

javax.swing.JTextField pollIntTxt

versionChoice

javax.swing.JComboBox versionChoice

usersdata

java.lang.String[][] usersdata

shadesGridPanel

ShadesGrid shadesGridPanel

usmTable

USMUserTable usmTable

engineTable

SnmpEngineTable engineTable

userNameTxt

javax.swing.JTextField userNameTxt
v3 only Some of the textarea in the set parameter window.


authPasswdTxt

javax.swing.JPasswordField authPasswdTxt

privPasswdTxt

javax.swing.JPasswordField privPasswdTxt

userNameLbl

javax.swing.JLabel userNameLbl

authPasswdLbl

javax.swing.JLabel authPasswdLbl

privPasswdLbl

javax.swing.JLabel privPasswdLbl

sevLevelLbl

javax.swing.JLabel sevLevelLbl

authProtocolLbl

javax.swing.JLabel authProtocolLbl

authProtChoice

javax.swing.JComboBox authProtChoice

privProtChoice

javax.swing.JComboBox privProtChoice

secLevelChoice

javax.swing.JComboBox secLevelChoice

uName

java.lang.String uName

aPass

java.lang.String aPass

pPass

java.lang.String pPass

authProtocol

java.lang.String authProtocol

secLevel

java.lang.String secLevel

authPtcolBefore

java.lang.String authPtcolBefore

sLevel

byte sLevel

row

int row

host

java.lang.String host

port

int port

v3Panel

javax.swing.JPanel v3Panel
The fonts to be used


OKPanel

javax.swing.JPanel OKPanel

cardPanel

javax.swing.JPanel cardPanel

prop

java.beans.VetoableChangeSupport prop

dlg

javax.swing.JDialog dlg

Class com.adventnet.snmp.ui.SnmpTableModel implements Serializable

Serialized Fields

endoftable

boolean endoftable

columnClass

java.lang.Class[] columnClass

tableModelListeners

java.util.Vector tableModelListeners

Class com.adventnet.snmp.ui.SnmpTablePanel implements Serializable

Serialized Fields

tablebeanui

SnmpTablePanelUI tablebeanui
VARIABLE DECLARATION


tablebeanmodel

SnmpTablePanelModel tablebeanmodel

applet

java.applet.Applet applet

isDefaultTableModel

boolean isDefaultTableModel

tableoid

java.lang.String tableoid

NO_AUTH

int NO_AUTH

MD5_AUTH

int MD5_AUTH

SHA_AUTH

int SHA_AUTH

Class com.adventnet.snmp.ui.TableBean implements Serializable

Serialized Fields

columns

java.lang.String[] columns

dataTable

SnmpTableModel dataTable

model_flag

boolean model_flag

isFromUI

boolean isFromUI

host

java.lang.String host

community

java.lang.String community

mibs

java.lang.String mibs

tableOID

java.lang.String tableOID

contextName

java.lang.String contextName

contextID

byte[] contextID

secModel

int secModel

principal

java.lang.String principal

authPassword

java.lang.String authPassword

privPassword

java.lang.String privPassword

authProtocol

int authProtocol

version

int version

port

int port

retries

int retries

timeout

int timeout

Class com.adventnet.snmp.ui.TableMap implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

Class com.adventnet.snmp.ui.TableSorter implements Serializable

Serialized Fields

sortingColumns

java.util.Vector sortingColumns

ascending

boolean ascending

compares

int compares

previouslySortedColumnIndex

int previouslySortedColumnIndex

trapList

java.util.Vector trapList

Class com.adventnet.snmp.ui.ToolBar implements Serializable

Serialized Fields

toolBar

javax.swing.JToolBar toolBar

borderPaintedFlag

boolean borderPaintedFlag

components

java.util.Vector components

Class com.adventnet.snmp.ui.TrapBrowser implements Serializable

Serialized Fields

table

javax.swing.JTable table

menu

javax.swing.JPopupMenu menu

delRow

javax.swing.JMenuItem delRow

trapDetails

javax.swing.JMenuItem trapDetails

frame

javax.swing.JFrame frame

detailsArr

java.lang.String[] detailsArr

porT

javax.swing.JTextArea porT

sevT

javax.swing.JTextArea sevT

tmUpT

javax.swing.JTextArea tmUpT

tmRecvT

javax.swing.JTextArea tmRecvT

sourceT

javax.swing.JTextArea sourceT

catT

javax.swing.JTextArea catT

domT

javax.swing.JTextArea domT

netT

javax.swing.JTextArea netT

nodT

javax.swing.JTextArea nodT

entT

javax.swing.JTextArea entT

helpUT

javax.swing.JTextArea helpUT

nameT

javax.swing.JTextArea nameT

specT

javax.swing.JTextArea specT

genT

javax.swing.JTextArea genT

textT

javax.swing.JTextArea textT

entprT

javax.swing.JTextArea entprT

lporT

javax.swing.JTextArea lporT

porTp

javax.swing.JScrollPane porTp

lporTp

javax.swing.JScrollPane lporTp

sevTp

javax.swing.JScrollPane sevTp

tmUpTp

javax.swing.JScrollPane tmUpTp

tmRecvTp

javax.swing.JScrollPane tmRecvTp

sourceTp

javax.swing.JScrollPane sourceTp

catTp

javax.swing.JScrollPane catTp

nodTp

javax.swing.JScrollPane nodTp

entTp

javax.swing.JScrollPane entTp

helpUTp

javax.swing.JScrollPane helpUTp

nameTp

javax.swing.JScrollPane nameTp

specTp

javax.swing.JScrollPane specTp

genTp

javax.swing.JScrollPane genTp

entprTp

javax.swing.JScrollPane entprTp

dataModel

BrowserDataModel dataModel

sorter

TableSorter sorter

traps

java.util.Vector traps

applet

java.applet.Applet applet

colourSingleColumn

boolean colourSingleColumn

columnSelectionDone

boolean columnSelectionDone

selectedColumn

int selectedColumn

mibOps

MibOperations mibOps

trapLog

TrapLogging trapLog

logFile

java.lang.String logFile

logging

boolean logging

snmptype

java.lang.String snmptype

lfont

java.awt.Font lfont

genTrap

java.lang.String[] genTrap

b

boolean b

columnNames

java.lang.String[] columnNames

Class com.adventnet.snmp.ui.TrapViewer implements Serializable

Serialized Fields

v3auth

boolean v3auth

commauth

boolean commauth

di

DebugInterface di

mibOps

MibOperations mibOps

applet

java.applet.Applet applet

linkStatus

LedPanel linkStatus

statusPanel

StatusPanel statusPanel

settings

javax.swing.JButton settings

start

javax.swing.JButton start

stop

javax.swing.JButton stop

trapDetails

javax.swing.JButton trapDetails

deleteTrap

javax.swing.JButton deleteTrap

add

javax.swing.JButton add

delete

javax.swing.JButton delete

load

javax.swing.JButton load

authV3

javax.swing.JCheckBox authV3

authComm

javax.swing.JCheckBox authComm

portText

javax.swing.JTextField portText

commText

javax.swing.JTextField commText

parserText

javax.swing.JTextField parserText

traptasksList

java.util.Vector traptasksList

trapList

java.util.Vector trapList

portcommBox

javax.swing.JComboBox portcommBox

logFormatComboBox

javax.swing.JComboBox logFormatComboBox

logCheckBox

javax.swing.JCheckBox logCheckBox

enableMailCheckBox

javax.swing.JCheckBox enableMailCheckBox

configMailButton

javax.swing.JButton configMailButton

comboModel

javax.swing.DefaultComboBoxModel comboModel

lfont

java.awt.Font lfont

trapcounter

int trapcounter

informcounter

int informcounter

encStr

java.lang.String encStr

trapparserbean

TrapParserBean trapparserbean

trapbrowser

TrapBrowser trapbrowser

trapparsercustomizer

TrapParserCustomizer trapparsercustomizer

trapReceiver

TrapTasks trapReceiver

fileFrame

javax.swing.JFrame fileFrame

subject

java.lang.String subject

fromAddr

java.lang.String fromAddr

toAddr

java.lang.String toAddr

mailServerName

java.lang.String mailServerName

suppressKeyWord

java.lang.String suppressKeyWord

mailsPerHour

java.lang.String mailsPerHour

isMailConfigured

boolean isMailConfigured

tcp

boolean tcp

options

ProtocolOptions options

startTime

long startTime

currentTime

long currentTime

mailsCount

int mailsCount

tLog

TrapLogging tLog

logFileName

java.lang.String logFileName

resetTimer

java.util.Timer resetTimer

timerTask

TrapViewer.TimerRun timerTask

isTimerOn

boolean isTimerOn

confDir

java.lang.String confDir

fileSasDialog

SasFileDialog fileSasDialog

parserFrame

javax.swing.JDialog parserFrame

closeButton

javax.swing.JButton closeButton

version

int version

port

int port

community

java.lang.String community

localAddresses

java.lang.String[] localAddresses

contextName

java.lang.String contextName

contextID

byte[] contextID

principal

java.lang.String principal

authProtocol

int authProtocol

authPassword

java.lang.String authPassword

privPassword

java.lang.String privPassword

isAuth

boolean isAuth

mibs

java.lang.String mibs


Package com.adventnet.snmp.rmi

Class com.adventnet.snmp.rmi.LogManagerImpl implements Serializable

Serialized Fields

logManager

LogManager logManager

clientID

int clientID

client

LogInterface client

Class com.adventnet.snmp.rmi.MibOperationsImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpEJBServerImpl implements Serializable

Class com.adventnet.snmp.rmi.SnmpEJBServerImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpFactoryImpl implements Serializable

Class com.adventnet.snmp.rmi.SnmpFactoryImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpPollerImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpRequestServerImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpTableImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpTargetImpl_Stub implements Serializable

Class com.adventnet.snmp.rmi.SnmpTrapReceiverImpl_Stub implements Serializable


Package com.adventnet.snmp.corba

Class com.adventnet.snmp.corba._ResultListenerImplBase implements Serializable

Class com.adventnet.snmp.corba._ResultListenerStub implements Serializable

Class com.adventnet.snmp.corba._SnmpFactoryImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpFactoryStub implements Serializable

Class com.adventnet.snmp.corba._SnmpPollerImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpPollerStub implements Serializable

Class com.adventnet.snmp.corba._SnmpRequestServerImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpRequestServerStub implements Serializable

Class com.adventnet.snmp.corba._SnmpTableEventImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpTableEventStub implements Serializable

Class com.adventnet.snmp.corba._SnmpTableImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpTableListenerImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpTableListenerStub implements Serializable

Class com.adventnet.snmp.corba._SnmpTableStub implements Serializable

Class com.adventnet.snmp.corba._SnmpTargetImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpTargetStub implements Serializable

Class com.adventnet.snmp.corba._SnmpTrapReceiverImplBase implements Serializable

Class com.adventnet.snmp.corba._SnmpTrapReceiverStub implements Serializable

Class com.adventnet.snmp.corba._TrapListenerImplBase implements Serializable

Class com.adventnet.snmp.corba._TrapListenerStub implements Serializable

Class com.adventnet.snmp.corba.RequestEvent implements Serializable

Serialized Fields

values

java.lang.String[] values

objectNames

java.lang.String[] objectNames

requestType

byte requestType

reqid

int reqid

varBinds

java.lang.String[] varBinds

error

java.lang.String error

Class com.adventnet.snmp.corba.ResultEvent implements Serializable

Serialized Fields

response

java.lang.String[] response

error

java.lang.String error

Class com.adventnet.snmp.corba.SnmpException implements Serializable

Serialized Fields

reason

java.lang.String reason

Class com.adventnet.snmp.corba.SnmpFactoryImpl implements Serializable

Serialized Fields

name

java.lang.String name
Construct a persistently named object.


serverObjects

java.util.Hashtable serverObjects

numTargets

int numTargets

numRequestServers

int numRequestServers

numPollers

int numPollers

numTables

int numTables

numTrapReceivers

int numTrapReceivers

Class com.adventnet.snmp.corba.SnmpPollerImpl implements Serializable

Serialized Fields

theSnmpPoller

SnmpPoller theSnmpPoller
Construct a persistently named object.


name

java.lang.String name

listeners

java.util.Vector listeners
Allow registration for response events, and pass on responses

Class com.adventnet.snmp.corba.SnmpRequestServerImpl implements Serializable

Serialized Fields

theSnmpRequestServer

SnmpRequestServer theSnmpRequestServer
Construct a persistently named object.


name

java.lang.String name

listeners

java.util.Vector listeners
Allow registration for response events, and pass on responses

Class com.adventnet.snmp.corba.SnmpTableEventImpl implements Serializable

Serialized Fields

tableEvent

SnmpTableEvent tableEvent

Class com.adventnet.snmp.corba.SnmpTableImpl implements Serializable

Serialized Fields

theSnmpTable

SnmpTable theSnmpTable
Construct a persistently named object.


name

java.lang.String name

tableListeners

java.util.Vector tableListeners
Allow registration for response events, and pass on responses


listeners

java.util.Vector listeners

Class com.adventnet.snmp.corba.SnmpTargetImpl implements Serializable

Serialized Fields

theSnmpTarget

SnmpTarget theSnmpTarget

name

java.lang.String name

listeners

java.util.Vector listeners
Allow registration for response events, and pass on responses

Class com.adventnet.snmp.corba.SnmpTrapReceiverImpl implements Serializable

Serialized Fields

theTrapReceiver

SnmpTrapReceiver theTrapReceiver
Construct a persistently named object.


name

java.lang.String name

listeners

java.util.Vector listeners
Allow registration for response events, and pass on responses

Class com.adventnet.snmp.corba.TableEvent implements Serializable

Serialized Fields

startRow

int startRow

endRow

int endRow

Type

int Type

column

int column

error

java.lang.String error

Class com.adventnet.snmp.corba.TrapEvent implements Serializable

Serialized Fields

remoteHost

java.lang.String remoteHost

enterprise

java.lang.String enterprise

trapType

int trapType

specificType

int specificType

error

java.lang.String error

trapName

java.lang.String trapName

trapDescr

java.lang.String trapDescr


Package com.adventnet.snmp.sas

Class com.adventnet.snmp.sas.ProtocolDataUnit implements Serializable

Serialized Fields

data

byte[] data

remoteAddress

java.net.InetAddress remoteAddress

remotePort

int remotePort

localPort

int localPort

hostAddress

java.lang.String hostAddress


Package com.adventnet.snmp.ejb

Class com.adventnet.snmp.ejb.MibOperationsEJB implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx

environment

javax.naming.Context environment

factory

SnmpEJBServer factory

mibHashcode

int mibHashcode

Class com.adventnet.snmp.ejb.SnmpTableEJB implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx

environment

javax.naming.Context environment

factory

SnmpEJBServer factory

listeners

java.util.Vector listeners

tablehashcode

int tablehashcode

targethashcode

int targethashcode

Class com.adventnet.snmp.ejb.SnmpTargetEJB implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx

environment

javax.naming.Context environment

factory

SnmpEJBServer factory

target

SnmpTarget target

hashcode

int hashcode

listeners

java.util.Vector listeners


Package com.adventnet.utils

Class com.adventnet.utils.ButtonPanel implements Serializable

Serialized Fields

buttons

javax.swing.JButton[] buttons

drawBorder

boolean drawBorder

Class com.adventnet.utils.LedPanel implements Serializable

Serialized Fields

imgArr

java.awt.Image[] imgArr

colorChoice

int colorChoice

mywidth

int mywidth

myheight

int myheight

greenFlag

boolean greenFlag

stopMyThread

boolean stopMyThread

myThread

java.lang.Thread myThread

Class com.adventnet.utils.NumericTextField implements Serializable

Serialized Fields

col

int col

Class com.adventnet.utils.OidTextField implements Serializable

Serialized Fields

col

int col

multipleDots

boolean multipleDots

dotAllowed

boolean dotAllowed

Class com.adventnet.utils.RadioGroupPanel implements Serializable

Serialized Fields

radiobuttons

javax.swing.JRadioButton[] radiobuttons

lfont

java.awt.Font lfont

Class com.adventnet.utils.StatusPanel implements Serializable

Serialized Fields

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2


Package com.adventnet.afp.log

Class com.adventnet.afp.log.LogException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
For holding the exception


message

java.lang.String message
This variable holds the message


printInnerException

boolean printInnerException
boolean to decide about printing inner exception



Copyright (c)ZOHO Corp. 1996-2012