Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z

I

image - Variable in class org.rakeshv.gui.SlideShow
The current image object that is being displayed.
Image - Class in org.rakeshv.xml.album
A Java bean that represents an image in the photo images XML file.
Image() - Constructor for class org.rakeshv.xml.album.Image
Default constructor.
Image(String) - Constructor for class org.rakeshv.xml.album.Image
The only public constructor that is supported.
ImagePlayer - Class in org.rakeshv.applications
This class creates a JFrame which in turn will contain as many internal JInternalFrame(s) as required.
ImagePlayer() - Constructor for class org.rakeshv.applications.ImagePlayer
Default constructor.
ImagePlayer(String) - Constructor for class org.rakeshv.applications.ImagePlayer
Creates a new Frame with the specified title.
inboxFolder - Variable in class org.rakeshv.mail.WebMailBean
The name of the default inbox folder in the mail store.
incrementAccessCount() - Method in class org.rakeshv.Statistics
Increment the value of Statistics.accessCount
index - Variable in class org.rakeshv.utils.SimpleFIFO
A variable that holds the index into the SimpleFIFO.fifo at which a new instance is to be added.
index - Variable in class org.rakeshv.utils.SimpleLRU
A variable that holds the index into the SimpleLRU.lru at which a new instance is to be added.
init(FilterConfig) - Method in class org.rakeshv.filters.CachingFilter
Initialise the filter.
init() - Method in class org.rakeshv.filters.CachingFilter.PurgeTime
Initialise the data structure with configuration from the filter configuration.
init(FilterConfig) - Method in class org.rakeshv.filters.FilterAdapter
Called by the web container to indicate to a filter that it is being placed into service.
init(int) - Method in class org.rakeshv.utils.LinkedHashMap
Initialise the LinkedHashMap.maxEntries and LinkedHashMap.statistics.
init() - Method in class org.rakeshv.utils.ObjectCache
Initialise the class instance
init() - Method in class org.rakeshv.utils.SharedObject
Initialise the class instance
initBaseDirectory() - Method in class org.rakeshv.filters.CachingFilter
Initialise the base directory used for caching the files.
initCache(int) - Method in class org.rakeshv.utils.ObjectCache
Initialise the ObjectCache.cache.
initCache(int) - Method in class org.rakeshv.utils.SharedObject
Initialise the SharedObject.cache.
initCleanBaseDirectory() - Method in class org.rakeshv.filters.CachingFilter.Attributes
Initialise the CachingFilter.Attributes.cleanBaseDirectory field.
initialContext - Static variable in class biz.wedoit4u.ejb.entity.EntityBeanProvider
A reference to the application servers InitialContext.
initialiseSession() - Method in class org.rakeshv.mail.WebMailBean
Initialises the WebMailBean.session.
initPurgeInterval() - Method in class org.rakeshv.filters.CachingFilter.Attributes
Initialise the CachingFilter.Attributes.purgeInterval field.
initPurgeTime() - Method in class org.rakeshv.filters.CachingFilter.Attributes
Initialise the CachingFilter.Attributes.purgeTime field.
initTimer() - Method in class org.rakeshv.filters.CachingFilter
Create a Timer that runs the CachingFilter.PurgeTask at the interval specified by either CachingFilter.Attributes.purgeInterval or CachingFilter.Attributes.purgeTime.
initTimeToLive() - Method in class org.rakeshv.filters.CachingFilter.Attributes
Initialise the CachingFilter.Attributes.timeToLive field.
inputStream - Variable in class org.rakeshv.io.LoggingInputStream
The InputStream from which the data that is to be logged will be read.
insert(int, int, String, String, String, String, String, int) - Static method in class biz.wedoit4u.databeans.CategoryHelper
Insert a new record into the categories table with the values specified.
insert(int, int, String, String, String, String) - Static method in class biz.wedoit4u.databeans.ContentHelper
Insert a new record into the contents table with the values specified.
insert(int, String, String, String, String, char, Date, Date, int) - Static method in class biz.wedoit4u.databeans.CustomerHelper
Insert a new record into the customers table with the values specified.
insert(int, int, String, String, String, String, String, String, String, String, String, String, String, int, int, int, int, String) - Static method in class biz.wedoit4u.databeans.CustomerStyleHelper
Insert a new record into the customer_styles table with the values specified.
insert(int, String, String, int) - Static method in class biz.wedoit4u.databeans.CustomerTypeHelper
Insert a new record into the customer_types table with the values specified.
insert(int, String, String, char, Date, String, String, String, String, String) - Static method in class biz.wedoit4u.databeans.PartnerHelper
Insert a new record into the partners table with the values specified.
insert(int, int, String, String, String, String, String, String, String, String, String, String, String, int, int, int, int, String) - Static method in class biz.wedoit4u.databeans.PartnerStyleHelper
Insert a new record into the partner_styles table with the values specified.
insert(int, int, int, int, int) - Static method in class biz.wedoit4u.databeans.SitePropertyHelper
Insert a new record into the site_properties table with the values specified.
insert(int, int, int, int, int, String, String) - Static method in class biz.wedoit4u.databeans.SitePropertyHelper
Insert a new record into the site_properties table with the values specified.
insert(int, String, String) - Static method in class biz.wedoit4u.databeans.StyleClassHelper
Insert a new record into the style_classes table with the values specified.
INSERT_CATEGORIES - Static variable in class biz.wedoit4u.databeans.CategoryHelper
The statement that is executed to insert a new record into the categories table.
INSERT_CONTENTS - Static variable in class biz.wedoit4u.databeans.ContentHelper
The statement that is executed to insert a new record into the contents table.
INSERT_CUSTOMER_STYLES - Static variable in class biz.wedoit4u.databeans.CustomerStyleHelper
The statement that is executed to insert a new record into the customer_styles table.
INSERT_CUSTOMER_TYPES - Static variable in class biz.wedoit4u.databeans.CustomerTypeHelper
The statement that is executed to insert a new record into the customer_types table.
INSERT_CUSTOMERS - Static variable in class biz.wedoit4u.databeans.CustomerHelper
The statement that is executed to insert a new record into the customers table.
INSERT_PARTNER_STYLES - Static variable in class biz.wedoit4u.databeans.PartnerStyleHelper
The statement that is executed to insert a new record into the partner_styles table.
INSERT_PARTNERS - Static variable in class biz.wedoit4u.databeans.PartnerHelper
The statement that is executed to insert a new record into the partners table.
INSERT_SITE_PROPERTIES - Static variable in class biz.wedoit4u.databeans.SitePropertyHelper
The statement that is executed to insert a new record into the site_properties table.
INSERT_STYLE_CLASSES - Static variable in class biz.wedoit4u.databeans.StyleClassHelper
The statement that is executed to insert a new record into the style_classes table.
internalThread - Variable in class org.rakeshv.gui.SlideShow
The Thread that is used to load the images one at a time.
intToFourBytes(int, byte[], int) - Static method in class org.rakeshv.utils.JCrypt
 
isClosed() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves whether this Connection object has been closed.
isConnected() - Method in class org.rakeshv.mail.WebMailBean
This can be used by JSP's to determin whether the user needs to login/re-login.
isEmpty() - Method in class org.rakeshv.utils.DynamicCache
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.rakeshv.utils.ObjectCache
Returns true if ObjectCache.cache contains no key-value mappings.
isEmpty() - Method in class org.rakeshv.utils.SharedObject
Returns true if SharedObject.cache contains no key-value mappings.
ISOToASCII - Class in org.rakeshv.tex
Implements a HashMap that maps non-ASCII ISO character entities to their plain ASCII equivalents.
ISOToASCII() - Constructor for class org.rakeshv.tex.ISOToASCII
Private constructor.
ISOToTeX - Class in org.rakeshv.tex
Implements a HashMap that maps accentuated ISO character entities to their LATEX equivalents.
ISOToTeX() - Constructor for class org.rakeshv.tex.ISOToTeX
 
ISOToTeX() - Method in class org.rakeshv.tex.ISOToTeX
Private constructor.
isReadOnly() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves whether this Connection object is in read-only mode.
ITERATIONS - Static variable in class org.rakeshv.utils.JCrypt
 

Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2002-2005 - Rakesh Vidyadharan