| Interface | Description |
|---|---|
| AdminIfc |
Operations that the NodeManager may call in order to effectively
administrate the node
|
| ConfigIfc |
Defines methods for retrieving configuration values for the node
|
| DataLookupIfc |
An interface implemented by NAR which is used for looking up data fields
using integer attribute ids as lookup keys.
|
| DataProviderIfc |
Methods which allow a DataReceiver to communicate with a DataProvider
|
| DataReceiverIfc |
Methods which allow a DataProvider to communicate with a DataReceiver
|
| DataStoreIfc |
An interface implemented by NAR which is used for storing data fields
using integer attribute ids.
|
| DCFieldContainer |
Generic interface used for passing data within and between Nodes.
|
| DCNodePerformanceIfc |
Defines methods that will be used to assess the performance of
a DCNode.
|
| DCNodeTypeIfc | |
| DCRecordFactoryIfc |
Generic interface used for accepting raw data and generating EI or OI
record (DCFieldContainer) objects.
|
| DCStreamHandler | |
| DCTransport |
Methods common to all transports.
|
| EPFileLoader |
This interface is to be implemented by a loader which wants
to make some data available to an enhancement node by writing
its data into a file.
|
| EPFileLoaderConfig |
Objects which define configuration data for an EPFileLoader
implement this interface, and provide a JPanel object to
interested parties.
|
| FileDataProviderIfc | |
| FileDataReceiverIfc | |
| IDCMethodHandler |
Root interface of Java hook method handler interface.
|
| LoggerIfc |
Provides the ability to write messages to the node's log file.
|
| NodeEventListener | |
| NodeHealthIfc |
Title: Node Health Interface
Description: An interface implemented by nodes and used to determine
whether they are functional or not.
|
| NodeStateManagementIfc |
Defines those methods specific to node state management.
|
| PropertyIfc |
Defines methods for setting and retrieving general-purpose environment
and runtime properties for the node.
|
| StringIdLookupIfc |
An interface implemented by StringIdNAR which is used for looking
up data fields using string attribute ids as lookup keys.
|
| StringIdStoreIfc |
An interface implemented by StringIdNAR which is used for storing data
fields using string attribute ids.
|
| Class | Description |
|---|---|
| ByteField |
The class ByteField.
|
| BytesField |
The class BytesField.
|
| CommonProcessorNode |
This Processor Node handle some base functionality in setting
up some default, common processor node issues.
|
| ConfigMethodHandler |
This class should be extended for use in a node that requires
user-defined conditions, rather than those supported by default
in the node.
|
| ConfigMethodManager |
Manages user-defined methods, as they have been configured in the
NPL "Config" clause of a declarative NPL file.
|
| DCField |
This is the abstract class for all DCField objects.
|
| DCFieldProcessor | |
| DCFieldTypeConverter |
This class converts values from one DCField type to
values of another format, typically of a DCfield type.
|
| DCNode | |
| DCNodeInputMonitoringTask | |
| DCNodePerformance | |
| DCNodeType |
The DCNodeType class was created for the purpose of providing an
implementation of the DCNodeTypeIfc that we can be sure is serializable
for passing across an RMI connection.
|
| DCOIRecord |
Base class for OI record objects.
|
| DCOIRecordAdapter |
An abstract class for maintaining OI records.
|
| DeclNPLFieldProcessor |
This field processor is intended for those nodes that can not
use procedural NPL, but still required the declarative
configuration elements of NPL.
|
| DoubleField |
The class DoubleField.
|
| EIFileCycler | |
| EINode | |
| EITransport | |
| FieldKey | |
| FileEIDuplicateCheck | |
| FileEISequenceCheck | |
| FloatField |
The class FloatField.
|
| GeneralNPLProcessorNode |
This General NPL Processor Node handles some base functionality
that applies to ALL forms of NPL, regardless of the specific features.
|
| GenericFlatFileProcessor |
This is an abstract class that should be extended when
a new type of flat file processing node is requrired
|
| GenericFlatFileRecord | |
| IntField | |
| IPField |
Network Mediation
User: jwu
Date: Nov 14, 2005
Time: 2:09:49 PM
MetaSolv Software Inc.
|
| KnownFieldLengthConfig | |
| KnownFieldLengthFileProcessor |
This node should be extend if a knew node is required for processing
flat files with fields that have a known length and no delimiter.
|
| KnownFieldLengthRecord | |
| LDAPLoader |
FileLoader for LDAP lookup
|
| LDAPLoaderConfig | |
| ListField | |
| LocalFileFilter |
Used to filter files based on their suffix.
|
| LongField |
The class LongField.
|
| MacField |
The class MacField.
|
| MapField | |
| MillisField |
The class MillisField.
|
| NameLengthPair | |
| NPLDeclarations |
The main purpose of this class is to provide a clean
interface to declarations in an NPL file.
|
| NPLFieldProcessor | |
| NPLProcessorNode |
This Processor Node is the default for doing procedural processing
with NPL.
|
| NPLProcessorNodeMT | |
| NullField |
The class NullField.
|
| ObjectField |
The class ObjectField.
|
| OIFileCycler | |
| OIFileFormatter |
This class is responsible for managing the output files via OIFileWriter()
and performing any specific file-formatting operations.
|
| OIFtpNode |
This is the base-class for FTP file-based OI Nodes.
|
| OIMultiThreadManager | |
| OINode |
This class is the base class for all OI nodes.
|
| OITransport |
This is the base class for all OI transports.
|
| PathLabelConverter | |
| ProcessorMultiThreadManager | |
| ProcessorNode | |
| SecondsField |
The class SecondsField.
|
| ShortField | |
| StringField | |
| UINT128Field |
The class UINT128Field.
|
| Exception | Description |
|---|---|
| InvalidAttributeTypeException |
This RunTimeException is thrown when a type specific lookup()
method, e.g.
|
| NonExistentAttributeException |
This exception is thrown when an attempt is made
to access an attribute within a DCFieldContainer which
does not exist.
|
| NonNumericTypeException |
This RunTimeException is thrown when load() methods for storing numeric
data are called with non-numeric arguments.
|