Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.util: Javadoc index of package com.flexstor.common.util.


Package Samples:

com.flexstor.common.util

Classes:

Diagnostic: Revision 1.8 2000-09-28 : 22:51:00 Visesh Removed constructors particular to DiagnosticCategory when it was in the hiearchy Diagnostic is a utility class for tracing and debugging. It is not intended for error and exception handling. It provides methods to print, trace, and warn and also to check for conditions. One or more output streams can be registered so that output can be saved in a file and shown on the console simultaneously. Diagnostic.initialize(section name) must be called to read properties from the 'diagnostic.properties' file. Different section can be defined with different properties, ...
DiagnosticBase: Revision 1.6 2000-09-28 : 22:51:00 Visesh This class now extends DiagnosticCategoryI instead of DiagnosticCategory Removed constructors particular to DiagnosticCategory when it was in the hiearchy Changed all method definations by changing the type of parameters from DiagnosticCategoryI to DiagnosticCategory DiagnosticBase is a utility class for tracing and debugging. It is not intended for error and exception handling. It provides methods to print, trace, and warn and also to check for conditions. One or more output streams can be registered so that output can be saved in a file and shown on the ...
DiagnosticCategoryI: Revision 1.15 2000-09-28 : 22:51:00 Visesh Changed access modifier of 'categories' to public final static This class ensures type safety for diagnostic categories. Only categories defines in this interface can be traced. Each category must be included in the categories array when added to the interface. Categories can be referenced through Diagnostic, e.g. Diagnostic.CAT_SEND. All categories should be commented.
FlexRectangle: This class extends Rectangle so that it can be saved as a string in the database or in a text file and be reconstructed. Basically, this is a very simple Serializable interface. Two methods readObject (create an object from a string) and writeObject (transforms an object to a string) implement that functionality.
PropertyMapperCore: PropertyMapperCore provides functionality to read sections, properties and values from an input file, keep them in memory and access each element of data. (This class is abstract for convenience. EJB Server needs to use the Property Mapper functionality but it requires to avoid the dependencies with Xfile.)
UrlAnalyzer: This class offers several methods to return the different parts of a file path. These parts are: - Remote file protocol - Server name; in DNS form or name-only form - location (not including file name) - file name - separator character It also returns whether path is local or remote
MacProcess: This class handles mac specific processing: 1. localizes file paths, i.e. replaces "/" with ":" 2. write arguments into the temp file and clears the argument array. The application must read that temp file to process the arguments.
LauncherOutputStream: Redirects all standard output and standard errors to a stream. Please note that this class will only work with the app launcher because all of the output is directed to a native method in the app launcher Native (C++) code.
FlexDbServerHost: FlexDbServerHost returns information about the machine hosting the FlexDBServer. Among the information available is the list of virtual names given to the machine as specified in the flexstordb.properties file.
FlexClassLoader: A simple class loader capable of loading from multiple sources, such as local files or an URL. Must be subclassed and the abstract method loadClassBytes() implemented to provide the preferred source.
FlexObservable: This class is neccessary for delegation of the observable behavior within any class not derived from java.util.Observable. To be able to use delegation, setChanged and clearChanged must be public.
InetUtil: InetUtil returns information for a specific server. Given a server name, this class can determine all IP Addresses of the server and also compares if this server has other names.
FlexVector: This class is merely a class as an interface between java.util.vector and potentially derived classes. As of now, FlexVector does not implement any methods.
DiagnosticCategory: Revision 1.3 2000-09-28 : 22:51:00 Visesh This class no longer extends DiagnosticCategoryI This change has been made to remove circular dependencies
PropertyMapper: PropertyMapper provides functionality to read sections, properties and values from an input file, keep them in memory and access each element of data.
PropertyReader: PropertyReader provides functionality to read sections, properties and values from an input file. Data is accessed on demand with no caching.
FlexHashtable: This class contains useful methods for retrieving specific objects out of a Hashtable It is our very own extension of java.util.Hashtable
EmailFtpAddressUtil: This class validate the email/ftp addresses.This is an utility class. validation methods for ftp is yet not implemented.
Serialization: Serialization provides static methods for serializing and deserializing objects to and from a file or byte array.
AppServerClient: This class wraps around the proxy and encapsulates any CORBA specific code and mappings.
PropertyMapperException: PropertyMapperException provides functionality to throw exceptions from PropertyMapper.
PropertyReaderException: PropertyReaderException provides functionality to throw exceptions from PropertyReader.
Encrypt: Encrypts or Decrypts a string. Based on the Blustone Sapphire/Web class Sa.SaEncrypt
FlexNode: General purpose node to provide support for building hierarchical data structures.
DirectDotHot: Manish: Changed to use Reader instead of a datainputstream..

Home | Contact Us | Privacy Policy | Terms of Service