Serialized Form
Package com.sun.jaw.impl.adaptor.comm |
httpPort
int httpPort
- The server port number.
httpServer
java.lang.String httpServer
- The server host name.
serverVersion
java.lang.String serverVersion
- The jdmk server version.
whereAmI
java.net.InetAddress whereAmI
- The IP address of this adaptor client
Package com.sun.jaw.impl.adaptor.generic |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Controls the way the AdaptorServer service is deserialized.
cmf
Framework cmf
- The core management framework to register the adaptor server with.
maxActiveClientCount
int maxActiveClientCount
- The maximum number of clients that the adaptor server can
process concurrently.
objectName
ObjectName objectName
- The object name of the adaptor server.
port
int port
- The Port number used by the adaptor server.
Package com.sun.jaw.impl.adaptor.html |
addrLastClient
java.net.InetAddress addrLastClient
authInfo
java.util.Vector authInfo
bgColor
java.lang.String bgColor
flatten
boolean flatten
registerClient
boolean registerClient
sccs_id
java.lang.String sccs_id
sortAtt
boolean sortAtt
Package com.sun.jaw.impl.adaptor.http |
Package com.sun.jaw.impl.adaptor.https |
Package com.sun.jaw.impl.adaptor.iiop |
agentHost
java.lang.String agentHost
- The current host name
- the current host name
corbaNamingServiceHost
java.lang.String corbaNamingServiceHost
- The corba Naming service host name
- The corba Naming service host name
corbaNamingServicePort
int corbaNamingServicePort
- The corba Naming service port
- The corba Naming service port
eventReceiver
java.lang.String eventReceiver
- The name of the IIOP server that is going to receive the event.
- The name of the IIOP server that is going to receive the event.
serverName
java.lang.String serverName
- Logical name of the server.
- Logical name of the server.
corbaNamingServiceHost
java.lang.String corbaNamingServiceHost
- The corba Naming service host name
- The corba Naming service host name
corbaNamingServicePort
int corbaNamingServicePort
- The corba Naming service port
- The corba Naming service port
defaultClass
java.lang.String defaultClass
- The default class name used for this adaptor.
- the default class name used for this adaptor.
localHost
java.lang.String localHost
- The current host name
- the current host name
serviceName
java.lang.String serviceName
- The Name of the adaptor
- The Name of the adaptor
Package com.sun.jaw.impl.adaptor.IPacl |
acl
com.sun.jaw.impl.adaptor.IPacl.internal.AclImpl acl
alwaysAuthorized
boolean alwaysAuthorized
authorizedListFile
java.lang.String authorizedListFile
destList
java.util.Hashtable destList
owner
com.sun.jaw.impl.adaptor.IPacl.internal.PrincipalImpl owner
Package com.sun.jaw.impl.adaptor.rmi |
eventReceiver
java.lang.String eventReceiver
- The name of the RMI server that is going to receive the event.
- The name of the RMI server that is going to receive the event.
serverHost
java.lang.String serverHost
- Host name of the server.
- Host name of the server.
serverName
java.lang.String serverName
- Logical name of the server.
- Logical name of the server.
serverPort
int serverPort
- Port number of the server.
- Port number of the server.
defaultClass
java.lang.String defaultClass
- The default class name used for this adaptor.
- the default class name used for this adaptor.
localHost
java.lang.String localHost
- The local host name.
- The local host name
serviceName
java.lang.String serviceName
- The Name of the adaptor
- The Name of the adaptor
Package com.sun.jaw.impl.adaptor.security |
login
java.lang.String login
- The login value
password
java.lang.String password
- The password value
sccs_id
java.lang.String sccs_id
- Unused. For compatibility only.
Package com.sun.jaw.impl.adaptor.snmp |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Control the way the AdaptorServerImpl service is deserialized.
authRespEnabled
boolean authRespEnabled
authTrapEnabled
boolean authTrapEnabled
bufferSize
int bufferSize
enterpriseOid
SnmpOid enterpriseOid
ipacl
IPAclSrvIf ipacl
pduFactory
SnmpPduFactoryIf pduFactory
port
int port
sccs_id
java.lang.String sccs_id
snmpInASNParseErrs
int snmpInASNParseErrs
snmpInBadCommunityNames
int snmpInBadCommunityNames
snmpInBadCommunityUses
int snmpInBadCommunityUses
snmpInBadVersions
int snmpInBadVersions
snmpInGetNexts
int snmpInGetNexts
snmpInGetRequests
int snmpInGetRequests
snmpInPkts
int snmpInPkts
snmpInSetRequests
int snmpInSetRequests
snmpInTotalReqVars
int snmpInTotalReqVars
snmpInTotalSetVars
int snmpInTotalSetVars
snmpOutBadValues
int snmpOutBadValues
snmpOutGenErrs
int snmpOutGenErrs
snmpOutGetResponses
int snmpOutGetResponses
snmpOutNoSuchNames
int snmpOutNoSuchNames
snmpOutPkts
int snmpOutPkts
snmpOutTooBigs
int snmpOutTooBigs
snmpOutTraps
int snmpOutTraps
trapPort
int trapPort
Package com.sun.jaw.impl.adaptor.udp |
Package com.sun.jaw.impl.agent.services.alarm |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
acObjectName
ObjectName acObjectName
cmf
Framework cmf
- Reference on the Core Management Framework.
timeout
java.lang.Long timeout
- Alarm-clock timeout (in milliseconds).
Package com.sun.jaw.impl.agent.services.bootstrap |
secureMode
boolean secureMode
- The security mode used by this service when loading JAR files.
The default value is false
.
secureMode = true : Only signed JAR files coming from trusted sources will be loaded.
secureMode = false : Any JAR file signed/not-signed trusted/not-trusted will be loaded.
Package com.sun.jaw.impl.agent.services.cascading |
adpName
java.lang.String adpName
- The name of the client adaptor to connect to the remote agent.
framework
Framework framework
- This field holds a reference to the core management framework.
host
java.lang.String host
- The client host name.
port
int port
- The connection port number.
protocol
java.lang.String protocol
- The connection protocol used.
Package com.sun.jaw.impl.agent.services.jawdiscovery |
multicastGroup
java.lang.String multicastGroup
- The multicast group name.
multicastPort
int multicastPort
- The multicast port number.
pointToPointResponse
boolean pointToPointResponse
- The unicast datagram socket mode.
timeOut
int timeOut
- The timeout after which we give up waiting for discovery responses.
ttl
byte ttl
- The default time-to-live.
cmf
Framework cmf
- This field holds a reference to the core management framework.
monitorObjectName
ObjectName monitorObjectName
- The object name of the discovery monitor.
multicastGroup
java.lang.String multicastGroup
- The multicast group name.
multicastPort
int multicastPort
- The multicast port number.
cmf
Framework cmf
- This field holds a reference to the core management framework.
multicastGroup
java.lang.String multicastGroup
- The multicast group name.
multicastPort
int multicastPort
- The multicast port number.
responderObjectName
ObjectName responderObjectName
- The object name of the discovery responder.
ttl
int ttl
- The default time-to-live.
internalRsp
DiscoveryResponse internalRsp
- The agent response.
internalState
java.lang.Integer internalState
- The state of the agent.
ClassVersion
java.lang.String ClassVersion
EventInfo
DiscoveryResponse EventInfo
method
java.lang.String method
State
java.lang.Integer State
host
java.lang.String host
- The host name.
objectList
java.util.Vector objectList
- The list of adaptors.
It is a vector of
ObjectName
. The method
performFindHosts
sets this vector to null.
Package com.sun.jaw.impl.agent.services.light |
cmf
Framework cmf
- Reference on the smb
cmf
Framework cmf
- Reference on the smb
purgeActive
boolean purgeActive
- Purge activity of the server
relNumber
int relNumber
domain
java.lang.String domain
- Domain name of the server the repository is attached to.
It is quicker to store the information in the repository rather
than querying the framework each time the info is required.
domainTb
java.util.Hashtable domainTb
- The structure for storing the objects is very basic.
A Hashtable is used for storing the different domains.
Fror each domain, a hastable contains the classes, for
each class a hash table contains the instances
nbElements
int nbElements
- Number of elements contained in the Repository
Package com.sun.jaw.impl.agent.services.loader.rmi |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- This method reads the objects contents during Object Serialization.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the objects contents during Object Serialization.
- Serial Data:
- composed of the core management framework, the object name of the main class server,
the network library loader, the class server host name, the class server name,
and the server port.
libPaths
java.util.Vector libPaths
- The libpath to use for locating a library
- libPaths Vector
Package com.sun.jaw.impl.agent.services.mlet |
cmf
Framework cmf
- The reference to the framework in which the service executes.
mletSrvName
java.lang.String mletSrvName
- The string representing the object name of the mlet service.
objectName
ObjectName objectName
- The object name of the service.
path
java.lang.String path
- The current path to use.
attributes
java.util.Hashtable attributes
- A hash table of the attributes of the
MLET
tag
and their values.
baseURL
java.net.URL baseURL
- The base URL.
documentURL
java.net.URL documentURL
- The m-let text file's base URL.
persistent
boolean persistent
- True if the m-bean is to be persistent.
cacheDir
java.lang.String cacheDir
- The local path for versioning.
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- This method reads the objects contents during Object Serialization.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the objects contents during Object Serialization.
cmf
Framework cmf
- The reference to the core management framework.
libraryDirectory
java.lang.String libraryDirectory
- The directory used for storing libraries locally before they are loaded.
mletList
java.util.Vector mletList
- The list of instances of the
MLet
class found at the specified URL.
mletObjectName
ObjectName mletObjectName
- The object name of the MLet Service.
persistent
boolean persistent
- The persistent state for mlet class loaders.
Package com.sun.jaw.impl.agent.services.monitor |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
counterDifferenceOnOff
java.lang.Boolean counterDifferenceOnOff
- Flag that indicates if counter difference is used.
iclv
int iclv
- Keep initial value of the comparison level.
This value will be used to reset the comparison level
to its initial value each time the counter resets.
modulusValue
java.lang.Integer modulusValue
- Value to be used as the modulus value when an observed counter overflows.
notifyOnOff
java.lang.Boolean notifyOnOff
- Notifications on/off switch value.
offsetValue
java.lang.Integer offsetValue
- Offset value.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
derivedGaugeValid
boolean derivedGaugeValid
- Flag used to know if derived gauge's value is valid
gaugeDifferenceOnOff
java.lang.Boolean gaugeDifferenceOnOff
- Flag that indicates if gauge difference is used.
notifyHighOnOff
java.lang.Boolean notifyHighOnOff
- Notify high on/off switch value.
notifyLowOnOff
java.lang.Boolean notifyLowOnOff
- Notify low on/off switch value.
status
int status
- Variable which handles the hysteresis mechanism.
thresholdHighValue
java.lang.Number thresholdHighValue
- Threshold high value.
thresholdLowValue
java.lang.Number thresholdLowValue
- Threshold low value.
type
int type
- Variable which keeps the derivedGauge's type.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
alarmClock
AlarmClock alarmClock
- Alarm-clock service.
already_notified
int already_notified
- Selected monitor errors that have already been notified
cmf
Framework cmf
- Reference on the Core Management Framework.
event_type
int event_type
- Type of monitor event
granularityPeriod
java.lang.Long granularityPeriod
- Granularity period.
observedObject
ObjectName observedObject
- Object to which the property to observe belongs to.
observedProperty
java.lang.String observedProperty
- Name of the property to observe.
monitorEventDerivedGauge
java.lang.Number monitorEventDerivedGauge
- Monitor event derived gauge.
monitorEventMessage
java.lang.String monitorEventMessage
- Monitor event message.
monitorEventObservedObject
java.lang.Object monitorEventObservedObject
- Monitor event observed object.
monitorEventObservedProperty
java.lang.String monitorEventObservedProperty
- Monitor event observed property.
monitorEventType
java.lang.Integer monitorEventType
- Monitor event type.
method
java.lang.String method
MonitorEventDerivedGauge
java.lang.Number MonitorEventDerivedGauge
MonitorEventMessage
java.lang.String MonitorEventMessage
MonitorEventObservedObject
java.lang.Object MonitorEventObservedObject
MonitorEventObservedProperty
java.lang.String MonitorEventObservedProperty
MonitorEventType
java.lang.Integer MonitorEventType
Package com.sun.jaw.impl.agent.services.persistent |
cmf
Framework cmf
- Reference to the Framework.
fmgr
com.sun.jaw.impl.agent.services.persistent.internal.PropertyFmgr fmgr
- Reference to the property file manager.
insp
com.sun.jaw.impl.agent.services.persistent.internal.PropertyInsp insp
- Reference to the property inspector.
dbName
java.lang.String dbName
- Flat file name.
dbRoot
java.lang.String dbRoot
- Flat file base directory.
domain
java.lang.String domain
- The domain name of the server the repository is attached to.
Package com.sun.jaw.impl.agent.services.scheduler |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
cmf
Framework cmf
- Reference on the Core Management Framework.
notifyPastEvents
boolean notifyPastEvents
- Whether or not the scheduler service has to
notify past events after start.
The default value of the property
notifyPastEvents
is false.
schVector
java.util.Vector schVector
- Vector that contains the scheduler events.
Package com.sun.jaw.impl.common |
certificate
byte[] certificate
classDigest
byte[] classDigest
classImage
byte[] classImage
className
java.lang.String className
classPath
java.lang.String classPath
digestSignature
byte[] digestSignature
byteImage
byte[] byteImage
libBaseName
java.lang.String libBaseName
libName
java.lang.String libName
libVersion
long libVersion
nativeLibName
java.lang.String nativeLibName
OSArch
java.lang.String OSArch
OSName
java.lang.String OSName
OSVersion
java.lang.String OSVersion
Package com.sun.jaw.impl.server.rmi |
classPaths
java.util.Vector classPaths
- The class path to be used for locating a class.
cmf
Framework cmf
- A reference to the core management framework. Only relevant when the
object is used as an m-bean.
dirFile
java.lang.String dirFile
libPaths
java.util.Vector libPaths
- The library path to be used for locating a library.
localHost
java.lang.String localHost
- The host name.
name
ObjectName name
- The name of the object when used as an m-bean
port
int port
- The port number of the local RMI registry.
secure_mode
boolean secure_mode
serviceName
java.lang.String serviceName
- The name of the service as seen by RMI.
Package com.sun.jaw.reference.agent.cmf |
eventObjectNames
java.util.Vector eventObjectNames
- This is a vector of ObjectName identifying the
m-beans which have been registered or unregistered.
- See Also:
- getEventObjectNames
eventType
int eventType
- It indicates the type of framework event:
CREATE_EVT or DELETE_EVT.
- See Also:
- getEventType,
CREATE_EVT,
DELETE_EVT
Package com.sun.jaw.reference.common |
target
java.lang.Throwable target
- The embedded exception
value
int value
- This variable keeps the integer form of the enumerated.
The string form is retreived using getIntTable().
ClassVersion
java.lang.String ClassVersion
EventObjectNames
java.util.Vector EventObjectNames
EventType
java.lang.Integer EventType
method
java.lang.String method
target
java.lang.Throwable target
- The embedded exception
operator
java.lang.String operator
- The name of the operator to be used if any.
pos
int pos
- Position (relevant only for indexed properties).
property
java.lang.String property
- Property name.
value
java.lang.Object value
- Value.
name
ObjectName name
- Object name.
object
java.lang.Object object
- Object reference.
canonicalName
java.lang.String canonicalName
- Canonical name.
className
java.lang.String className
- Class name.
domain
java.lang.String domain
- Domain name.
propertyList
java.util.Hashtable propertyList
- Table that contains all the pairs (key,value) for this ObjectName.
propertyListString
java.lang.String propertyListString
- Contains the properties in the same order
as the user specified them, if the constructor
ObjectName(String) was used to create this object.
propertyListStringNotDefined
boolean propertyListStringNotDefined
- If we use the constructor ObjectName(String), avoid
creating the propertyListString as it is already created.
pos
int pos
- Position (relevant only for indexed properties).
property
java.lang.String property
- Property name.
value
java.lang.Object value
- Value.
name
java.lang.String name
- Property name.
pos
int pos
- Position (only relevant for an indexed property).
Package com.sun.jaw.reference.mapper |
Package com.sun.jaw.reference.query |
exp1
QueryExp exp1
exp2
QueryExp exp2
attr
java.lang.String attr
val
java.lang.Object val
exp
BinaryOpExpression exp
op
java.lang.String op
exp1
ValueExp exp1
exp2
ValueExp exp2
exp3
ValueExp exp3
exp1
ValueExp exp1
exp2
ValueExp exp2
op
int op
exp1
ValueExp exp1
exp2
ValueExp exp2
relOp
int relOp
val
boolean val
index
int index
val
ValueExp val
valueList
ValueExp[] valueList
val
java.lang.Object val
exp
AttributeExp exp
pattern
java.lang.String pattern
exp
QueryExp exp
doubleVal
double doubleVal
longVal
long longVal
valIsLong
boolean valIsLong
exp1
QueryExp exp1
exp2
QueryExp exp2
className
java.lang.String className
index
int index
val
java.lang.String val
Package com.sun.jaw.snmp.agent |
oids
java.util.Vector oids
- The list of oids.
size
int size
- The number of elements in the index.
root
com.sun.jaw.snmp.agent.internal.SnmpMibOid root
- The top element in the Mib tree.
adaptorName
java.lang.String adaptorName
- The object name of the adaptor.
cmf
Framework cmf
- The reference to the JDMK framework.
mibName
java.lang.String mibName
- The name of the MIB.
entries
java.util.Vector entries
- The list of entries.
indexes
java.util.Vector indexes
- The list of indexes.
listeners
java.util.Vector listeners
- The list of listeners.
nodeId
int nodeId
- The id of the contained entry object.
size
int size
- The number of elements in the table.
theMib
SnmpMib theMib
- The mib to which the metadata is linked.
entry
java.lang.Object entry
- The entry.
Package com.sun.jaw.snmp.common |
value
long value
- This is where the value is stored. This long is positive.
value
long value
- This is where the value is stored. This long is signed.
tag
int tag
- This is the tag of the NULL value. By default, it is the universal tag value.
componentCount
int componentCount
- The length of the components array.
components
long[] components
- The components array.
maxRepetitions
int maxRepetitions
- The
max-repetitions
value.
nonRepeaters
int nonRepeaters
- The
non-repeaters
value.
address
java.net.InetAddress address
- Source or destination address.
For an incoming PDU it's the source.
For an outgoing PDU it's the destination.
community
byte[] community
- Community name.
port
int port
- Source or destination port.
For an incoming PDU it's the source.
For an outgoing PDU it's the destination.
requestId
int requestId
- Request identifier.
Note that this field is not used by
SnmpPduTrap
.
type
int type
- PDU type. Types are defined in
{@link com.sun.jaw.snmp.common.SnmpDefinitions SnmpDefinitions}.
varBindList
SnmpVarBind[] varBindList
- List of variables.
version
int version
- Protocol version. Versions are defined in
{@link com.sun.jaw.snmp.common.SnmpDefinitions SnmpDefinitions}.
errorIndex
int errorIndex
- Error index. Remember that SNMP indices start from 1.
Thus the corresponding
SnmpVarBind
is
varBindList[errorIndex-1]
.
errorStatus
int errorStatus
- Error status. Status are defined in
{@link com.sun.jaw.snmp.common.SnmpDefinitions SnmpDefinitions}.
agentAddr
SnmpIpAddress agentAddr
- Agent address.
enterprise
SnmpOid enterprise
- Enterprise object identifier.
genericTrap
int genericTrap
- Generic trap number.
The possible values are defined in
{@link com.sun.jaw.snmp.common.SnmpDefinitions#trapColdStart SnmpDefinitions}.
specificTrap
int specificTrap
- Specific trap number.
timeStamp
long timeStamp
- Time-stamp.
errorIndex
int errorIndex
- Index of the error.
If different from -1, indicates the index where the error occurs.
errorStatus
int errorStatus
- Status of the error.
value
byte[] value
- This is the bytes array of the string value.
varBindCount
int varBindCount
- The
varBindCount
.
oid
SnmpOid oid
- The oid of the
SnmpVarBind
.
value
SnmpValue value
- The value of the
SnmpVarBind
.
Package com.sun.jaw.snmp.manager |
options
int options
- By default the following options are set:
- optAllowMultiplexing;
- optFixPduOnError;
- optHandleTooBigError.
_protocolVersion
int _protocolVersion
- The protocol version.
_readCommunity
java.lang.String _readCommunity
- The community to be used when issuing
get
operations.
_writeCommunity
java.lang.String _writeCommunity
- The community to be used when issuing
set
operations.
_addrIndex
int _addrIndex
- The index of address currently being used.
_avgrtt
long _avgrtt
- The average round trip time for a packet with the peer.
_devAddr
java.net.InetAddress _devAddr
- Internet address of the peer to be used when communicating with the peer.
- See Also:
InetAddress
_devAddrList
java.net.InetAddress[] _devAddrList
- List of alternate addresses.
_maxrtt
long _maxrtt
- The maximum round trip time for a packet with the peer.
_minrtt
long _minrtt
- The minimum round trip time for a packet with the peer.
_snmpParameter
SnmpParameters _snmpParameter
- SNMP parameters for this peer are valid for all requests using this peer.
- See Also:
SnmpParameters
maxRetries
int maxRetries
- Number of times to retry before giving up.
The default number is 3.
maxSnmpPacketSize
int maxSnmpPacketSize
- Maximum packet size of Request PDU. This could be set by the user.
If the request crosses this limit while encoding, the request is
automatically split into multiple small request. Each of these requests
will again be within this limit.
The default value is
{@link com.sun.jaw.snmp.manager.SnmpConst#defaultSnmpRequestPktSize SnmpConst.defaultSnmpRequestPktSize}.
maxVarbindLimit
int maxVarbindLimit
- Maximum number of OIDs which can be encoded in a single request packet.
This is set by the user. A request which contains more than this limit
will be automatically split into multiple request.
Typically used when multiplexing requests.
The default value is
{@link com.sun.jaw.snmp.manager.SnmpConst#MAX_VARBIND_LIMIT SnmpConst.MAX_VARBIND_LIMIT}.
pduFactory
SnmpPduFactoryIf pduFactory
- The PDU factory. The default factory is an instance of
SnmpPduFactory
.
portNum
int portNum
- Port number of the destination host.
The default port is 161.
timeout
int timeout
- The amount of time to wait for a response from the peer.
The default amount of time is 3000 millisec.
freq
int freq
- The polling frequency.
initialVarbindList
SnmpVarbindList initialVarbindList
- Used for
GetNextPoll
mode. Remember the original varbind
on which repeated getnext
can be performed.
oidKey
SnmpOid oidKey
- The OID key value used to determine when the arbitrary walk on a
table should terminate.
callback
SnmpHandlerIf callback
- The user implementation of the callback interface for this session.
- See Also:
SnmpHandlerIf
command
int command
- The SNMP command (only valid when session is active).
errorIndex
int errorIndex
- The index in
SnmpVarbindList
that caused the exception.
errorStatus
int errorStatus
- The error status associated with the response packet.
internalVb
SnmpVar[] internalVb
maxRepetitions
int maxRepetitions
- The
maxRepetitions
field for the bulk
operation.
This variable is used only for pduGetBulkRequestPdu
.
mode
int mode
- A non-zero value indicates an ordinary request created by the user.
The value indicates an internal request is created by the package to solve a
special situation such as multiplexing requests or a
SnmpTooBig
handler.
nonRepeaters
int nonRepeaters
- The
nonRepeaters
field for the bulk
operation.
This variable is used only for pduGetBulkRequestPdu
.
options
int options
- By default the following options are set:
- optAllowMultiplexing;
- optFixPduOnError;
- optHandleTooBigError.
proxy
com.sun.jaw.snmp.manager.internal.ReqRedirectSrvIf proxy
- Indicates whether this request is being serviced by another.
If this is not null, then there will another object which will
service this request.
reason
java.lang.String reason
requestPdu
SnmpPduPacket requestPdu
- The request PDU.
responsePdu
SnmpPduRequest responsePdu
- The response PDU.
responseTimestamp
Timestamp responseTimestamp
- The time stamp information for the agent response.
session
SnmpSession session
- The session object associated with this request.
thePeer
SnmpPeer thePeer
- The peer object associated with this request.
varbindList
SnmpVarbindList varbindList
- This contains a list of
SnmpVar
objects for making
the SNMP requests. A private copy of the user specified
SnmpVarbindList
is made by cloning the
SnmpVarbindList
to ensure that the user does not modify the
SnmpVarbindList
or the contents while the polling is in progress.
- See Also:
SnmpVarbindList
_defaultPeer
SnmpPeer _defaultPeer
- The default peer to be used in this session.
_myThread
java.lang.Thread _myThread
- The dispatcher that will service all responses to requests generated
using this session object. A session object creates one or more requests.
Thus it services all requests, which are created by this object,
when a response arrives for a request generated by the session.
_requestList
java.util.Hashtable _requestList
_respq
java.util.Stack _respq
- A place to store the responses from the agent.
A FIFO queue is needed here.
_syncReq
Request _syncReq
- Request being synchronized from session thread. This happens when
a user does sync operation from a callback.
_theSocket
SnmpSocket _theSocket
- The
SnmpSocket
to be used to communicate with the peer
by all requests created in this session.
auth
SnmpAuthHandlerIf auth
- The authentication handler implementation for the session.
Unused.
sessionName
java.lang.String sessionName
- The name identifying this session. Useful in debugging a session.
snmpOptions
SnmpOptions snmpOptions
- Set of options used to configure all
SnmpRequests
created
in this session. The user can directly manipulate the options.
Note that this variable is public.
_status
int _status
- Indicates the status of value in this
SnmpVar
.
This is likely to move in the SnmpVarBind object.
_type
int _type
- The expected type of the
SnmpVar
.
identity
java.lang.String identity
- A name given to
SnmpVarbindList
. Useful for debugging.
The default name is "VarbindList".
timestamp
Timestamp timestamp
- Timestamp when this
SnmpVarbindList
was updated.
Valid only for SnmpGet
and SnmpGetNext
operations. SnmpTimestamp
is null by default. Also,
when the list is cloned without value the timestamp is not copied.
crtime
long crtime
- A
long
representing the current date.
dateCache
java.util.Date dateCache
- A
Date
object representing the current date.
sysUpTime
long sysUpTime
- The time (in hundreds of a second) since the
network management portion of the system was last re-initialized.
uptimeCache
SnmpTimeticks uptimeCache
- The
SnmpTimeticks
object corresponding to the
TimeStamp
object.
Package com.sun.jaw.tools |