站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.3.1 API Specifications

Serialized Form - Java Platform, Enterprise Edition v1.3.1 API Specifications


Serialized Form


Package javax.activation

Class javax.activation.ActivationDataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class javax.activation.MimeType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.

Class javax.activation.MimeTypeParseException implements Serializable

Class javax.activation.UnsupportedDataTypeException implements Serializable


Package javax.ejb

Class javax.ejb.AccessLocalException implements Serializable

Class javax.ejb.CreateException implements Serializable

Class javax.ejb.DuplicateKeyException implements Serializable

Class javax.ejb.EJBException implements Serializable

Serialized Fields

causeException

java.lang.Exception causeException
 

Class javax.ejb.FinderException implements Serializable

Class javax.ejb.NoSuchEntityException implements Serializable

Class javax.ejb.NoSuchObjectLocalException implements Serializable

Class javax.ejb.ObjectNotFoundException implements Serializable

Class javax.ejb.RemoveException implements Serializable

Class javax.ejb.TransactionRequiredLocalException implements Serializable

Class javax.ejb.TransactionRolledbackLocalException implements Serializable


Package javax.jms

Class javax.jms.IllegalStateException implements Serializable

Class javax.jms.InvalidClientIDException implements Serializable

Class javax.jms.InvalidDestinationException implements Serializable

Class javax.jms.InvalidSelectorException implements Serializable

Class javax.jms.JMSException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor-specific error code.

linkedException

java.lang.Exception linkedException
Exception reference.

Class javax.jms.JMSSecurityException implements Serializable

Class javax.jms.MessageEOFException implements Serializable

Class javax.jms.MessageFormatException implements Serializable

Class javax.jms.MessageNotReadableException implements Serializable

Class javax.jms.MessageNotWriteableException implements Serializable

Class javax.jms.ResourceAllocationException implements Serializable

Class javax.jms.TransactionInProgressException implements Serializable

Class javax.jms.TransactionRolledBackException implements Serializable


Package javax.mail

Class javax.mail.AuthenticationFailedException implements Serializable

Class javax.mail.FolderClosedException implements Serializable

Class javax.mail.FolderNotFoundException implements Serializable

Class javax.mail.IllegalWriteException implements Serializable

Class javax.mail.MessageRemovedException implements Serializable

Class javax.mail.MessagingException implements Serializable

Serialized Fields

next

java.lang.Exception next
The next exception in the chain.
 

Class javax.mail.MethodNotSupportedException implements Serializable

Class javax.mail.NoSuchProviderException implements Serializable

Class javax.mail.SendFailedException implements Serializable

Class javax.mail.StoreClosedException implements Serializable


Package javax.mail.event

Class javax.mail.event.ConnectionEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.FolderEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.MailEvent implements Serializable

Class javax.mail.event.MessageChangedEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.MessageCountEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

removed

boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources.
 

Class javax.mail.event.StoreEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

message

java.lang.String message
The message text to be presented to the user.
 

Class javax.mail.event.TransportEvent implements Serializable

Serialized Fields

type

int type
The event type.
 


Package javax.mail.internet

Class javax.mail.internet.AddressException implements Serializable

Serialized Fields

ref

java.lang.String ref
The string being parsed.
 

pos

int pos
The index in the string where the error occurred, or -1 if not known.
 

Class javax.mail.internet.ParseException implements Serializable


Package javax.mail.search

Class javax.mail.search.SearchException implements Serializable


Package javax.resource

Class javax.resource.NotSupportedException implements Serializable

Class javax.resource.ResourceException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code

linkedException

java.lang.Exception linkedException
reference to another exception


Package javax.resource.cci

Class javax.resource.cci.ResourceWarning implements Serializable


Package javax.resource.spi

Class javax.resource.spi.ApplicationServerInternalException implements Serializable

Class javax.resource.spi.CommException implements Serializable

Class javax.resource.spi.ConnectionEvent implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception associated with the ConnectionEvent instance.
 

id

int id
Type of the event

connectionHandle

java.lang.Object connectionHandle

Class javax.resource.spi.EISSystemException implements Serializable

Class javax.resource.spi.IllegalStateException implements Serializable

Class javax.resource.spi.LocalTransactionException implements Serializable

Class javax.resource.spi.ResourceAdapterInternalException implements Serializable

Class javax.resource.spi.ResourceAllocationException implements Serializable

Class javax.resource.spi.SecurityException implements Serializable


Package javax.resource.spi.security

Class javax.resource.spi.security.PasswordCredential implements Serializable

Serialized Fields

userName

java.lang.String userName

password

char[] password

mcf

ManagedConnectionFactory mcf


Package javax.security.auth

Class javax.security.auth.AuthPermission implements Serializable

Class javax.security.auth.DestroyFailedException implements Serializable

Class javax.security.auth.PrivateCredentialPermission implements Serializable

Serialized Fields

credentialClass

java.lang.String credentialClass
 

principals

java.util.Set principals
 

testing

boolean testing
 

Class javax.security.auth.RefreshFailedException implements Serializable

Class javax.security.auth.Subject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.io.NotActiveException,
                        java.lang.ClassNotFoundException
Reads this object from a stream (i.e., deserializes it)

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Writes this object out to a stream (i.e., serializes it).
Serialized Fields

principals

java.util.Set principals
A Set that provides a view of all of this Subject's Principals
 

readOnly

boolean readOnly
Whether this Subject is read-only
 


Package javax.security.auth.callback

Class javax.security.auth.callback.UnsupportedCallbackException implements Serializable

Serialized Fields

callback

Callback callback
 


Package javax.security.auth.login

Class javax.security.auth.login.AccountExpiredException implements Serializable

Class javax.security.auth.login.CredentialExpiredException implements Serializable

Class javax.security.auth.login.FailedLoginException implements Serializable

Class javax.security.auth.login.LoginException implements Serializable


Package javax.servlet

Class javax.servlet.GenericServlet implements Serializable

Class javax.servlet.ServletContextAttributeEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent implements Serializable

Class javax.servlet.ServletException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.UnavailableException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds


Package javax.servlet.http

Class javax.servlet.http.HttpServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.jsp.JspTagException implements Serializable


Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent

Class javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable values

id

java.lang.String id

pageContext

PageContext pageContext


Package javax.sql

Class javax.sql.ConnectionEvent implements Serializable

Serialized Fields

ex

java.sql.SQLException ex

Class javax.sql.RowSetEvent implements Serializable


Package javax.transaction

Class javax.transaction.HeuristicCommitException implements Serializable

Class javax.transaction.HeuristicMixedException implements Serializable

Class javax.transaction.HeuristicRollbackException implements Serializable

Class javax.transaction.InvalidTransactionException implements Serializable

Class javax.transaction.NotSupportedException implements Serializable

Class javax.transaction.RollbackException implements Serializable

Class javax.transaction.SystemException implements Serializable

Serialized Fields

errorCode

int errorCode
The error code to create the SystemException with
The error code for the exception

Class javax.transaction.TransactionRequiredException implements Serializable

Class javax.transaction.TransactionRolledbackException implements Serializable


Package javax.transaction.xa

Class javax.transaction.xa.XAException implements Serializable

Serialized Fields

errorCode

int errorCode
The error code to create the SystemException with
The error code for the exception


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException implements Serializable


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException implements Serializable

Class javax.xml.transform.TransformerException implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured

containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

Class javax.xml.transform.TransformerFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()




首页 | 全站 Sitemap | 联系我们 | 设为首页 | 收藏本站
版权所有 Copyright © 2006-2007, Java 编程资料牛鼻站, All rights reserved