Serialized Form


Package net.sourceforge.esw.collection

Class net.sourceforge.esw.collection.AIOTransducer implements Serializable

Serialized Fields

reader

java.io.Reader reader
The Reader instance that will provide input for get methods.

writer

java.io.Writer writer
The Writer instance that will provide ouput for put methods.

Class net.sourceforge.esw.collection.AJDBCTransducer implements Serializable

Serialized Fields

url

java.lang.String url
The URL for the JDBC data source.

userid

java.lang.String userid
The User id for the authorized JDBC data source user.

password

java.lang.String password
The password for the authorized JDBC data source user.

bJDBCDriverAutoCommit

boolean bJDBCDriverAutoCommit
The ITransactionalTransducer JDBC Driver autocommit property. The default is true.

bTransducerAutoCommit

boolean bTransducerAutoCommit
The ITransactionalTransducer autocommit property. The default is true.

connection

java.sql.Connection connection
For non-AutoCommit mode, the Connection reference to commit or rollback when the transaction is complete or aborted.

Class net.sourceforge.esw.collection.ATransducer implements Serializable

Serialized Fields

contextFactory

INodeContextFactory contextFactory
The INodeContextFactory instance for this ATransducer.

Class net.sourceforge.esw.collection.ATransducerAdapter implements Serializable

Serialized Fields

ioTransducer

IIOTransducer ioTransducer
The IIOTransducer instance to which ITransducer implemented method invocations are delegated.

Class net.sourceforge.esw.collection.DefaultTransducer implements Serializable

Class net.sourceforge.esw.collection.DelimitedTransducer implements Serializable

Serialized Fields

delimiters

java.util.HashMap delimiters
The Map of delimiters for this ITransducer implementor, all of them with an Integer key and a String value.

size

int size
The size of the collection of delimiters, equal to the largest postion plus one.

bWriteTrailingDelim

boolean bWriteTrailingDelim
If put transductions with this DelimitedTransducer should write out the trailing top level delimiter. Default is true.

Class net.sourceforge.esw.collection.DictionaryTransducer implements Serializable

Serialized Fields

delimiter

java.lang.String delimiter
The delimiter which seperates the name from the value in this DictionaryTransducer instance.

Class net.sourceforge.esw.collection.FileTransducerAdapter implements Serializable

Serialized Fields

filename

java.lang.String filename
Name of the file represented by this FileTransducerAdapter instance.

Class net.sourceforge.esw.collection.FixedPositionTransducer implements Serializable

Serialized Fields

positions

java.util.ArrayList positions
The widths of each of the columns, in the order which they occur in the data.

Class net.sourceforge.esw.collection.JDBCTransducer implements Serializable

Serialized Fields

getStatement

java.lang.String getStatement
The get method's SQL statement.

putStatement

java.lang.String putStatement
The put method's SQL statement.

Class net.sourceforge.esw.collection.MailTransducer implements Serializable

Serialized Fields

smtpHost

java.lang.String smtpHost
The hostname of the SMTP server through which this MailTransducer instance will send it's message.

username

java.lang.String username
The username for access to the SMTP server through which this MailTransducer instance will send its message.

password

java.lang.String password
The password for access to the SMTP server through which this MailTransducer instance will send its message.

debug

boolean debug
Sets if debugging for the Mail API should be turned on or off.

Class net.sourceforge.esw.collection.MetaCollection implements Serializable

Serialized Fields

transducer

ITransducer transducer
Represents the operations against a data source.

Class net.sourceforge.esw.collection.NodeMetaCollection implements Serializable

Serialized Fields

transducer

ITransducer transducer
The ITransducer instance that represents the operations against a data source.

Class net.sourceforge.esw.collection.StringTransducerAdapter implements Serializable

Serialized Fields

myString

java.lang.String myString
The String of data that is get into the contained IIOTransducer instance.

sWriter

java.io.StringWriter sWriter
The StringWriter used to capture data from a put method invocation.

Class net.sourceforge.esw.collection.SystemPropertiesTransducer implements Serializable

Class net.sourceforge.esw.collection.TransducerException implements Serializable

Serialized Fields

exceptions

java.util.Collection exceptions
The Collection of exceptions for this TransducerException instance.

Class net.sourceforge.esw.collection.URLQueryTransducer implements Serializable

Serialized Fields

query

java.lang.String query
The URL to decant the name/value pairs from/to.

Class net.sourceforge.esw.collection.URLTransducerAdapter implements Serializable

Serialized Fields

url

java.lang.String url
The URL for the data this URLTransducerAdapter instance will transduce.

Class net.sourceforge.esw.collection.XMLTransducer implements Serializable

Serialized Fields

bValidating

boolean bValidating
Specifies whether this XMLTransducer instance validate the XML document By default, validation does not occur.


Package net.sourceforge.esw.graph

Class net.sourceforge.esw.graph.Node implements Serializable

Serialized Fields

value

java.lang.Object value
The value of this INode instance.

map

java.util.Map map
The Map instance containing this INode instance's children. Used for fast access by identifier.

list

java.util.List list
The List instance containing this INode instance's children, in insertion order. Used for fast access by position.

parents

java.util.List parents
The List instancecontaining this INode instance's parents, in insertion order. Used for fast access by position.


Package net.sourceforge.esw.graph.context

Class net.sourceforge.esw.graph.context.DefaultNodeContextFactory implements Serializable

Class net.sourceforge.esw.graph.context.PrototypeDeepCloneNodeContextFactory implements Serializable

Class net.sourceforge.esw.graph.context.PrototypeNodeContextFactory implements Serializable

Serialized Fields

prototype

INode prototype
The prototype INode instance.

Class net.sourceforge.esw.graph.context.SameValueNodeContextFactory implements Serializable


Package net.sourceforge.esw.graph.decorator

Class net.sourceforge.esw.graph.decorator.ANodeDecorator implements Serializable

Serialized Fields

node

INode node
The INode instance wrapped by this ANodeDecorator instance.


Package net.sourceforge.esw.graph.proxy

Class net.sourceforge.esw.graph.proxy.InterfaceNodeFacade implements Serializable

Serialized Fields

node

INode node

inter

java.lang.Class inter


Package net.sourceforge.esw.properties

Class net.sourceforge.esw.properties.DefaultPropertyAggregator implements Serializable

Serialized Fields

bWriteable

boolean bWriteable
If true, this IPropertyAggregator instance is writeable. If false, this IPropertyAggregator instance is read-only.

bWriteableCached

boolean bWriteableCached
If true, this DefaultPropertyAggregator instance has determined if any of the aggregate IPropertySource instances contained by this IPropertyAggregator implementor is writeable. If false, none of the contained IPropertySource instances are writeable.

largestRank

int largestRank
The largest rank of the contained IPropertySource instances.

sources

java.util.HashMap sources
The HashMap of IPropertySource instances that are contained by this IPropertyAggregator instance.

Class net.sourceforge.esw.properties.DefaultPropertySource implements Serializable

Serialized Fields

bWriteable

boolean bWriteable
States whether this DefaultPropertySource instance is a writeable IPropertySource instance.

transducer

ITransducer transducer
The ITransducer instance for this DefaultPropertySource instance.


Package net.sourceforge.esw.service

Class net.sourceforge.esw.service.ADefaultService implements Serializable

Serialized Fields

proxy

java.lang.Object proxy
The Proxy for this ADefaultService implementor.

joinManager

net.jini.lookup.JoinManager joinManager
The JoinManager is a Jini class that provides automated Discovery and Joining of Lookup services.

serviceID

net.jini.core.lookup.ServiceID serviceID
The ServiceID is a Jini class that provides a unique identifier for a service.

classServer

ClassServer classServer
The internal HTTP Class Server for distributing classes.

Class net.sourceforge.esw.service.AService implements Serializable

Serialized Fields

heartbeatGenerator

IHeartbeatGenerator heartbeatGenerator
The IHeartbeatGenerator instance for pushing this AService instances livliness.

bStarted

boolean bStarted
States whether this AService instance is started.

priority

int priority
The priority of this AService instance.

Class net.sourceforge.esw.service.DefaultHeartbeat implements Serializable

Serialized Fields

list

java.util.List list
The Collection of Telemetry

Class net.sourceforge.esw.service.DefaultHeartbeatGenerator implements Serializable

Serialized Fields

pulse

net.sourceforge.esw.service.DefaultHeartbeatGenerator.Pulse pulse

pulseThread

java.lang.Thread pulseThread

interval

int interval
The time interval for collecting and generating IHeartbeats instances.

bStarted

boolean bStarted
States whether this DefaultHeartbeatGenerator has started sending IHeartbeat instances.

heartbeatMonitors

ListenerSupport heartbeatMonitors
The list of IHeartbeatMonitor instances to send IHeartbeat instances to.

telemetrySource

ListenerSupport telemetrySource
The list of ITelemetrySource instances to get ITelemetry instances from.

Class net.sourceforge.esw.service.ReggieLookup implements Serializable

Serialized Fields

lookupDiscovery

net.jini.discovery.LookupDiscoveryManager lookupDiscovery
The object that performs the dicovery of Reggie services, notifying the DiscoveryListener of a discoverd reggie or a discarded reggie.

listener

net.sourceforge.esw.service.ReggieLookup.Listener listener
The DiscoveryListener watching for Reggie services in the Enterprise, adding and removing the services to and from the List.

reggies

ListenerSupport reggies
The current list of Reggie lookup services discovered in the Enterprise.

Class net.sourceforge.esw.service.ServiceProxy implements Serializable

Serialized Fields

delegate

IService delegate


Package net.sourceforge.esw.service.lifesupport

Class net.sourceforge.esw.service.lifesupport.LifeSupport implements Serializable

Serialized Fields

util

LookupServiceUtil util

serviceTelemetry

java.util.Hashtable serviceTelemetry

leases

java.util.Hashtable leases

mgr

net.jini.lease.LeaseRenewalManager mgr

services

java.util.Hashtable services


Package net.sourceforge.esw.service.log

Class net.sourceforge.esw.service.log.ALog implements Serializable

Class net.sourceforge.esw.service.log.CleanLogDatum implements Serializable

Serialized Fields

datum

ILogDatum datum

Class net.sourceforge.esw.service.log.DefaultLogDatum implements Serializable

Serialized Fields

when

java.util.Date when
When the event occured

where

java.lang.String where
Where the event occured

importance

int importance
How important was the event that occured

simpleWhat

java.lang.String simpleWhat
Simply, what was the event that occured

complexWhat

INode complexWhat
Complex caputured state of the event that occured

who

java.lang.String who
Who the event occured with

id

long id
Unique Id of this datum

Class net.sourceforge.esw.service.log.Filter implements Serializable

Serialized Fields

myExpression

IFilterExpression myExpression

myTargets

INode myTargets

name

java.lang.String name

description

java.lang.String description

Class net.sourceforge.esw.service.log.FilterEngine implements Serializable

Serialized Fields

filters

INode filters

Class net.sourceforge.esw.service.log.LogDatumNodeAdapter implements Serializable

Serialized Fields

internalNode

INode internalNode

Class net.sourceforge.esw.service.log.LogDissemination implements Serializable

Serialized Fields

filterEngine

IFilterEngine filterEngine

Class net.sourceforge.esw.service.log.LogDissemination.LogDisseminationProxy implements Serializable

Serialized Fields

delegate

ILogDissemination delegate

Class net.sourceforge.esw.service.log.LogDisseminationProxy implements Serializable

Serialized Fields

delegate

ILogDissemination delegate

Class net.sourceforge.esw.service.log.LoggingException implements Serializable

Class net.sourceforge.esw.service.log.LogProxy implements Serializable

Serialized Fields

delegate

ILog delegate

Class net.sourceforge.esw.service.log.MailLog implements Serializable

Serialized Fields

transducer

MailTransducer transducer
The MailTransducer through which to Log.

Class net.sourceforge.esw.service.log.ReferenceLog implements Serializable

Serialized Fields

transducer

JDBCTransducer transducer
The JDBCTransducer for use by the ReferenceLog.

Class net.sourceforge.esw.service.log.SystemOutLog implements Serializable

Class net.sourceforge.esw.service.log.TransducerLog implements Serializable

Serialized Fields

transducerSource

ITransducer transducerSource


Package net.sourceforge.esw.service.log.expression

Class net.sourceforge.esw.service.log.expression.ComparableFilterExpression implements Serializable

Serialized Fields

firstValue

java.lang.Object firstValue

secondValue

java.lang.Object secondValue

bFirstID

boolean bFirstID

firstIDValue

java.lang.String firstIDValue

firstComparable

java.lang.Comparable firstComparable

bSecondID

boolean bSecondID

secondIDValue

java.lang.String secondIDValue

secondComparable

java.lang.Comparable secondComparable

Class net.sourceforge.esw.service.log.expression.CompoundAndFilterExpression implements Serializable

Serialized Fields

firstExp

IFilterExpression firstExp

secondExp

IFilterExpression secondExp

Class net.sourceforge.esw.service.log.expression.CompoundOrFilterExpression implements Serializable

Serialized Fields

firstExp

IFilterExpression firstExp

secondExp

IFilterExpression secondExp

Class net.sourceforge.esw.service.log.expression.DefaultFilterExpression implements Serializable

Class net.sourceforge.esw.service.log.expression.EqualsFilterExpression implements Serializable

Class net.sourceforge.esw.service.log.expression.GreaterThanEqualsFilterExpression implements Serializable

Class net.sourceforge.esw.service.log.expression.GreaterThanFilterExpression implements Serializable

Class net.sourceforge.esw.service.log.expression.LessThanEqualsFilterExpression implements Serializable

Class net.sourceforge.esw.service.log.expression.LessThanFilterExpression implements Serializable

Class net.sourceforge.esw.service.log.expression.NotFilterExpression implements Serializable

Serialized Fields

firstExp

IFilterExpression firstExp

Class net.sourceforge.esw.service.log.expression.UncomparableExpressionObjectException implements Serializable


Package net.sourceforge.esw.transport

Class net.sourceforge.esw.transport.RMIInvocationHandlerClient implements Serializable

Serialized Fields

handler

IRMIInvocationHandler handler
The server side handler for the proxy requests. This represents the actual object that methods are invoked against.

bUseLocalEquals

boolean bUseLocalEquals
If true, the remote object this InvocationHandler represents does not contain a .equals method. This means that any .equals invoked against this InvocationHandler instance should use local logic for determining equality.

Class net.sourceforge.esw.transport.RMIInvocationHandlerServer implements Serializable

Serialized Fields

subject

java.lang.Object subject


Package net.sourceforge.esw.util

Class net.sourceforge.esw.util.SupportObject implements Serializable

Serialized Fields

propertyChildren

java.util.Hashtable propertyChildren
Associates listeners with the property that concerns them. Maps property names to ListenerSupport objects.

vetoableChildren

java.util.Hashtable vetoableChildren
Associates listeners with the property that concerns them. Maps vetoable property names to ListenerSupport objects.

properties

java.util.HashMap properties
The dynamic properties for this SupportObject instance.

id

java.lang.Object id
The identifier for this SupportObject instance.


Package net.sourceforge.esw.util.proxy

Class net.sourceforge.esw.util.proxy.SupportObjectProxy implements Serializable

Serialized Fields

delegate

ISupportObject delegate


Package net.sourceforge.esw.widgets

Class net.sourceforge.esw.widgets.Table implements Serializable

Serialized Fields

table

javax.swing.JTable table

scrollPane

javax.swing.JScrollPane scrollPane

adapter

ITableAdapter adapter

tableModel

net.sourceforge.esw.widgets.Table.TableModelImpl tableModel

theModel

java.lang.Object theModel


Package net.sourceforge.esw.widgets.adapters

Class net.sourceforge.esw.widgets.adapters.NodeTableAdapter implements Serializable

Serialized Fields

node

INode node

columnNames

java.lang.String[] columnNames

cache

java.lang.Object[][] cache



Copyright 2002 Free Software Foundation. All Rights Reserved.