Serialized Form
Package com.sun.appserv.management.client |
serialVersionUID: 5096547838871926785L
Package com.sun.appserv.management.client.prefs |
serialVersionUID: 8911126457304139178L
Package com.sun.appserv.management.j2ee.statistics |
serialVersionUID: -5190567251179453418L
LowerBound
long LowerBound
UpperBound
long UpperBound
serialVersionUID: 4803476800834526575L
LowerBound
long LowerBound
UpperBound
long UpperBound
serialVersionUID: -3563385569398388449L
serialVersionUID: -4868791714488583778L
Count
long Count
serialVersionUID: 7293181901362984709L
serialVersionUID: -8751876448821319456L
mMap
Map<K,V> mMap
serialVersionUID: -5921306849633125922L
mItems
Map<K,V> mItems
serialVersionUID: 2090185734375468533L
Current
Number Current
serialVersionUID: 6530146323113291603L
Current
long Current
HighWaterMark
long HighWaterMark
LowWaterMark
long LowWaterMark
serialVersionUID: -8120492090789878204L
mName
String mName
mDescription
String mDescription
mUnit
String mUnit
mLastSampleTime
long mLastSampleTime
mStartTime
long mStartTime
serialVersionUID: 6228973710059979557L
serialVersionUID: 2090185734375468511L
mCurrent
String mCurrent
serialVersionUID: 1090185734375468511L
Count
long Count
MinTime
long MinTime
MaxTime
long MaxTime
TotalTime
long TotalTime
Package com.sun.appserv.management.util.misc |
serialVersionUID: 5606229104748166405L
Package com.sun.appserv.security |
Package com.sun.appserv.server |
eventType
int eventType
eventData
Object eventData
ctx
LifecycleEventContext ctx
Package com.sun.appserv.web.taglibs.cache |
_keyExpr
String _keyExpr
- User specified key
_key
String _key
- The key into the cache. This is generated by suffixing the servlet
path with the key if one is specified or by a generated suffix.
_timeout
int _timeout
- Timeout for the cache entry.
_refreshCache
boolean _refreshCache
- This boolean specifies whether the cache should be forcibly refreshed
after the current request or not.
_useCachedResponse
boolean _useCachedResponse
- This boolean specifies whether the cached response must be sent
or the body should be evaluated. The cache is not refreshed.
_scope
int _scope
- This specifies the scope of the cache.
_cache
Cache _cache
- The actual cache itself.
_key
String _key
- The key for the cache entry that needs to be flushed.
_scope
int _scope
- This specifies the scope of the cache that needs to be flushed.
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- 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
causeException
Exception causeException
-
Package javax.enterprise.deploy.model.exceptions |
Package javax.enterprise.deploy.spi.exceptions |
Package javax.enterprise.deploy.spi.status |
statuscode
DeploymentStatus statuscode
targetModuleID
TargetModuleID targetModuleID
cause
Throwable cause
The underlying exception that caused this exception.
Package javax.faces.application |
serialVersionUID: -1180773928220076822L
severity
FacesMessage.Severity severity
summary
String summary
detail
String detail
viewId
String viewId
The view identifier of the view that could not be restored.
Package javax.faces.convert |
facesMessage
FacesMessage facesMessage
Package javax.faces.event |
phaseId
PhaseId phaseId
context
FacesContext context
phaseId
PhaseId phaseId
oldValue
Object oldValue
The previous local value of the source UIComponent
.
newValue
Object newValue
The current local value of the source UIComponent
.
Package javax.faces.model |
data
Object data
index
int index
serialVersionUID: 876782311414654999L
description
String description
disabled
boolean disabled
label
String label
value
Object value
escape
boolean escape
- Holds value of property escape.
selectItems
SelectItem[] selectItems
Package javax.faces.validator |
message
FacesMessage message
Package javax.faces.webapp |
serialVersionUID: -7782950243436672334L
name
String name
- Deprecated.
The name of the attribute to be created, if not already present.
value
String value
- Deprecated.
The value to be associated with this attribute, if it is created.
serialVersionUID: -5909792518081427720L
converterId
String converterId
- Deprecated.
The identifier of the Converter
instance to be created.
binding
String binding
- Deprecated.
The ValueExpression
that evaluates to an object that
implements Converter
.
name
String name
The name of this facet. This will be used as the facet name for
our UIComponentTag
child in our UIComponentTag
parent's facet list.
serialVersionUID: -5562623615418158868L
validatorId
String validatorId
- Deprecated.
The identifier of the Validator
instance to be created.
binding
String binding
- Deprecated.
The ValueExpression
that evaluates to an object that
implements Validator
.
errorCode
String errorCode
- Vendor-specific error code.
linkedException
Exception linkedException
Exception
reference.
serialVersionUID: -5822459626751992278L
serialVersionUID: 492080754054436511L
serialVersionUID: 6243590407214169028L
system_flags
int system_flags
user_flags
Hashtable<K,V> user_flags
serialVersionUID: 1687879213433302315L
serialVersionUID: 472612108891249403L
serialVersionUID: 3974370223328268013L
serialVersionUID: -7479791750606340008L
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.
- Throws:
ObjectStreamException
type
String type
- The type of recipient, usually the name of a corresponding
Internet standard header.
-
serialVersionUID: 1951292550679528690L
serialVersionUID: -7569192289819959253L
next
Exception next
- The next exception in the chain.
-
serialVersionUID: -3757386618726131322L
serialVersionUID: 8058319293154708827L
serialVersionUID: 5711829372799039325L
serialVersionUID: -6457531621682372913L
serialVersionUID: -3145392336120082655L
serialVersionUID: -1855480171284792957L
type
int type
- The event type.
-
serialVersionUID: 5278131310563694307L
type
int type
- The event type.
-
serialVersionUID: 1846275636325456631L
serialVersionUID: -4974972972105535108L
type
int type
- The event type.
-
serialVersionUID: -7447022340837897369L
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.
-
serialVersionUID: 1938704919992515330L
type
int type
- The event type.
-
message
String message
- The message text to be presented to the user.
-
serialVersionUID: -4729852364684273073L
type
int type
- The event type.
-
Package javax.mail.internet |
serialVersionUID: 9134583443539323120L
ref
String ref
- The string being parsed.
-
pos
int pos
- The index in the string where the error occurred, or -1 if not known.
-
serialVersionUID: -7507595530758302903L
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.
serialVersionUID: -8148227605210628779L
serialVersionUID: -5468290701714395543L
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
serialVersionUID: -4203797299824684143L
newsgroup
String newsgroup
host
String host
serialVersionUID: 7649991205183658089L
Package javax.mail.search |
serialVersionUID: 3086821234204980368L
serialVersionUID: 2005405551929769980L
address
Address address
- The address.
-
serialVersionUID: -3583274505380989582L
terms
SearchTerm[] terms
- The array of terms on which the AND operator should be
applied.
-
serialVersionUID: -4888862527916911385L
serialVersionUID: 1456646953666474308L
comparison
int comparison
- The comparison.
-
serialVersionUID: 4818873430063720043L
date
Date date
- The date.
-
serialVersionUID: -142991500302030647L
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.
-
serialVersionUID: 5801127523826772788L
serialVersionUID: 5214730291502658665L
serialVersionUID: 8342514650333389122L
headerName
String headerName
- The name of the header.
-
serialVersionUID: -6963571240154302484L
number
int number
- The number.
-
serialVersionUID: -2121096296454691963L
serialVersionUID: -5379625829658623812L
serialVersionUID: 7152293214217310216L
term
SearchTerm term
- The search term to negate.
-
serialVersionUID: 5380534067523646936L
terms
SearchTerm[] terms
- The array of terms on which the OR operator should
be applied.
-
serialVersionUID: -2756695246195503170L
serialVersionUID: -8293562089611618849L
type
Message.RecipientType type
- The recipient type.
-
serialVersionUID: 6548700653122680468L
type
Message.RecipientType type
- The recipient type.
-
serialVersionUID: -7092886778226268686L
serialVersionUID: -6652358452205992789L
serialVersionUID: 5647755030530907263L
serialVersionUID: -2556219451005103709L
serialVersionUID: 1274042129007696269L
pattern
String pattern
- The pattern.
-
ignoreCase
boolean ignoreCase
- Ignore case when comparing?
-
serialVersionUID: 7481568618055573432L
Package javax.management.j2ee |
Package javax.persistence |
entity
Object entity
- The object that caused the exception
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.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.
- Throws:
IOException
ClassNotFoundException
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.
- Throws:
IOException
- 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.
- Throws:
IOException
ClassNotFoundException
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.
- Throws:
IOException
- 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.
- Throws:
IOException
ClassNotFoundException
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.
- Throws:
IOException
- 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.
- Throws:
IOException
ClassNotFoundException
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.
- Throws:
IOException
- 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.
- Throws:
IOException
ClassNotFoundException
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.
- Throws:
IOException
- 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).
name
String name
value
Object value
rootCause
Throwable rootCause
name
String name
value
Object value
request
ServletRequest request
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
Package javax.servlet.http |
name
String name
value
Object value
Package javax.servlet.jsp |
Package javax.servlet.jsp.el |
mRootCause
Throwable mRootCause
- Deprecated.
Package javax.servlet.jsp.jstl.core |
result
boolean result
var
String var
scope
int scope
serialVersionUID: 1L
i
Integer i
orig
ValueExpression orig
serialVersionUID: 1L
i
int i
iteratedExpression
IteratedExpression iteratedExpression
begin
int begin
- Starting index ('begin' attribute)
end
int end
- Ending index of the iteration ('end' attribute).
A value of -1 internally indicates 'no end
specified', although accessors for the core JSTL tags do not
allow this value to be supplied directly by the user.
step
int step
- Iteration step ('step' attribute)
beginSpecified
boolean beginSpecified
- Boolean flag indicating whether 'begin' was specified.
endSpecified
boolean endSpecified
- Boolean flag indicating whether 'end' was specified.
stepSpecified
boolean stepSpecified
- Boolean flag indicating whether 'step' was specified.
itemId
String itemId
- Attribute-exposing control
statusId
String statusId
- Attribute-exposing control
deferredExpression
ValueExpression deferredExpression
- The deferred expression if any
status
LoopTagStatus status
item
Object item
index
int index
count
int count
last
boolean last
iteratedExpression
IteratedExpression iteratedExpression
Package javax.servlet.jsp.tagext |
bodyContent
BodyContent bodyContent
- The current BodyContent for this BodyTag.
parent
Tag parent
values
Hashtable<K,V> values
id
String id
- The value of the id attribute of this tag; or null.
pageContext
PageContext pageContext
- The PageContext.
Package javax.transaction |
errorCode
int errorCode
- The error code with which to create the SystemException.
- The error code for the exception
Package javax.transaction.xa |
errorCode
int errorCode
- The error code with which to create the SystemException.
- The error code for the exception.
serialVersionUID: 1L
name
QName name
- xml element tag name
declaredType
Class<T> declaredType
- Java datatype binding for xml element declaration's type.
scope
Class<T> scope
- Scope of xml element declaration representing this xml element instance.
Can be one of the following values:
-
JAXBElement.GlobalScope
for global xml element declaration.
- local element declaration has a scope set to the Java class
representation of complex type defintion containing
xml element declaration.
value
Object value
- xml element value.
Represents content model and attributes of an xml element instance.
nil
boolean nil
- true iff the xml element instance has xsi:nil="true".
serialVersionUID: -5621384651494307979L
errorCode
String errorCode
- Vendor specific error code
linkedException
Throwable linkedException
- Exception reference
errorCode
String errorCode
- Vendor specific error code
linkedException
Throwable linkedException
- Exception reference
Package javax.xml.registry |
cause
Throwable cause
errorObjectKey
Key errorObjectKey
cause
Throwable cause
cause
Throwable cause
Package javax.xml.rpc.encoding |
Package javax.xml.rpc.handler |
handlerClass
Class<T> handlerClass
config
Map<K,V> config
headers
Vector<E> headers
Package javax.xml.rpc.soap |
faultcode
QName faultcode
faultstring
String faultstring
faultactor
String faultactor
detail
Detail detail
cause
Throwable cause
nested
Exception nested
nested
Throwable nested
location
Location location
serialVersionUID: -146474640053770988L
Package javax.xml.ws.http |
statusCode
int statusCode
Package javax.xml.ws.soap |
fault
SOAPFault fault
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.