Serialized Form


Package com.sun.jaw.impl.adaptor.comm

Class com.sun.jaw.impl.adaptor.comm.AdaptorClient implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.adaptor.comm.AdaptorServerImpl implements Serializable


Package com.sun.jaw.impl.adaptor.generic

Class com.sun.jaw.impl.adaptor.generic.AdaptorServer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Controls the way the AdaptorServer service is deserialized.
Serialized Fields

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.

Class com.sun.jaw.impl.adaptor.generic.AdaptorStateChangeEvent implements Serializable


Package com.sun.jaw.impl.adaptor.html

Class com.sun.jaw.impl.adaptor.html.AdaptorServerImpl implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.adaptor.http.AdaptorClient implements Serializable

Class com.sun.jaw.impl.adaptor.http.AdaptorServerImpl implements Serializable


Package com.sun.jaw.impl.adaptor.https

Class com.sun.jaw.impl.adaptor.https.AdaptorClient implements Serializable

Class com.sun.jaw.impl.adaptor.https.AdaptorServerImpl implements Serializable


Package com.sun.jaw.impl.adaptor.iiop

Class com.sun.jaw.impl.adaptor.iiop.AdaptorClient implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.adaptor.iiop.AdaptorServerImpl implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.adaptor.IPacl.Jawacl implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.adaptor.rmi.AdaptorClient implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.adaptor.rmi.AdaptorClientRO implements Serializable

Class com.sun.jaw.impl.adaptor.rmi.AdaptorServerImpl implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.adaptor.security.AuthInfo implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.adaptor.security.UnauthorizedSecurityException implements Serializable


Package com.sun.jaw.impl.adaptor.snmp

Class com.sun.jaw.impl.adaptor.snmp.AdaptorServerImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Control the way the AdaptorServerImpl service is deserialized.
Serialized Fields

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

Class com.sun.jaw.impl.adaptor.udp.AdaptorClient implements Serializable

Class com.sun.jaw.impl.adaptor.udp.AdaptorServerImpl implements Serializable


Package com.sun.jaw.impl.agent.services.alarm

Class com.sun.jaw.impl.agent.services.alarm.AlarmClock implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

acObjectName

ObjectName acObjectName

cmf

Framework cmf
Reference on the Core Management Framework.

timeout

java.lang.Long timeout
Alarm-clock timeout (in milliseconds).

Class com.sun.jaw.impl.agent.services.alarm.AlarmClockEvent implements Serializable


Package com.sun.jaw.impl.agent.services.bootstrap

Class com.sun.jaw.impl.agent.services.bootstrap.BootstrapSrv implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.cascading.RemoteAgent implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryClient implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryMonitor implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponder implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponderEvent implements Serializable

Serialized Fields

internalRsp

DiscoveryResponse internalRsp
The agent response.

internalState

java.lang.Integer internalState
The state of the agent.

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponderEventMO implements Serializable

Serialized Fields

ClassVersion

java.lang.String ClassVersion

EventInfo

DiscoveryResponse EventInfo

method

java.lang.String method

State

java.lang.Integer State

Class com.sun.jaw.impl.agent.services.jawdiscovery.DiscoveryResponse implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.light.FilterSrv implements Serializable

Serialized Fields

cmf

Framework cmf
Reference on the smb

Class com.sun.jaw.impl.agent.services.light.MetaDataSrv implements Serializable

Class com.sun.jaw.impl.agent.services.light.RelationSrv implements Serializable

Serialized Fields

cmf

Framework cmf
Reference on the smb

purgeActive

boolean purgeActive
Purge activity of the server

relNumber

int relNumber

Class com.sun.jaw.impl.agent.services.light.RepositorySrv implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.loader.rmi.NetClassLoader implements Serializable

Serialization Methods

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.

Class com.sun.jaw.impl.agent.services.loader.rmi.NetLibLoader implements Serializable

Serialized Fields

libPaths

java.util.Vector libPaths
The libpath to use for locating a library
libPaths Vector


Package com.sun.jaw.impl.agent.services.mlet

Class com.sun.jaw.impl.agent.services.mlet.LauncherSrv implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.mlet.MLet implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.mlet.MLetCacheVersionSrv implements Serializable

Serialized Fields

cacheDir

java.lang.String cacheDir
The local path for versioning.

Class com.sun.jaw.impl.agent.services.mlet.MLetClassLoader implements Serializable

Serialization Methods

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.

Class com.sun.jaw.impl.agent.services.mlet.MLetSrv implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.monitor.CounterMonitor implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.monitor.GaugeMonitor implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.monitor.Monitor implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.monitor.MonitorEvent implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.monitor.MonitorEventMO implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.persistent.PersistentPropertySrv implements Serializable

Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.persistent.PersistentRepositoryException implements Serializable

Class com.sun.jaw.impl.agent.services.persistent.PersistentRepSrv implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.agent.services.scheduler.Scheduler implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

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.

Class com.sun.jaw.impl.agent.services.scheduler.SchedulerEvent implements Serializable


Package com.sun.jaw.impl.common

Class com.sun.jaw.impl.common.ClassDefinition implements Serializable

Serialized Fields

certificate

byte[] certificate

classDigest

byte[] classDigest

classImage

byte[] classImage

className

java.lang.String className

classPath

java.lang.String classPath

digestSignature

byte[] digestSignature

Class com.sun.jaw.impl.common.LibraryDefinition implements Serializable

Serialized Fields

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

Class com.sun.jaw.impl.common.NoSuchLibException implements Serializable


Package com.sun.jaw.impl.server.rmi

Class com.sun.jaw.impl.server.rmi.NetClassServerImpl implements Serializable

Serialized Fields

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

Class com.sun.jaw.reference.agent.cmf.FrameworkEvent implements Serializable

Serialized Fields

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

Class com.sun.jaw.reference.agent.cmf.FrameworkPermission implements Serializable


Package com.sun.jaw.reference.common

Class com.sun.jaw.reference.common.CommunicationException implements Serializable

Serialized Fields

target

java.lang.Throwable target
The embedded exception

Class com.sun.jaw.reference.common.Enumerated implements Serializable

Serialized Fields

value

int value
This variable keeps the integer form of the enumerated. The string form is retreived using getIntTable().

Class com.sun.jaw.reference.common.FrameworkEventMO implements Serializable

Serialized Fields

ClassVersion

java.lang.String ClassVersion

EventObjectNames

java.util.Vector EventObjectNames

EventType

java.lang.Integer EventType

method

java.lang.String method

Class com.sun.jaw.reference.common.InstanceAlreadyExistException implements Serializable

Class com.sun.jaw.reference.common.InstanceNotFoundException implements Serializable

Class com.sun.jaw.reference.common.InvalidPropertyValueException implements Serializable

Class com.sun.jaw.reference.common.JawException implements Serializable

Class com.sun.jaw.reference.common.JawRuntimeException implements Serializable

Class com.sun.jaw.reference.common.JawSecurityException implements Serializable

Class com.sun.jaw.reference.common.JawStaticMethodPermission implements Serializable

Class com.sun.jaw.reference.common.LoaderRepository implements Serializable

Class com.sun.jaw.reference.common.LocalException implements Serializable

Serialized Fields

target

java.lang.Throwable target
The embedded exception

Class com.sun.jaw.reference.common.Modification implements Serializable

Serialized Fields

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.

Class com.sun.jaw.reference.common.ModificationList implements Serializable

Class com.sun.jaw.reference.common.NamedObject implements Serializable

Serialized Fields

name

ObjectName name
Object name.

object

java.lang.Object object
Object reference.

Class com.sun.jaw.reference.common.ObjectName implements Serializable

Serialized Fields

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.

Class com.sun.jaw.reference.common.Property implements Serializable

Serialized Fields

pos

int pos
Position (relevant only for indexed properties).

property

java.lang.String property
Property name.

value

java.lang.Object value
Value.

Class com.sun.jaw.reference.common.PropertyList implements Serializable

Class com.sun.jaw.reference.common.PropertyName implements Serializable

Serialized Fields

name

java.lang.String name
Property name.

pos

int pos
Position (only relevant for an indexed property).

Class com.sun.jaw.reference.common.PropertyNotFoundException implements Serializable

Class com.sun.jaw.reference.common.ServiceNotFoundException implements Serializable


Package com.sun.jaw.reference.mapper

Class com.sun.jaw.reference.mapper.MappingException implements Serializable


Package com.sun.jaw.reference.query

Class com.sun.jaw.reference.query.AndQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1

exp2

QueryExp exp2

Class com.sun.jaw.reference.query.AttributeExp implements Serializable

Serialized Fields

attr

java.lang.String attr

Class com.sun.jaw.reference.query.BadAttributeValueException implements Serializable

Serialized Fields

val

java.lang.Object val

Class com.sun.jaw.reference.query.BadBinaryOpExpressionException implements Serializable

Serialized Fields

exp

BinaryOpExpression exp

Class com.sun.jaw.reference.query.BadStringOperationException implements Serializable

Serialized Fields

op

java.lang.String op

Class com.sun.jaw.reference.query.BetweenQueryExp implements Serializable

Serialized Fields

exp1

ValueExp exp1

exp2

ValueExp exp2

exp3

ValueExp exp3

Class com.sun.jaw.reference.query.BinaryOpExpression implements Serializable

Serialized Fields

exp1

ValueExp exp1

exp2

ValueExp exp2

op

int op

Class com.sun.jaw.reference.query.BinaryRelQueryExp implements Serializable

Serialized Fields

exp1

ValueExp exp1

exp2

ValueExp exp2

relOp

int relOp

Class com.sun.jaw.reference.query.BooleanValue implements Serializable

Serialized Fields

val

boolean val

Class com.sun.jaw.reference.query.IndexedAttributeExp implements Serializable

Serialized Fields

index

int index

Class com.sun.jaw.reference.query.InQueryExp implements Serializable

Serialized Fields

val

ValueExp val

valueList

ValueExp[] valueList

Class com.sun.jaw.reference.query.InvalidApplicationException implements Serializable

Serialized Fields

val

java.lang.Object val

Class com.sun.jaw.reference.query.MatchQueryExp implements Serializable

Serialized Fields

exp

AttributeExp exp

pattern

java.lang.String pattern

Class com.sun.jaw.reference.query.NotQueryExp implements Serializable

Serialized Fields

exp

QueryExp exp

Class com.sun.jaw.reference.query.NumericValue implements Serializable

Serialized Fields

doubleVal

double doubleVal

longVal

long longVal

valIsLong

boolean valIsLong

Class com.sun.jaw.reference.query.OrQueryExp implements Serializable

Serialized Fields

exp1

QueryExp exp1

exp2

QueryExp exp2

Class com.sun.jaw.reference.query.QualifiedAttributeExp implements Serializable

Serialized Fields

className

java.lang.String className

Class com.sun.jaw.reference.query.QualifiedIndexedAttributeExp implements Serializable

Serialized Fields

index

int index

Class com.sun.jaw.reference.query.QueryEval implements Serializable

Class com.sun.jaw.reference.query.QueryExp implements Serializable

Class com.sun.jaw.reference.query.StringValueExp implements Serializable

Serialized Fields

val

java.lang.String val

Class com.sun.jaw.reference.query.ValueExp implements Serializable


Package com.sun.jaw.snmp.agent

Class com.sun.jaw.snmp.agent.SnmpIndex implements Serializable

Serialized Fields

oids

java.util.Vector oids
The list of oids.

size

int size
The number of elements in the index.

Class com.sun.jaw.snmp.agent.SnmpMib implements Serializable

Serialized Fields

root

com.sun.jaw.snmp.agent.internal.SnmpMibOid root
The top element in the Mib tree.

Class com.sun.jaw.snmp.agent.SnmpMibAgent implements Serializable

Serialized Fields

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.

Class com.sun.jaw.snmp.agent.SnmpMibTable implements Serializable

Serialized Fields

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.

Class com.sun.jaw.snmp.agent.SnmpMibTableRemCreate implements Serializable

Class com.sun.jaw.snmp.agent.SnmpTableEntryEvent implements Serializable

Serialized Fields

entry

java.lang.Object entry
The entry.


Package com.sun.jaw.snmp.common

Class com.sun.jaw.snmp.common.SnmpCounter implements Serializable

Class com.sun.jaw.snmp.common.SnmpCounter64 implements Serializable

Serialized Fields

value

long value
This is where the value is stored. This long is positive.

Class com.sun.jaw.snmp.common.SnmpGauge implements Serializable

Class com.sun.jaw.snmp.common.SnmpInt implements Serializable

Serialized Fields

value

long value
This is where the value is stored. This long is signed.

Class com.sun.jaw.snmp.common.SnmpIpAddress implements Serializable

Class com.sun.jaw.snmp.common.SnmpNull implements Serializable

Serialized Fields

tag

int tag
This is the tag of the NULL value. By default, it is the universal tag value.

Class com.sun.jaw.snmp.common.SnmpOid implements Serializable

Serialized Fields

componentCount

int componentCount
The length of the components array.

components

long[] components
The components array.

Class com.sun.jaw.snmp.common.SnmpOpaque implements Serializable

Class com.sun.jaw.snmp.common.SnmpPduBulk implements Serializable

Serialized Fields

maxRepetitions

int maxRepetitions
The max-repetitions value.

nonRepeaters

int nonRepeaters
The non-repeaters value.

Class com.sun.jaw.snmp.common.SnmpPduPacket implements Serializable

Serialized Fields

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}.

Class com.sun.jaw.snmp.common.SnmpPduRequest implements Serializable

Serialized Fields

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}.

Class com.sun.jaw.snmp.common.SnmpPduTrap implements Serializable

Serialized Fields

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.

Class com.sun.jaw.snmp.common.SnmpStatusException implements Serializable

Serialized Fields

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.

Class com.sun.jaw.snmp.common.SnmpString implements Serializable

Serialized Fields

value

byte[] value
This is the bytes array of the string value.

Class com.sun.jaw.snmp.common.SnmpStringFixed implements Serializable

Class com.sun.jaw.snmp.common.SnmpTimeticks implements Serializable

Class com.sun.jaw.snmp.common.SnmpTooBigException implements Serializable

Serialized Fields

varBindCount

int varBindCount
The varBindCount.

Class com.sun.jaw.snmp.common.SnmpUnsignedInt implements Serializable

Class com.sun.jaw.snmp.common.SnmpValue implements Serializable

Class com.sun.jaw.snmp.common.SnmpVarBind implements Serializable

Serialized Fields

oid

SnmpOid oid
The oid of the SnmpVarBind.

value

SnmpValue value
The value of the SnmpVarBind.


Package com.sun.jaw.snmp.manager

Class com.sun.jaw.snmp.manager.SnmpConst implements Serializable

Class com.sun.jaw.snmp.manager.SnmpOptions implements Serializable

Serialized Fields

options

int options
By default the following options are set:

Class com.sun.jaw.snmp.manager.SnmpParameters implements Serializable

Serialized Fields

_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.

Class com.sun.jaw.snmp.manager.SnmpPeer implements Serializable

Serialized Fields

_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.

Class com.sun.jaw.snmp.manager.SnmpPollRequest implements Serializable

Serialized Fields

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.

Class com.sun.jaw.snmp.manager.SnmpRequest implements Serializable

Serialized Fields

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:

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

Class com.sun.jaw.snmp.manager.SnmpSession implements Serializable

Serialized Fields

_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.

Class com.sun.jaw.snmp.manager.SnmpVar implements Serializable

Serialized Fields

_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.

Class com.sun.jaw.snmp.manager.SnmpVarbindList implements Serializable

Serialized Fields

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.

Class com.sun.jaw.snmp.manager.Timestamp implements Serializable

Serialized Fields

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

Class com.sun.jaw.tools.JobApplet implements Serializable