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 _

I

Idle - class com.marringtons.util.Idle.
This is a singleton called by the main application loop when the application has had nothing to do for at least a minute.
IdleInterface - interface com.marringtons.util.IdleInterface.
Any class that wants to do low priority tasks while the system is not busy needs to implement IdleInterface and then register themselves with the Idle process.
Index - class com.marringtons.object.Index.
DAO object interfaces recognise indexes by looking for inner classes that have extend this base class.
Index() - Constructor for class com.marringtons.object.Index
 
IntegerMap - class com.marringtons.number.IntegerMap.
IntegerMap is a convenience class where the key and value is an integer rather than an object.
IntegerMap() - Constructor for class com.marringtons.number.IntegerMap
Creates a local map for integer values (that may be overridden if needed).
IntegerStack - class com.marringtons.number.IntegerStack.
This is an implement a stack for integer primatives.
IntegerStack() - Constructor for class com.marringtons.number.IntegerStack
 
id - Variable in class com.marringtons.util.Session
Unique id for the session - used to connect browser/client to this session
inverse() - Method in class com.marringtons.number.Fraction
Invert the fraction (2/3 becomes 1-1/3).
isAbsolute(String) - Static method in class com.marringtons.file.Path
See if the path os absolute or relative.
isActive() - Method in class com.marringtons.object.DAO
If the DAO fails to initialise it cannot throw an exception.
isActive() - Static method in class com.marringtons.object.Transaction
Called by the infrastructure to make sure there are no active transactions at a point where all logic should be complete - as in the end of a web transaction.
isAgeingCache() - Method in class com.marringtons.util.Cache
See if cache items can expire due to age as well as on LRU basis.
isAlive() - Method in class com.marringtons.net.ClientSocket
See if the connection is still alive.
isArchived() - Method in class com.marringtons.file.FileReader
Used if you need to know if a file exists in the file system or part of an archive.
isEmpty() - Method in class com.marringtons.number.IntegerStack
Check to see if the stack has entries.
isEmpty() - Method in class com.marringtons.string.StringStack
Return true only if the stack is devoid of items.
isEmpty(String) - Static method in class com.marringtons.string.Strings
Return true if string is null or has no characters.
isEmpty() - Method in class com.marringtons.util.Stack
Return true only if the stack is devoid of items.
isInterval - Variable in class com.marringtons.time.Time
True if time is an interval rather than a time of day
isNotEmpty(String) - Static method in class com.marringtons.string.Strings
Return true if string is not null or empty.
isOpen() - Method in class com.marringtons.file.FileReader
See if the file is open.
isOpen() - Method in class com.marringtons.net.HTTP.Client
Is the client connection still open and ready for business.
isOpen() - Method in class com.marringtons.object.Database
Check to see if the database supplied exists and is open.
isWindows - Static variable in class com.marringtons.util.Application
return true if running on a MS Windows platform.
isWindows16 - Static variable in class com.marringtons.util.Application
return true if running on a MS Windows 16-bit based (95, 98 or ME) platform.

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