Interface | Description |
---|---|
AcctEventListener | |
BytesConverter |
This is a simple interface that allows an Object to
go to and from byte[] form (without the use of an
InputStream or OutputStream.)
|
Factory |
This interface should be used for classes that are used to
create specific Objects.
|
FileComparator |
The purpose of this interface is to allow a more detailed File
comparison than that supported by the File class.
|
ShutdownListener |
used by the adminserver and nodemgr to notify an object that the shutdown
is complete
|
Snmp_Trap_APIInterface | |
SnmpTrapSenderIfc | |
UDCFileType |
Class | Description |
---|---|
AcctEventSender | |
AsnFileInfo | |
BatchIdFileComparator | |
CommandLineParser |
This class is for parsing command lines, as typed by a user to
a Java program.
|
ConfigFileProcessor | |
CPUMonitor | |
DataFlowMapFileProcessor | |
DatedStringComparator |
Compares two dated Strings.
|
DateTimeUtil | |
DirectoryStreamUtils | |
DiskMonitor | |
DiskStatusMonitor | |
DummyFactory |
In some situations, there may be a class that requires a
Factory, but needs a "passthrough" getObject method that
just returns itself.
|
EnhConfigFileProcessor |
This class is very similar to the existing ConfigFileProcessor class,
except for the few enhancements that allow for easier dealings with
the config file.
|
FileHashtable |
This class handles the key -> disk based Object mappings, where
the disk-based Object is handled with an ObjectStorageFile class.
|
FileListSorter |
This class contains static methods to obtain and sort a list of files
from a directory.
|
FileNameComparator |
Default File comparison class, which uses File.lastModified()
for sorting comparisons.
|
FilenameGenerator |
This class is used to generate filenames.
|
FileSystemCleaner |
This class handles file system cleaning, and has the option
to make it timer based.
|
FileUtils | |
FixedRateTimer |
Title: FixedRateTimer
Description: Sleeps until the beginning of a new time interval defined
by its sleepTime setting
Copyright: Copyright (c) 2001
Company: Nortel Networks
|
FtpTransportHandler |
This class defines some common members and methods used in starting and
maintaining FtpTransportSession classes.
|
FtpTransportSession |
Handles some common methods and variables that are used in a
single Ftp session; However, the actual set of procedures needed in
a given ftp session must be defined in the sub-class.
|
InputStreamCopier |
Copies the data from the given InputStream to the given OutputStream.
|
Interval |
Implementation of an Interval which is not available in the java.time library
|
LastModifiedFileComparator |
Default File comparison class, which uses File.lastModified()
for sorting comparisons.
|
LoggerFactory | |
MemoryMonitor | |
NodeChainTestCfg | |
NodeChainTestCfgItem | |
NodeLocationFileProcessor | |
NodeLocationFileReader | |
ObjectStorageAllocator |
Network Mediation
User: jwu
Date: Nov 26, 2004
Time: 1:43:03 PM
MetaSolv Software Inc.
|
ObjectStorageFile |
This class implements the basics of file-based Object storage.
|
ObjectStorageInfo |
Network Mediation
User: jwu
Date: Nov 26, 2004
Time: 2:43:26 PM
MetaSolv Software Inc.
|
OracleWalletManager | |
OSARuleMapping | |
RangeIterator |
This class is for parsing a single string value containing space- or
comma- separated numbers or ranges of numbers, and returns their values
in sorted range.
|
Snmp_Trap_APIImpl | |
SnmpTrapSenderImpl | |
SystemFileMonitor | |
SystemModel | |
SystemModelUpdater | |
UDCIDGenerator |
This class is used purely for the purpose of generating unique
UDC IDs.
|
UDCSimpleTimer |
This is a simple timer that can be used to periodically cause a specific
action to be performed on an object listening to the timer.
|
VersionInfo | |
VersionInfoGUI |
Enum | Description |
---|---|
NodeChainTestCfgItem.TestStatusEnum |