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

C

cache(String, Object) - Static method in class com.arsdigita.acs.MemoizeCache
Cache a value with no expiration time--i.e., forever
cache(String, Object, int) - Static method in class com.arsdigita.acs.MemoizeCache
Cache a value with a duration, in seconds.
calendarDayView(CalendarInfo, String, Integer, Integer, String, Integer, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Generates the HTML for a day view.
calendarDayView(CalendarInfo, String, Integer, Integer, String, Integer, Integer, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calendarDayView(CalendarInfo, String, Integer, Integer, String, Integer, Integer, String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calendarFolderId(Integer, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Gets id of calendar's file-storage folder for specified group.
CalendarInfo - class com.arsdigita.acs.calendar.CalendarInfo.
Simple data-storage class for calendar info.
CalendarInfo() - Constructor for class com.arsdigita.acs.calendar.CalendarInfo
 
calendarMonthEmptyDays(CalendarInfo, String, Vector, int, int, int) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Generate HTML for calendar month days containing no items.
CalendarProcs - class com.arsdigita.acs.calendar.CalendarProcs.
This is the first pass at the Java version of the Calendar package.
CalendarProcs() - Constructor for class com.arsdigita.acs.calendar.CalendarProcs
 
calendarViewTitle(HttpServletRequest) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Returns view title bar (a small table with title & left & right linked arrows).
calendarWeekEmptyDays(CalendarInfo, Vector, int, int, int) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Generate HTML for calendar week days containing no items.
calMiniCalendarWidget(String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calMiniCalendarWidget(String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calMiniCalendarWidget(String, String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calMiniCalendarWidget(String, String, String, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
This proc creates a mini calendar useful for navigating various calendar views.
calMiniMonthCalendar(String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calMiniMonthCalendar(String, String, Integer) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
 
calMiniMonthCalendar(String, String, Integer, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
This proc creates a mini month calendar useful for navigating on a month calendar.
calPrettyCurrentDate(String, Database) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Yet another pretty date function.
calRelatedURLHtml(String, String, String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Builds HREF string for related URLs.
calYearCalendar(Integer, String, String, String) - Static method in class com.arsdigita.acs.calendar.CalendarProcs
Generates the HTML for 12 mini calendar widgets, 3 across and 4 down.
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Can this attribute hold a request-time value?
canDisplayMore() - Method in class com.arsdigita.acs.chat.ChatDataSource
 
CannotProceedException - exception javax.naming.CannotProceedException.
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
CannotProceedException() - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException.
CannotProceedException(String) - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException using an explanation.
caseDiff - Static variable in class javax.mail.URLName
 
CC - Static variable in class javax.mail.Message.RecipientType
The "Cc" (carbon copy) recipients.
changeInfo - Variable in class javax.naming.event.NamingEvent
Contains information about the change that generated this event.
Chat - class com.arsdigita.acs.chat.Chat.
 
Chat() - Constructor for class com.arsdigita.acs.chat.Chat
 
ChatDataSource - class com.arsdigita.acs.chat.ChatDataSource.
This DataSource returns the first N messages from the results of the query.
ChatDataSource(ResultSet, String) - Constructor for class com.arsdigita.acs.chat.ChatDataSource
 
ChatDataSource(SqlStatement, Database, String) - Constructor for class com.arsdigita.acs.chat.ChatDataSource
 
ChatRoom - class com.arsdigita.acs.chat.ChatRoom.
 
ChatRoom(ResultSet) - Constructor for class com.arsdigita.acs.chat.ChatRoom
 
checkAdministratorMaybeRedirect(HttpServletRequest, HttpServletResponse) - Static method in class com.arsdigita.acs.portals.PortalsProcs
Same as checkAdministratorMaybeRedirect(req, resp, null, null)
checkAdministratorMaybeRedirect(HttpServletRequest, HttpServletResponse, Integer) - Static method in class com.arsdigita.acs.portals.PortalsProcs
Same as checkAdministratorMaybeRedirect(req, resp, groupId.toString(), null);
checkAdministratorMaybeRedirect(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.arsdigita.acs.portals.PortalsProcs
Redirects to user registration unless the user is a portal administrator (role of "administrator" in the group "Super Administrators" of type "portal_group")
checkAscii(byte[]) - Static method in class javax.mail.internet.MimeUtility
Check if the given byte array contains non US-ASCII characters.
checkAscii(InputStream, int, boolean) - Static method in class javax.mail.internet.MimeUtility
Check if the given input stream contains non US-ASCII characters.
checkAscii(String) - Static method in class javax.mail.internet.MimeUtility
Check if the given string contains non US-ASCII characters.
checkpointLoggingFrequency() - Static method in class com.arsdigita.acs.spam.Spam
Checkpoint the last user_id message was sent to, every n msgs
checkRead(Integer, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
checkSpamDropZone() - Static method in class com.arsdigita.acs.spam.Spam
Look for a set of files with names specified from the daily_spam_files table.
checkWrite(UserInfo, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
ChoiceBar - class com.arsdigita.acs.html.ChoiceBar.
implements an HTML choice bar
ChoiceBar(String[], String[], String[], String) - Constructor for class com.arsdigita.acs.html.ChoiceBar
returns a new HTML line of links, with the currently selected link (indicated by keys[i] == def) in bold and not linked..
choices - Variable in class com.arsdigita.acs.html.ChoiceBar
 
ClassDesc - class javax.rmi.CORBA.ClassDesc.
This class is used to marshal java.lang.Class objects over IIOP.
ClassDesc() - Constructor for class javax.rmi.CORBA.ClassDesc
Creates an uninitialized class descriptor object.
classFactory - Variable in class javax.naming.Reference
Contains the name of the factory class for creating an instance of the object to which this Reference refers.
classFactoryLocation - Variable in class javax.naming.Reference
Contains the location of the factory class.
className - Variable in class javax.naming.Reference
Contains the fully-qualified name of the class of the object to which this Reference refers.
clear() - Method in class com.arsdigita.acs.db.SqlStatement
Clears this statement.
clear() - Method in class javax.naming.Reference
Deletes all addresses from this reference.
clear() - Method in class javax.naming.directory.BasicAttribute
 
clear() - Method in interface javax.naming.directory.Attribute
Removes all values from this attribute.
clear() - Method in class javax.servlet.jsp.JspWriter
Clear the contents of the buffer.
clearBody() - Method in interface javax.jms.Message
Clear out the message body.
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clear the body.
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearParameters() - Method in interface javax.sql.RowSet
In general, parameter values remain in force for repeated use of a RowSet.
clearProperties() - Method in interface javax.jms.Message
Clear a message's properties.
Clickthrough - class com.arsdigita.acs.Clickthrough.
Logs clickthroughs from this site to foreign sites
Clickthrough() - Constructor for class com.arsdigita.acs.Clickthrough
 
CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgement mode, the client acknowledges a message by calling a message's acknowledge method.
ClientIdentification - class com.arsdigita.acs.ClientIdentification.
Class for working with the client identification cookies (browser_id, session_id, last_hit, etc.) Normally this object will be initialized by the Request Processor and stored as the "client_identification" attribute for the current request.
ClientIdentification(HttpServletRequest, HttpServletResponse) - Constructor for class com.arsdigita.acs.ClientIdentification
Initializes the client identification information from the ad_browser_id and ad_session_id cookies.
clobDml(SqlStatement, String) - Method in class com.arsdigita.acs.db.Database
Utility function for a large string literal to a CLOB field
clobDmlFile(String, Object[], File) - Method in class com.arsdigita.acs.db.Database
Utility function for writing a file to a CLOB in the database.
clone() - Method in class javax.mail.Flags
Returns a clone of this Flags object.
clone() - Method in class javax.naming.Reference
Makes a copy of this reference using its class name list of addresses, class factory name and class factory location.
clone() - Method in interface javax.naming.Name
Generates a new copy of this name.
clone() - Method in class javax.naming.CompoundName
Creates a copy of this compound name.
clone() - Method in class javax.naming.CompositeName
Generates a copy of this composite name.
clone() - Method in class javax.naming.directory.BasicAttribute
 
clone() - Method in interface javax.naming.directory.Attributes
Makes a copy of the attribute set.
clone() - Method in interface javax.naming.directory.Attribute
Makes a copy of the attribute.
clone() - Method in class javax.naming.directory.BasicAttributes
 
clone() - Method in class javax.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
close() - Method in class com.arsdigita.acs.db.Database
Returns this database handle to the connection pool.
close() - Method in class javax.jms.QueueRequestor
Since a provider may allocate some resources on behalf of a QueueRequestor outside the JVM, clients should close them when they are not needed.
close() - Method in class javax.jms.TopicRequestor
Since a provider may allocate some resources on behalf of a TopicRequestor outside the JVM, clients should close them when they are not needed.
close() - Method in interface javax.jms.QueueBrowser
Since a provider may allocate some resources on behalf of a QueueBrowser outside the JVM, clients should close them when they are not needed.
close() - Method in interface javax.jms.Session
Since a provider may allocate some resources on behalf of a Session outside the JVM, clients should close them when they are not needed.
close() - Method in interface javax.jms.ConnectionConsumer
Since a provider may allocate some resources on behalf of a ConnectionConsumer outside the JVM, clients should close them when they are not needed.
close() - Method in interface javax.jms.Connection
Since a provider typically allocates significant resources outside the JVM on behalf of a Connection, clients should close them when they are not needed.
close() - Method in interface javax.jms.MessageConsumer
Since a provider may allocate some resources on behalf of a MessageConsumer outside the JVM, clients should close them when they are not needed.
close() - Method in interface javax.jms.MessageProducer
Since a provider may allocate some resources on behalf of a MessageProducer outside the JVM, clients should close them when they are not needed.
close() - Method in class javax.mail.Service
Close this service and terminate its connection.
close() - Method in class javax.naming.InitialContext
 
close() - Method in interface javax.naming.NamingEnumeration
Closes this enumeration.
close() - Method in interface javax.naming.Context
Closes this context.
close() - Method in class javax.naming.directory.BasicAttribute.ValuesEnumImpl
 
close() - Method in class javax.naming.directory.BasicAttributes.AttrEnumImpl
 
close() - Method in class javax.naming.directory.BasicAttributes.IDEnumImpl
 
close() - Method in class javax.naming.internal.VersionHelper12.InputStreamEnumeration
 
close() - Method in class javax.naming.spi.ContinuationContext
 
close() - Method in class javax.servlet.jsp.JspWriter
Close the stream, flushing it first.
close() - Method in interface javax.sql.PooledConnection
Close the physical connection.
close(boolean) - Method in class javax.mail.Folder
Close this Folder.
CLOSED - Static variable in class javax.mail.event.ConnectionEvent
A connection was closed.
closed(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
 
closed(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
Invoked when a Store/Folder/Transport is closed.
cols - Variable in class com.arsdigita.acs.calendar.Table
 
colspan - Variable in class com.arsdigita.acs.calendar.TableCell
 
columnTypeWidget(String) - Static method in class com.arsdigita.acs.HtmlWidgets
 
com.arsdigita.acs - package com.arsdigita.acs
 
com.arsdigita.acs.bboard - package com.arsdigita.acs.bboard
 
com.arsdigita.acs.calendar - package com.arsdigita.acs.calendar
 
com.arsdigita.acs.chat - package com.arsdigita.acs.chat
 
com.arsdigita.acs.db - package com.arsdigita.acs.db
 
com.arsdigita.acs.fs - package com.arsdigita.acs.fs
 
com.arsdigita.acs.generalcomments - package com.arsdigita.acs.generalcomments
 
com.arsdigita.acs.html - package com.arsdigita.acs.html
 
com.arsdigita.acs.news - package com.arsdigita.acs.news
 
com.arsdigita.acs.portals - package com.arsdigita.acs.portals
 
com.arsdigita.acs.search - package com.arsdigita.acs.search
 
com.arsdigita.acs.spam - package com.arsdigita.acs.spam
 
com.arsdigita.acs.tags - package com.arsdigita.acs.tags
 
com.arsdigita.acs.ug - package com.arsdigita.acs.ug
 
combine(Hashtable) - Method in class org.apache.java.util.ConfigurationsRepository
Combines an existing Hashtable with this Hashtable Warning: It will overwrite previous entries without warning
CommandInfo - class javax.activation.CommandInfo.
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
CommandInfo(String, String) - Constructor for class javax.activation.CommandInfo
The Constructor for CommandInfo.
CommandMap - class javax.activation.CommandMap.
The CommandMap class provides an interface to a registry of command objects available in the system.
CommandMap() - Constructor for class javax.activation.CommandMap
 
CommandObject - interface javax.activation.CommandObject.
JavaBeans components that are Activation Framework aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
COMMENT - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating a comment.
commit() - Method in interface javax.jms.Session
Commit all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.XASession
Throws TransactionInProgressException since it should not be called for an XASession object.
commit() - Method in interface javax.transaction.TransactionManager
Complete the transaction associated with the current thread.
commit() - Method in interface javax.transaction.Transaction
Complete the transaction represented by this Transaction object
commit() - Method in interface javax.transaction.UserTransaction
Complete the transaction associated with the current thread.
commit(Xid, boolean) - Method in interface javax.transaction.xa.XAResource
Commit the global transaction specified by xid.
CommunicationException - exception javax.naming.CommunicationException.
This exception is thrown when the client is unable to communicate with the directory or naming service.
CommunicationException() - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException.
CommunicationException(String) - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException using the arguments supplied.
compareTo(NameImpl) - Method in class javax.naming.NameImpl
Compares obj to this NameImpl to determine ordering.
compareTo(Object) - Method in interface javax.naming.Name
Compares this name with another name for order.
compareTo(Object) - Method in class javax.naming.CompoundName
Compares this CompoundName with the specified Object for order.
compareTo(Object) - Method in class javax.naming.CompositeName
Compares this CompositeName with the specified Object for order.
comparison - Variable in class javax.mail.search.ComparisonTerm
 
ComparisonTerm - class javax.mail.search.ComparisonTerm.
This class models the comparison operator.
ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
 
composeName(Name, Name) - Method in class javax.naming.InitialContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in interface javax.naming.Context
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class javax.naming.spi.ContinuationContext
 
composeName(String, String) - Method in class javax.naming.InitialContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in interface javax.naming.Context
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class javax.naming.spi.ContinuationContext
 
CompositeName - class javax.naming.CompositeName.
This class represents a composite name -- a sequence of component names spanning multiple namespaces.
CompositeName() - Constructor for class javax.naming.CompositeName
Constructs a new empty composite name.
CompositeName(Enumeration) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance using the components specified by 'comps'.
CompositeName(String) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).
CompoundName - class javax.naming.CompoundName.
This class represents a compound name -- a name from a hierarchical name space.
CompoundName(Enumeration, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance using the components specified in comps and syntax.
CompoundName(String, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
compressDayViewP - Variable in class com.arsdigita.acs.calendar.CalendarInfo
"t" or "f".
CONFIG - Static variable in class javax.servlet.jsp.PageContext
name used to store ServletConfig in PageContext name table
ConfigurationException - exception javax.naming.ConfigurationException.
This exception is thrown when there is a configuration problem.
ConfigurationException() - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException with all name resolution fields and explanation initialized to null.
ConfigurationException(String) - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException using an explanation.
Configurations - class org.apache.java.util.Configurations.
This class is used to encapsulate properties and addresses the need for a flexible, portable and fast configurations repository.
Configurations() - Constructor for class org.apache.java.util.Configurations
Creates an empty configuration repository with no default values.
Configurations(Configurations) - Constructor for class org.apache.java.util.Configurations
Creates an empty configuration repository with the specified defaults.
Configurations(ConfigurationsRepository) - Constructor for class org.apache.java.util.Configurations
Creates a configuration repository encapsulating the given properties with no default values.
Configurations(ConfigurationsRepository, Configurations) - Constructor for class org.apache.java.util.Configurations
Merge the given properties object as configurations.
ConfigurationsRepository - class org.apache.java.util.ConfigurationsRepository.
This class must be extended by properties providers that are syntax dependent.
ConfigurationsRepository() - Constructor for class org.apache.java.util.ConfigurationsRepository
Creates an empty configuration repository.
ConfigurationsRepository(String) - Constructor for class org.apache.java.util.ConfigurationsRepository
Creates a configuration repository parsing given file.
ConfigurationsRepository(String, String) - Constructor for class org.apache.java.util.ConfigurationsRepository
Creates a configuration repository parsing given file and using given model.
connect() - Method in class javax.mail.Service
A generic connect method that takes no parameters.
connect(ORB) - Method in class javax.rmi.CORBA.Stub
Connects this stub to an ORB.
connect(Remote, Remote) - Static method in class javax.rmi.PortableRemoteObject
Makes a Remote object ready for remote communication.
connect(Remote, Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote).
connect(String, int, String, String) - Method in class javax.mail.Service
Similar to connect(host, user, password) except a specific port can be specified.
connect(String, String, String) - Method in class javax.mail.Service
Connect to the specified address.
connect(Stub, ORB) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.connect(org.omg.CORBA.ORB).
Connection - interface javax.jms.Connection.
A JMS Connection is a client's active connection to its JMS provider.
ConnectionAdapter - class javax.mail.event.ConnectionAdapter.
The adapter which receives connection events.
ConnectionAdapter() - Constructor for class javax.mail.event.ConnectionAdapter
 
connectionClosed(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
Invoked when the application calls close() on its representation of the connection.
ConnectionConsumer - interface javax.jms.ConnectionConsumer.
For application servers, Connections provide a special facility for creating a ConnectionConsumer (optional).
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.sql.ConnectionEventListener
Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.
ConnectionEvent - class javax.mail.event.ConnectionEvent.
This class models Connection events.
ConnectionEvent - class javax.sql.ConnectionEvent.
The ConnectionEvent class provides information about the source of a connection related event.
ConnectionEvent(Object, int) - Constructor for class javax.mail.event.ConnectionEvent
Constructor
ConnectionEvent(PooledConnection) - Constructor for class javax.sql.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEvent(PooledConnection, SQLException) - Constructor for class javax.sql.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEventListener - interface javax.sql.ConnectionEventListener.
A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
ConnectionFactory - interface javax.jms.ConnectionFactory.
A ConnectionFactory encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionListener - interface javax.mail.event.ConnectionListener.
This is the Listener interface for Connection events.
ConnectionMetaData - interface javax.jms.ConnectionMetaData.
ConnectionMetaData provides information describing the Connection.
ConnectionPoolDataSource - interface javax.sql.ConnectionPoolDataSource.
A ConnectionPoolDataSource object is a factory for PooledConnection objects.
contains(FetchProfile.Item) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains given special item.
contains(Flags.Flag) - Method in class javax.mail.Flags
Check whether the specified system flag is present in this Flags object.
contains(Flags) - Method in class javax.mail.Flags
Check whether all the flags in the specified Flags object are present in this Flags object.
contains(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether a value is in this attribute.
contains(Object) - Method in interface javax.naming.directory.Attribute
Determines whether a value is in the attribute.
contains(ResultSet, String) - Static method in class com.arsdigita.acs.db.Database
Returns true if rs contains a column named column with a non-null value.
contains(String) - Method in class com.arsdigita.acs.AdSet
Returns true if AdSet contains key.
contains(String) - Method in class com.arsdigita.acs.Selection
Returns true if this contains a column named column.
contains(String) - Method in interface com.arsdigita.acs.DataSource
Returns true if column is a valid column in this datasource; returns false otherwise.
contains(String) - Method in class com.arsdigita.acs.VectorDataSource
 
contains(String) - Method in class com.arsdigita.acs.SingleSelection
 
contains(String) - Method in class com.arsdigita.acs.bboard.EmailQueue
 
contains(String) - Method in class com.arsdigita.acs.bboard.SingleTopicDataSource
 
contains(String) - Method in class com.arsdigita.acs.ug.SingleGroupDataSource
 
contains(String) - Method in class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 
contains(String) - Method in class javax.mail.Flags
Check whether the specified user flag is present in this Flags object.
contains(String) - Method in class javax.mail.FetchProfile
Returns true if the fetch profile contains given header name.
containsHeader(String) - Method in class javax.servlet.http.NoBodyResponse
 
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
contCtx - Variable in class javax.naming.spi.ContinuationContext
 
content - Variable in class javax.mail.internet.MimeMessage
Byte array that holds the bytes of this Message's content.
content - Variable in class javax.mail.internet.MimeBodyPart
Byte array that holds the bytes of the content of this Part.
CONTENT_INFO - Static variable in class javax.mail.FetchProfile.Item
This item is for fetching information about the content of the message.
ContentDisposition - class javax.mail.internet.ContentDisposition.
This class represents a MIME ContentDisposition value.
ContentDisposition() - Constructor for class javax.mail.internet.ContentDisposition
No-arg Constructor.
ContentDisposition(String) - Constructor for class javax.mail.internet.ContentDisposition
Constructor that takes a ContentDisposition string.
ContentDisposition(String, ParameterList) - Constructor for class javax.mail.internet.ContentDisposition
Constructor.
contentType - Variable in class javax.mail.Multipart
This field specifies the content-type of this multipart object.
ContentType - class javax.mail.internet.ContentType.
This class represents a MIME ContentType value.
ContentType() - Constructor for class javax.mail.internet.ContentType
No-arg Constructor.
ContentType(String) - Constructor for class javax.mail.internet.ContentType
Constructor that takes a Content-Type string.
ContentType(String, String, ParameterList) - Constructor for class javax.mail.internet.ContentType
Constructor.
Context - interface javax.naming.Context.
This interface represents a naming context, which consists of a set of name-to-object bindings.
ContextBar - class com.arsdigita.acs.html.ContextBar.
Class that displays a Yahoo-style context navbar for a logged-in user, with "your workspace" at the root; or with the system name at the root for non-logged in users.
ContextBar() - Constructor for class com.arsdigita.acs.html.ContextBar
Creates a new personal context bar.
ContextBar(int, UserInfo) - Constructor for class com.arsdigita.acs.html.ContextBar
Creates a new context bar of the given type, for a given user.
ContextBarWs - class com.arsdigita.acs.ContextBarWs.
Class that displays a Yahoo-style context navbar for a logged-in user, with "your workspace" at the root.
ContextBarWs() - Constructor for class com.arsdigita.acs.ContextBarWs
Creates a new context bar.
ContextBarWs(PageContext) - Constructor for class com.arsdigita.acs.ContextBarWs
For group-scoped modules, this constructor can create a context bar that contains the links set up by UserGroupFilter
ContextBarWs(String[][]) - Constructor for class com.arsdigita.acs.ContextBarWs
Creates a new context bar with "Your Workspace" as the root.
ContextBarWs(String, String) - Constructor for class com.arsdigita.acs.ContextBarWs
Creates a new context bar, with the given link at the root instead of the "Your Workspace" link.
ContextNotEmptyException - exception javax.naming.ContextNotEmptyException.
This exception is thrown when attempting to destroy a context that is not empty.
ContextNotEmptyException() - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException with all name resolution fields and explanation initialized to null.
ContextNotEmptyException(String) - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException using an explanation.
ContinuationContext - class javax.naming.spi.ContinuationContext.
This class is for dealing with federations/continuations.
ContinuationContext(CannotProceedException) - Constructor for class javax.naming.spi.ContinuationContext
 
ContinuationDirContext - class javax.naming.spi.ContinuationDirContext.
This class is the continuation context for invoking DirContext methods.
ContinuationDirContext(CannotProceedException) - Constructor for class javax.naming.spi.ContinuationDirContext
 
ContractVarDesc - class com.arsdigita.acs.tags.ContractVarDesc.
 
ContractVarDesc(String) - Constructor for class com.arsdigita.acs.tags.ContractVarDesc
 
Control - interface javax.naming.ldap.Control.
This interface represents an LDAPv3 control as defined in RFC 2251.
CONTROL_FACTORIES - Static variable in class javax.naming.internal.VersionHelper
 
CONTROL_FACTORIES - Static variable in interface javax.naming.ldap.LdapContext
Constant that holds the name of the environment property for specifying the list of control factories to use.
ControlFactory - class javax.naming.ldap.ControlFactory.
This abstract class represents a factory for creating LDAPv3 controls.
ControlFactory() - Constructor for class javax.naming.ldap.ControlFactory
 
Cookie - class javax.servlet.http.Cookie.
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with a specified name and value.
copy(byte[], int) - Static method in class org.apache.java.lang.Bytes
Gets the end of the byte array given.
copy(byte[], int, int) - Static method in class org.apache.java.lang.Bytes
Gets a sub-set of the byte array given.
copyFile(File, File) - Static method in class com.arsdigita.acs.Utilities
 
copyMessages(Message[], Folder) - Method in class javax.mail.Folder
Copy the specified Messages from this Folder into another Folder.
copyObject(Object, ORB) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.copyObject(java.lang.Object, org.omg.CORBA.ORB).
copyObject(Object, ORB) - Static method in class javax.rmi.CORBA.Util
Copies or connects an object.
copyObjects(Object[], ORB) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).
copyObjects(Object[], ORB) - Static method in class javax.rmi.CORBA.Util
Copies or connects an array of objects.
count - Variable in class javax.naming.NameImplEnumerator
 
cpe - Variable in class javax.naming.spi.ContinuationContext
 
CPE - Static variable in class javax.naming.spi.NamingManager
Constant that holds the name of the environment property into which getContinuationContext() stores the value of its CannotProceedException parameter.
create(int) - Method in class javax.mail.Folder
Create this folder on the Store.
createBrowser(Queue) - Method in interface javax.jms.QueueSession
Create a QueueBrowser to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
Create a QueueBrowser to peek at the messages on the specified queue.
createBytesMessage() - Method in interface javax.jms.Session
Create a BytesMessage.
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
Create a connection consumer for this connection (optional operation).
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a connection consumer for this connection (optional operation).
CREATED - Static variable in class javax.mail.event.FolderEvent
The folder was created.
createDataContentHandler(String) - Method in class javax.activation.CommandMap
Locate a DataContentHandler that corresponds to the MIME type.
createDataContentHandler(String) - Method in class javax.activation.MailcapCommandMap
Return the DataContentHandler for the specified MIME type.
createDataContentHandler(String) - Method in interface javax.activation.DataContentHandlerFactory
Creates a new DataContentHandler object for the MIME type.
createDelegateIfSpecified(String) - Static method in class javax.rmi.CORBA.Util
 
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a durable connection consumer for this connection (optional operation).
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Create a durable Subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Create a durable Subscriber to the specified topic.
CreateException - exception javax.ejb.CreateException.
The CreateException exception must be included in the throws clauses of all create(...) methods define in an enterprise Bean's remote interface.
CreateException() - Constructor for class javax.ejb.CreateException
Constructs an CreateException with no detail message.
CreateException(String) - Constructor for class javax.ejb.CreateException
Constructs an CreateException with the specified detail message.
createExtendedResponse(String, byte[], int, int) - Method in interface javax.naming.ldap.ExtendedRequest
Creates the response object that corresponds to this request.
createInitialContextFactory(Hashtable) - Method in interface javax.naming.spi.InitialContextFactoryBuilder
Creates an initial context factory using the specified environment.
createMapMessage() - Method in interface javax.jms.Session
Create a MapMessage.
createMessage() - Method in interface javax.jms.Session
Create a Message.
createMultiPartHtmlMessageBody(String, String) - Static method in class com.arsdigita.acs.spam.Spam
Creates a multipart/alternative MIME message with a plain text part and HTML part The two parts should be passed in encoded as quoted-printable text.
createObjectFactory(Object, Hashtable) - Method in interface javax.naming.spi.ObjectFactoryBuilder
Creates a new object factory using the environment supplied.
createObjectMessage() - Method in interface javax.jms.Session
Create an ObjectMessage.
createObjectMessage(Serializable) - Method in interface javax.jms.Session
Create an initialized ObjectMessage.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Create a Publisher for the specified topic.
createQueue(String) - Method in interface javax.jms.QueueSession
Create a queue identity given a Queue name.
createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
Create a queue connection with default user identity.
createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
Create a queue connection with specified user identity.
createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
Create a QueueSession.
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
Create an XAQueueSession.
createReceiver(Queue) - Method in interface javax.jms.QueueSession
Create a QueueReceiver to receive messages from the specified queue.
createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
Create a QueueReceiver to receive messages from the specified queue.
createSender(Queue) - Method in interface javax.jms.QueueSession
Create a QueueSender to send messages to the specified queue.
createStreamMessage() - Method in interface javax.jms.Session
Create a StreamMessage.
createSubcontext(Name) - Method in class javax.naming.InitialContext
 
createSubcontext(Name) - Method in interface javax.naming.Context
Creates and binds a new context.
createSubcontext(Name) - Method in class javax.naming.spi.ContinuationContext
 
createSubcontext(Name, Attributes) - Method in interface javax.naming.directory.DirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
createSubcontext(Name, Attributes) - Method in class javax.naming.spi.ContinuationDirContext
 
createSubcontext(String) - Method in class javax.naming.InitialContext
 
createSubcontext(String) - Method in interface javax.naming.Context
Creates and binds a new context.
createSubcontext(String) - Method in class javax.naming.spi.ContinuationContext
 
createSubcontext(String, Attributes) - Method in interface javax.naming.directory.DirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
createSubcontext(String, Attributes) - Method in class javax.naming.spi.ContinuationDirContext
 
createSubscriber(Topic) - Method in interface javax.jms.TopicSession
Create a non-durable Subscriber to the specified topic.
createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
Create a non-durable Subscriber to the specified topic.
createTemporaryQueue() - Method in interface javax.jms.QueueSession
Create a temporary queue.
createTemporaryTopic() - Method in interface javax.jms.TopicSession
Create a temporary topic.
createTextMessage() - Method in interface javax.jms.Session
Create a TextMessage.
createTextMessage(String) - Method in interface javax.jms.Session
Create an initialized TextMessage.
createTopic(String) - Method in interface javax.jms.TopicSession
Create a topic identity given a Topic name.
createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
Create a topic connection with default user identity.
createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
Create a topic connection with specified user identity.
createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
Create an XATopicSession
createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
Create a TopicSession
createValueHandler() - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.createValueHandler().
createValueHandler() - Static method in class javax.rmi.CORBA.Util
Returns a singleton instance of a class that implements the ValueHandler interface.
createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
Create an XA queue connection with default user identity.
createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
Create an XA queue connection with specific user identity.
createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
Create an XAQueueSession.
createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
Create an XA topic connection with default user identity.
createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
Create an XA topic connection with specified user identity.
createXATopicSession() - Method in interface javax.jms.XATopicConnection
Create an XATopicSession.
CRITICAL - Static variable in interface javax.naming.ldap.Control
Indicates a critical control.
Crypt - class com.arsdigita.acs.Crypt.
Java-based implementation of the unix crypt command
crypt(String, String) - Static method in class com.arsdigita.acs.Crypt
Encrypts a string using the same algorithm as the UNIX crypt command, or AOLserver ns_crypt procedure
ctr - Variable in class com.arsdigita.acs.Selection
 
ctx - Variable in class javax.naming.spi.DirContextNamePair
 
ctx - Variable in class javax.naming.spi.DirContextStringPair
 
currentDate - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
currentView - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
currentViewLink - Variable in class com.arsdigita.acs.calendar.CalendarInfo
 
cursorMoved(RowSetEvent) - Method in interface javax.sql.RowSetListener
Called when a rowset's cursor is moved.

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