| Home >> All >> com >> clra >> [ util Javadoc ] |
com.clra.util: Javadoc index of package com.clra.util.
Package Samples:
com.clra.util
Classes:
INamed: Declares a read-only interface for named objects. Named objects should guarantee that getName() returns a non-null and non-blank value (otherwise it doesn't make much sense to declare an object as 'Named'). Implementations should also trim names (i.e. remove leading and trailing whitespace) since whitespace doesn't make much sense in a name.
MailerAppException: MailerAppException is an exception that extends the standrad Exception. This is thrown by the mailer component when there is some failure while sending the mail
ValidationException: Indicates data has failed validation rules. The accessor getType() indicates what type of data has failed validation.
ISerializableComparator: A Comparator that can be returned over an RMI connection, among other things.
DBConfiguration: A collection of configurable properties used by this package.
IEvent: Declares a read-write interface for schedulable events.
IScheduled: Declares a read-only interface for schedulable events.
IName: Declares a read-write interface for named objects.
ByteArrayDataSource: Used to create a DataSource for the mail message.
MailHelper: A helper class to create and send mail.
ConfigurationException: Indicates the system is misconfigured.
ErrorUtils: Some common error handling tasks.
| Home | Contact Us | Privacy Policy | Terms of Service |