Serialized Form
readExternal
public void readExternal(ObjectInput)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput)
throws IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
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.
- Throws:
ClassNotFoundException - If the class for an object being
restored cannot be found.
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws 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.
- Throws:
IOException - Includes any I/O exceptions that may occur
errorCode
String errorCode
- Vendor specific error code
linkedException
Exception linkedException
- reference to another exception
|
Package javax.resource.cci |
|
Package javax.resource.spi |
exception
Exception exception
- Exception associated with the
ConnectionEvent
instance.
-
id
int id
- Type of the event
connectionHandle
Object connectionHandle
invalidProperties
PropertyDescriptor[] invalidProperties
|
Package javax.resource.spi.security |
userName
String userName
password
char[] password
mcf
ManagedConnectionFactory mcf
|
Package javax.resource.spi.work |
type
int type
- The event type.
work
Work work
- The
Work object on which the event occured.
exc
WorkException exc
- The exception that occured during
Work processing.
startDuration
long startDuration
- The start delay duration (in milliseconds).
|
Package javax.enterprise.deploy.spi.exceptions |
|
Package javax.enterprise.deploy.spi.status |
statuscode
DeploymentStatus statuscode
targetModuleID
TargetModuleID targetModuleID
causeException
Exception causeException
-
|
Package javax.security.jacc |
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject reads the serialized fields from the
input stream and uses them to restore the permission.
This method need not be implemented if establishing the
values of the serialized fields (as is done by defaultReadObject)
is sufficient to initialize the permission.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- writeObject is used to establish the values of the serialized fields
before they are written to the output stream and need not be
implemented if the values of the serialized fields are always
available and up to date. The serialized fields are written to
the output stream in the same form as they would be written
by defaultWriteObject.
- The serialized fields of this permission are defined below. Whether
or not the serialized fields correspond to actual (private) fields
is an implementation decision.
actions
String actions
- the canonicalized actions string (as returned by getActions).
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject reads the serialized fields from the
input stream and uses them to restore the permission.
This method need not be implemented if establishing the
values of the serialized fields (as is done by defaultReadObject)
is sufficient to initialize the permission.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- writeObject is used to establish the values of the serialized fields
before they are written to the output stream and need not be
implemented if the values of the serialized fields are always
available and up to date. The serialized fields are written to
the output stream in the same form as they would be written
by defaultWriteObject.
- The serialized fields of this permission are defined below. Whether
or not the serialized fields correspond to actual (private) fields
is an implementation decision.
actions
String actions
- the canonicalized actions string (as returned by getActions).
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject reads the serialized fields from the
input stream and uses them to restore the permission.
This method need not be implemented if establishing the
values of the serialized fields (as is done by defaultReadObject)
is sufficient to initialize the permission.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- writeObject is used to establish the values of the serialized fields
before they are written to the output stream and need not be
implemented if the values of the serialized fields are always
available and up to date. The serialized fields are written to
the output stream in the same form as they would be written
by defaultWriteObject.
- The serialized fields of this permission are defined below. Whether
or not the serialized fields correspond to actual (private) fields
is an implementation decision.
actions
String actions
- the canonicalized actions string (as returned by getActions).
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject reads the serialized fields from the
input stream and uses them to restore the permission.
This method need not be implemented if establishing the
values of the serialized fields (as is done by defaultReadObject)
is sufficient to initialize the permission.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- writeObject is used to establish the values of the serialized fields
before they are written to the output stream and need not be
implemented if the values of the serialized fields are always
available and up to date. The serialized fields are written to
the output stream in the same form as they would be written
by defaultWriteObject.
- The serialized fields of this permission are defined below. Whether
or not the serialized fields correspond to actual (private) fields
is an implementation decision.
actions
String actions
- the canonicalized actions string (as returned by getActions).
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject reads the serialized fields from the
input stream and uses them to restore the permission.
This method need not be implemented if establishing the
values of the serialized fields (as is done by defaultReadObject)
is sufficient to initialize the permission.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- writeObject is used to establish the values of the serialized fields
before they are written to the output stream and need not be
implemented if the values of the serialized fields are always
available and up to date. The serialized fields are written to
the output stream in the same form as they would be written
by defaultWriteObject.
- The serialized fields of this permission are defined below. Whether
or not the serialized fields correspond to actual (private) fields
is an implementation decision.
actions
String actions
- the canonicalized actions string (as returned by getActions).
|
Package javax.xml.registry |
cause
Throwable cause
errorObjectKey
Key errorObjectKey
|
Package javax.xml.namespace |
namespaceURI
String namespaceURI
Namespace URI of this QName.
localPart
String localPart
local part of this QName.
prefix
String prefix
prefix of this QName.
cause
Throwable cause
cause
Throwable cause
|
Package javax.xml.rpc.handler |
handlerClass
Class handlerClass
config
Map config
headers
Vector headers
|
Package javax.xml.rpc.soap |
faultcode
QName faultcode
faultstring
String faultstring
faultactor
String faultactor
detail
Detail detail
errorCode
String errorCode
- Vendor-specific error code.
linkedException
Exception linkedException
Exception reference.
system_flags
int system_flags
user_flags
Hashtable user_flags
readResolve
protected Object readResolve()
throws ObjectStreamException
- When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class. Subclasses must implement their own
readResolve method that checks for their known
instances before calling this super method.
type
String type
- The type of recipient, usually the name of a corresponding
Internet standard header.
-
next
Exception next
- The next exception in the chain.
-
type
int type
- The event type.
-
type
int type
- The event type.
-
type
int type
- The event type.
-
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.
-
type
int type
- The event type.
-
message
String message
- The message text to be presented to the user.
-
type
int type
- The event type.
-
|
Package javax.mail.internet |
ref
String ref
- The string being parsed.
-
pos
int pos
- The index in the string where the error occurred, or -1 if not known.
-
address
String address
personal
String personal
- The personal name.
encodedPersonal
String encodedPersonal
- The RFC 2047 encoded version of the personal name.
This field and the personal field track each
other, so if a subclass sets one of these fields directly, it
should set the other to null, so that it is
suitably recomputed.
readResolve
protected Object readResolve()
throws ObjectStreamException
- Description copied from class:
Message.RecipientType
- When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class. Subclasses must implement their own
readResolve method that checks for their known
instances before calling this super method.
newsgroup
String newsgroup
host
String host
|
Package javax.mail.search |
address
Address address
- The address.
-
terms
SearchTerm[] terms
- The array of terms on which the AND operator should be
applied.
-
comparison
int comparison
- The comparison.
-
date
Date date
- The date.
-
set
boolean set
- Indicates whether to test for the presence or
absence of the specified Flag. If
true,
then test whether all the specified flags are present, else
test whether all the specified flags are absent.
-
flags
Flags flags
- Flags object containing the flags to test.
-
headerName
String headerName
- The name of the header.
-
number
int number
- The number.
-
term
SearchTerm term
- The search term to negate.
-
terms
SearchTerm[] terms
- The array of terms on which the OR operator should
be applied.
-
type
Message.RecipientType type
- The recipient type.
-
type
Message.RecipientType type
- The recipient type.
-
pattern
String pattern
- The pattern.
-
ignoreCase
boolean ignoreCase
- Ignore case when comparing?
-
cause
Throwable cause
|
Package javax.servlet.jsp |
rootCause
Throwable rootCause
|
Package javax.servlet.jsp.el |
mRootCause
Throwable mRootCause
|
Package javax.servlet.jsp.tagext |
bodyContent
BodyContent bodyContent
- The current BodyContent for this BodyTag.
parent
Tag parent
values
Hashtable values
id
String id
- The value of the id attribute of this tag; or null.
pageContext
PageContext pageContext
- The PageContext.
name
String name
value
Object value
rootCause
Throwable rootCause