de.danet.an.util |
This package is the project specific contribution to AN's
general Java library. It supplements this library as the project
currently demands. When the project has finished, its contents
will be reviewed and merged with general library to broaden the
code base for future projects.
@since 1.0
|
Java Source File Name | Type | Comment |
BeanSorter.java | Class | This class provides a base class for implementing sortable tables. |
CollectionsUtil.java | Class | This class provides some helper methods for the use of the Java
collection framework (this includes both collections and maps). |
Debug.java | Class | This class provides some utility methods for debugging.
author: Michael N. |
Duration.java | Class | This class provides a representation of durations and a parser for
strings that represent durations.
Strings that can be parsed consist of value/unit pairs. |
EJBUtil.java | Class | Collection of EJB utilities. |
Glob.java | Class | This class provides a glob expression to regular expression converter. |
JDBCUtil.java | Class | Collection of JDBC utilities. |
JDOMSerializationWrapper.java | Class | This class provides a wrapper or rather patch for a JDOM element of version
jdom-b8 in which the variable of additionalNamespaces are
transient, this results that the informations of
additionalNamespaces get lost after the serialization. |
KeyGenEJB.java | Class | This stateless session bean is part of the primary key generator in
JDBCUtil JDBCUtil . |
KeyGenLockEJB.java | Class | This class is a helper used to synchronize key generators within an
application server if the data base does not support SELECT FOR UPDATE. |
Misc.java | Class | This class provides general utility functions. |
PersistentMap.java | Interface | This interface defines a persistent map. |
ResourceBundleAsMap.java | Class | This Class represents the ResourceBundle as a Map. |
ResourceNotAvailableException.java | Class | This exception is used to signal that a resource is temporarily not
available. |
SegmentedMap.java | Class | This class is used to filter paths from maps. |
SegmentedResourceMap.java | Class | This class represents a
java.util.ResourceBundle ResourceBundle that has been made
available as
SegmentedMap SegmentedMap . |
ServiceMgmt.java | Class | Class with convenience functions for service related tasks. |
SimplePrincipal.java | Class | This class provides a very simple implementation of the interface
Principal . |
UniversalPrepStmt.java | Class | This class provides a wrapper that can handle special database
requirements. |
UtilConsts.java | Interface | This interface defines some constants for the utility package. |
UtilEJB.java | Class | The stateless session bean UtilEJB provides server-side
util functionalitity which can be used by client applications. |
XMLUtil.java | Class | This class provides some utility functions for handling XML. |