Valescom Java API

Valescom Java API

Packages
com.valescom.support.base.java The base package provides base functionality for the valescom library.
com.valescom.support.bean.java The bean package provides a generic visitor mechanism for visiting any java object structure.
com.valescom.support.cache.java The cache package provides an implemention of a cache mechanism.
com.valescom.support.clock.java This package provides a central access point to the time in a system.
com.valescom.support.component.java The component package implements the composite pattern.
com.valescom.support.event.java The eventhandling package provides a way for handling events on thread level, on process level, and on system level.
com.valescom.support.event.protocol.java  
com.valescom.support.graph.java Graph provides an interface and base implementation for defining graphs.
com.valescom.support.home.java The Home package provides a single point of access to the home environment.
com.valescom.support.io.java This package is an extension to the java.io package.
com.valescom.support.ipc.io.java The ipc.io package provides a way to create non-blocking ipc connections based on blocking input and output streams.
com.valescom.support.ipc.java The ipc package provides a framework to overcome blocking inter process communication.
com.valescom.support.ipc.net.java The ipc.net package provides a ipc socket implementation of the interfaces defined in the ipc package.
com.valescom.support.ipc.sql.java The ipc.sql package provides supporting tools for creating connections to a databaseand provides a way to create persistent sessions for blocking (read/write) and non-blocking (write) communication with an SQL database.
com.valescom.support.jni.java This packages provides a static interface to assert, trace and monitor functionality for use in C, and a way to allocate and free memory C-style for use in Java.
com.valescom.support.math.java The math package contains interfaces and implemenations for common mathematical concepts.
com.valescom.support.monitor.java The monitor package provides a framework to report the status of a component.
com.valescom.support.observer.java The observer package implements the observer pattern.
com.valescom.support.persistency.java The persistency package provides a way for writing objects in one atomic action to a persistent medium.
com.valescom.support.pipe.java Provide a producer consumer interface to cross thread boundaries.
com.valescom.support.pool.java The pool package provides a way of sharing and reusing objects, which are relative expensive to create.
com.valescom.support.priority.java The priority package provides an interface with base implementation for giving Objects priorities.
com.valescom.support.producerconsumer.java The producerconsumer package provides a way to define a chain of processing units.
com.valescom.support.producerconsumer.network.java Network helps build complex Producer Consumer Components.
com.valescom.support.queue.java A queue is an interface for the FIFO (first in, first out) algorithm.
com.valescom.support.registry.java The registry package provides a central access point for managing configuration data.
com.valescom.support.serialization.bytes.java Serialization implementation for raw data.
com.valescom.support.serialization.csv.java Serialization implementation for serializing to the comma separated values format.
com.valescom.support.serialization.java The serialization package defines interfaces for building object serializers and deserializers.
com.valescom.support.serialization.sql.java The sql package provides a mechanism for serializing and deserializing objects to and from a database via a JDBC connection.
com.valescom.support.serialization.tagged.java Optimized serialization implementation for reading and writing objects to/from streams.
com.valescom.support.serialization.xml.java The xml package provides a way for deserializing/serializing objects from/to xml.
com.valescom.support.singleton.java The singleton package provides a basic mechanism for thread safe singleton access and creation.
com.valescom.support.store.java The store package provides a mechanism for storing and retreiving identifyable objects.
com.valescom.support.store.protocol.java This package defines a protocol for communicating store changes.
com.valescom.support.subscription.expr.java The expr package provides an expressions mechanism to define subscribe expressions for publications based on categories (a map).
com.valescom.support.subscription.java The subscription package provides a basis for implementing the publish/subscribe model.
com.valescom.support.tag.java TagMap provides a central access point for translating tags into classes and vice versa.
com.valescom.support.timer.java The Timer package enables execution of tasks in the future.
com.valescom.support.trace.java The trace package gives the programmer insight in the behaviour of a running application.
com.valescom.support.util.java The util package contains an extensions to the java.util package.
com.valescom.support.util.zip.java Zip provides an alternative implementation of compression streams.
com.valescom.support.visitor.java Visitor defines an interface for implementations of the Visitor design pattern, as described in Erich Gamma's 'Design Patterns, Elements of reusable Object-Oriented Software'.

 

 

Valescom Java API

Copyright 1998, 2003 - Valescom