Serialized Form
Package net.sourceforge.esw.collection |
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.
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.
contextFactory
INodeContextFactory contextFactory
- The
INodeContextFactory
instance for this
ATransducer
.
ioTransducer
IIOTransducer ioTransducer
- The
IIOTransducer
instance to which ITransducer
implemented method invocations are delegated.
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
.
delimiter
java.lang.String delimiter
- The delimiter which seperates the name from the value in this
DictionaryTransducer instance.
filename
java.lang.String filename
- Name of the file represented by this
FileTransducerAdapter
instance.
positions
java.util.ArrayList positions
- The widths of each of the columns, in the order which they occur in the
data.
getStatement
java.lang.String getStatement
- The
get
method's SQL statement.
putStatement
java.lang.String putStatement
- The
put
method's SQL statement.
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.
transducer
ITransducer transducer
- Represents the operations against a data source.
transducer
ITransducer transducer
- The
ITransducer
instance that represents the operations
against a data source.
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.
exceptions
java.util.Collection exceptions
- The
Collection
of exceptions for this
TransducerException
instance.
query
java.lang.String query
- The URL to decant the name/value pairs from/to.
url
java.lang.String url
- The URL for the data this URLTransducerAdapter instance will transduce.
bValidating
boolean bValidating
- Specifies whether this
XMLTransducer
instance validate the XML
document By default, validation does not occur.
Package net.sourceforge.esw.graph |
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 |
prototype
INode prototype
- The prototype
INode
instance.
Package net.sourceforge.esw.graph.decorator |
node
INode node
- The
INode
instance wrapped by this ANodeDecorator
instance.
Package net.sourceforge.esw.graph.proxy |
node
INode node
inter
java.lang.Class inter
Package net.sourceforge.esw.properties |
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.
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 |
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.
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.
list
java.util.List list
- The Collection of Telemetry
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.
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.
delegate
IService delegate
Package net.sourceforge.esw.service.lifesupport |
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 |
datum
ILogDatum datum
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
myExpression
IFilterExpression myExpression
myTargets
INode myTargets
name
java.lang.String name
description
java.lang.String description
filters
INode filters
internalNode
INode internalNode
filterEngine
IFilterEngine filterEngine
delegate
ILogDissemination delegate
delegate
ILogDissemination delegate
delegate
ILog delegate
transducer
MailTransducer transducer
- The MailTransducer through which to Log.
transducer
JDBCTransducer transducer
- The JDBCTransducer for use by the ReferenceLog.
transducerSource
ITransducer transducerSource
Package net.sourceforge.esw.service.log.expression |
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
firstExp
IFilterExpression firstExp
secondExp
IFilterExpression secondExp
firstExp
IFilterExpression firstExp
secondExp
IFilterExpression secondExp
firstExp
IFilterExpression firstExp
Package net.sourceforge.esw.transport |
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.
subject
java.lang.Object subject
Package net.sourceforge.esw.util |
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 |
delegate
ISupportObject delegate
Package net.sourceforge.esw.widgets |
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 |
node
INode node
columnNames
java.lang.String[] columnNames
cache
java.lang.Object[][] cache
Copyright 2002 Free Software Foundation. All Rights Reserved.