A B C D E F G H I J K L M N O P R S T U V W X Y Z _

A

Application - class com.marringtons.util.Application.
A class of static data and methods designed to be used application wide - including properties, operating system, configurationd details and thread control.
abort() - Static method in class com.marringtons.object.Transaction
Abort a transaction - discarding outstanding changes.
abortAll() - Static method in class com.marringtons.object.Transaction
End all outstanding transactions in the nest.
add(String) - Static method in class com.marringtons.file.Path
add paths to the datapath used to get files.
add(String) - Method in class com.marringtons.net.HTTP.Header
Used by connection to add header values to request object.
add(String, String) - Method in class com.marringtons.net.HTTP.Header
Used to add arbitrary string values to the header.
add(String, int) - Method in class com.marringtons.net.HTTP.Header
Used to add arbitrary integer values to the header.
add(Messages) - Method in class com.marringtons.string.Messages
When you get problems from multiple sources you will need to add them all together to make one big problem.
add(Object) - Method in class com.marringtons.string.Messages
Add a simple problem message.
add(String, Object) - Method in class com.marringtons.string.Messages
Add a simple problem message with a specified key.
add(Throwable) - Method in class com.marringtons.string.Messages
When a problem is generated because of an exception, the exception and stack are logged and the log reference ID is added to the message recorded as a problem.
add(Throwable, Object) - Method in class com.marringtons.string.Messages
When a problem is generated because of an exception, the exception and stack are logged and the log reference ID is added to the message recorded as a problem.
add(Throwable, String, Object) - Method in class com.marringtons.string.Messages
When a problem is generated because of an exception, the exception and stack are logged and the log reference ID is added to the message recorded as a problem.
add(Time) - Method in class com.marringtons.time.Date
Add a time interval (days, hour, minutes, seconds) to the current date.
add(int, int, int) - Method in class com.marringtons.time.Date
Add a number of years, months and days to a date.
add(Closeable) - Method in class com.marringtons.util.Cache
For pools - a special sort of cache where items are retrieved on LRU basis.
add(Object, Closeable) - Method in class com.marringtons.util.Cache
Add an object to the cache.
add(Object, Object) - Method in class com.marringtons.util.Cache
Add an object to the cache.
add(int, Closeable) - Method in class com.marringtons.util.Cache
Add an object to the cache with an integer key.
add(int, Object) - Method in class com.marringtons.util.Cache
Add an object to the cache with an integer key.
addPaths(String) - Static method in class com.marringtons.file.Path
add paths to the datapath used to get files.
after - Variable in class com.marringtons.number.Fraction
Set by string constructor to the first non-space character after the number parsed.
afterInterval(IdleInterface, Time) - Static method in class com.marringtons.util.Idle
Processes use this singleton entry point to register low priority processes to be called once while the system is idling - but after a specified time of day.
ageingCache(int, boolean) - Method in class com.marringtons.util.Cache
Call to create an ageing cache.
allToXML(Writer, String) - Static method in class com.marringtons.object.ObjectXML
Scan a database and convert all contained objects to XML.
allToXML(BufferedWriter, String) - Static method in class com.marringtons.object.ObjectXML
Scan a database and convert all contained objects to XML.
allToXML(Writer) - Static method in class com.marringtons.object.ObjectXML
Scan default database and convert all contained objects to XML.
allToXML(BufferedWriter) - Static method in class com.marringtons.object.ObjectXML
Scan default database and convert all contained objects to XML.
append(Object) - Method in class com.marringtons.net.HTTP.Response
Add text to the body of the response (but don't send to client).
associate(Class) - Method in class com.marringtons.object.Database
Associate a DAO with a known database database.
associate(Class, int) - Method in class com.marringtons.object.Database
Associate a DAO with a known database database.
attributes - Variable in class com.marringtons.xml.XMLtoMap.Node
XML attributes for this node

A B C D E F G H I J K L M N O P R S T U V W X Y Z _
Copyright © 2005 Paul Marrington http://library.marringtons.com