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

E

ejbActivate() - Method in interface javax.ejb.SessionBean
The activate method is called when the instance is activated from its "passive" state.
ejbActivate() - Method in interface javax.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object.
EJBContext - interface javax.ejb.EJBContext.
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise Bean instance.
EJBException - exception javax.ejb.EJBException.
The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for class javax.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(Exception) - Constructor for class javax.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String) - Constructor for class javax.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBHome - interface javax.ejb.EJBHome.
The EJBHome interface is extended by all enterprise Bean's home interfaces.
ejbLoad() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBMetaData - interface javax.ejb.EJBMetaData.
The EJBMetaData interface allows a client to obtain the enterprise Bean's meta-data information.
EJBObject - interface javax.ejb.EJBObject.
The EJBObject interface is extended by all enterprise Bean's remote interface.
ejbPassivate() - Method in interface javax.ejb.SessionBean
The passivate method is called before the instance enters the "passive" state.
ejbPassivate() - Method in interface javax.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object.
ejbRemove() - Method in interface javax.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
ejbRemove() - Method in interface javax.ejb.EntityBean
A container invokes this method before it removes the EJB object that is currently associated with the instance.
ejbStore() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
elements - Variable in class javax.naming.directory.BasicAttributes.AttrEnumImpl
 
elements - Variable in class javax.naming.directory.BasicAttributes.IDEnumImpl
 
EmailQueue - class com.arsdigita.acs.bboard.EmailQueue.
Maintains the list of people about to receive e-mail alerts for a particular bboard posting.
EmailQueue() - Constructor for class com.arsdigita.acs.bboard.EmailQueue
 
emailValidP(String) - Static method in class com.arsdigita.acs.Utilities
 
emptyString(String) - Static method in class com.arsdigita.acs.Utilities
 
encode(OutputStream, String) - Static method in class javax.mail.internet.MimeUtility
Wrap an encoder around the given output stream.
encode(String) - Static method in class javax.mail.URLName
Translates a string into x-www-form-urlencoded format.
encodeCookie(Cookie) - Static method in class org.apache.jserv.JServUtils
Encode a cookie as per the Netscape Cookies specification.
encodedPersonal - Variable in class javax.mail.internet.InternetAddress
The RFC 2047 encoded version of the personal name.
encodeQuotedPrintable(String) - Static method in class com.arsdigita.acs.spam.Spam
Replaces/removes bad characters from msg
encodeRedirectUrl(String) - Method in class javax.servlet.http.NoBodyResponse
Deprecated. As of Version 2.1, replaced by HttpServletResponse.encodeRedirectURL(java.lang.String).
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class javax.servlet.http.NoBodyResponse
 
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeText(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeText(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "text" token into mail-safe form as per RFC 2047.
encodeUrl(String) - Method in class javax.servlet.http.NoBodyResponse
Deprecated. As of Version 2.1, replaced by HttpServletResponse.encodeURL(java.lang.String).
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class javax.servlet.http.NoBodyResponse
 
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
encodeWord(String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
encodeWord(String, String, String) - Static method in class javax.mail.internet.MimeUtility
Encode a RFC 822 "word" token into mail-safe form as per RFC 2047.
end(Xid, int) - Method in interface javax.transaction.xa.XAResource
Ends the work performed on behalf of a transaction branch.
endsWith(int, Enumeration) - Method in class javax.naming.NameImpl
 
endsWith(Name) - Method in interface javax.naming.Name
Determines whether this name ends with a specified suffix.
endsWith(Name) - Method in class javax.naming.CompoundName
Determines whether a compound name is a suffix of this compound name.
endsWith(Name) - Method in class javax.naming.CompositeName
Determines whether a composite name is a suffix of this composite name.
endTransaction() - Method in class com.arsdigita.acs.db.Database
Completes a transaction by turning on auto-commit mode.
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist the resource specified with the current transaction context of the calling thread
enqueue(MailEvent, Vector) - Method in class javax.mail.EventQueue
Enqueue an event.
EnterpriseBean - interface javax.ejb.EnterpriseBean.
The EnterpriseBean interface must be implemented by every enterprise Bean class.
EntityBean - interface javax.ejb.EntityBean.
The EntityBean interface is implemented by every entity enterprise Bean class.
EntityContext - interface javax.ejb.EntityContext.
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance.
ENVELOPE - Static variable in class javax.mail.FetchProfile.Item
This is the Envelope item.
ENVELOPE_CHANGED - Static variable in class javax.mail.event.MessageChangedEvent
The message's envelope (headers, but not body) changed.
environment - Variable in class javax.naming.CannotProceedException
Contains the environment relevant for the Context or DirContext method that cannot proceed.
EOF - Static variable in class javax.mail.internet.HeaderTokenizer.Token
Token type indicating end of input.
EQ - Static variable in class javax.mail.search.ComparisonTerm
 
equals(DataFlavor) - Method in class javax.activation.ActivationDataFlavor
Compares the DataFlavor passed in with this DataFlavor; calls the isMimeTypeEqual method.
equals(Object) - Method in class javax.mail.Flags
Check whether the two Flags objects are equal.
equals(Object) - Method in class javax.mail.Address
The equality operator.
equals(Object) - Method in class javax.mail.URLName
Compares two URLNames.
equals(Object) - Method in class javax.mail.internet.InternetAddress
The equality operator.
equals(Object) - Method in class javax.mail.internet.NewsAddress
The equality operator.
equals(Object) - Method in class javax.naming.Reference
Determines whether obj is a reference with the same addresses (in same order) as this reference.
equals(Object) - Method in class javax.naming.RefAddr
Determines whether obj is equal to this RefAddr.
equals(Object) - Method in class javax.naming.NameImpl
 
equals(Object) - Method in class javax.naming.BinaryRefAddr
Determines whether obj is equal to this address.
equals(Object) - Method in class javax.naming.CompoundName
Determines whether obj is syntactically equal to this compound name.
equals(Object) - Method in class javax.naming.CompositeName
Determines whether two composite names are equal.
equals(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether obj is equal to this attribute.
equals(Object) - Method in class javax.naming.directory.BasicAttributes
Determines whether this BasicAttributes is equal to another Attributes Two Attributes are equal if they are both instances of Attributes, treat the case of attribute IDs the same way, and contain the same attributes.
equals(Object) - Method in class javax.rmi.CORBA.Stub
Compares two stubs for equality.
equals(Stub, Object) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.equals(java.lang.Object).
errorCode - Variable in class javax.transaction.SystemException
The error code to create the SystemException with
errorCode - Variable in class javax.transaction.xa.XAException
The error code to create the SystemException with
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new BodyContent on which to evaluate the body of this tag.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
event - Variable in class javax.mail.EventQueue.QueueElement
 
EventContext - interface javax.naming.event.EventContext.
Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes.
EventDirContext - interface javax.naming.event.EventDirContext.
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.
EventQueue - class javax.mail.EventQueue.
Package private class used by Store & Folder to dispatch events.
EventQueue.QueueElement - class javax.mail.EventQueue.QueueElement.
 
EventQueue.QueueElement(EventQueue, MailEvent, Vector) - Constructor for class javax.mail.EventQueue.QueueElement
 
EventQueue() - Constructor for class javax.mail.EventQueue
 
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
name used to store uncaught exception in ServletRequest attribute list and PageContext name table
ExceptionListener - interface javax.jms.ExceptionListener.
If a JMS provider detects a serious problem with a Connection it will inform the Connection's ExceptionListener if one has been registered.
execute() - Method in interface javax.sql.RowSet
Fills the rowset with data.
exists() - Method in class javax.mail.Folder
Tests if this folder physically exists on the Store.
exportFormValue(String) - Static method in class com.arsdigita.acs.Utilities
Returns "value="form_value"", URL-encoded appropriately for inclusion in an HTML form.
exportFormVar(String, String) - Static method in class com.arsdigita.acs.Utilities
Exports a single variable for use in a form, as input type=hidden.
exportFormVars(AdSet) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as input type=hidden.
exportFormVars(AdSet, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as input type=hidden.
exportFormVars(DataSource, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as input type=hidden
exportFormVars(HttpServletRequest, String) - Static method in class com.arsdigita.acs.Utilities
 
exportFormVars(ResultSet, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as hidden input fields.
exportObject(Remote) - Static method in class javax.rmi.PortableRemoteObject
Makes a server object ready to receive remote calls.
exportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.exportObject(java.rmi.Remote).
ExportTag - class com.arsdigita.acs.tags.ExportTag.
 
ExportTag() - Constructor for class com.arsdigita.acs.tags.ExportTag
 
exportURLVars(AdSet) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...
exportURLVars(AdSet, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...
exportURLVars(DataSource, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...,
exportURLVars(HttpServletRequest, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...,
exportURLVars(ResultSet, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...
exportVars(DataSource, String, boolean) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value..., or in a form (input type=hidden name=...
exportVars(HttpServletRequest, String, boolean) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value..., or in a form (input type=hidden name=...
expunge() - Method in class javax.mail.Folder
Expunge (permanently remove) messages marked DELETED.
expunged - Variable in class javax.mail.Message
True if this message has been expunged.
extendedOperation(ExtendedRequest) - Method in class javax.naming.ldap.InitialLdapContext
 
extendedOperation(ExtendedRequest) - Method in interface javax.naming.ldap.LdapContext
Performs an extended operation.
ExtendedProperties - class org.apache.java.util.ExtendedProperties.
This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
ExtendedProperties.PropertiesReader - class org.apache.java.util.ExtendedProperties.PropertiesReader.
This class is used to read properties lines.
ExtendedProperties.PropertiesReader(ExtendedProperties, Reader) - Constructor for class org.apache.java.util.ExtendedProperties.PropertiesReader
 
ExtendedProperties.PropertiesTokenizer - class org.apache.java.util.ExtendedProperties.PropertiesTokenizer.
This class divides into tokens a property value.
ExtendedProperties.PropertiesTokenizer(ExtendedProperties, String) - Constructor for class org.apache.java.util.ExtendedProperties.PropertiesTokenizer
 
ExtendedProperties() - Constructor for class org.apache.java.util.ExtendedProperties
Creates an empty extended properties object.
ExtendedProperties(String) - Constructor for class org.apache.java.util.ExtendedProperties
Creates and loads the extended properties from the specified file.
ExtendedRequest - interface javax.naming.ldap.ExtendedRequest.
This interface represents an LDAPv3 extended operation request as defined in RFC 2251.
ExtendedResponse - interface javax.naming.ldap.ExtendedResponse.
This interface represents an LDAP extended operation response as defined in RFC 2251.

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