当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.4 API Specifications
Serialized Form (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications
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
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.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.
Class javax.management.AndQueryExp extends QueryEval implements Serializable |
serialVersionUID: -1081892073854801359l
exp1
QueryExp exp1
- The first QueryExp of the conjuction
exp2
QueryExp exp2
- The second QueryExp of the conjuction
serialVersionUID: 2484220110589082382l
name
String name
- Attribute name.
value
Object value
- Attribute value
serialVersionUID: 535176054565814134l
attributeName
String attributeName
- The MBean attribute name.
attributeType
String attributeType
- The MBean attribute type.
oldValue
Object oldValue
- The MBean attribute old value.
newValue
Object newValue
- The MBean attribute new value.
serialVersionUID: -6347317584796410029l
enabledAttributes
Vector enabledAttributes
Vector
that contains the enabled attribute names.
The default value is an empty vector.
serialVersionUID: -4077085769279709076l
serialVersionUID: 6511584241791106926l
serialVersionUID: -7768025046539163385l
attr
String attr
- The name of the attribute
serialVersionUID: -3105272988410493376l
val
Object val
- The attribute value that originated this exception
serialVersionUID: 5068475589449021227l
exp
ValueExp exp
- the
ValueExp
that originated this exception
serialVersionUID: 7802201238441662100l
op
String op
- The description of the operation that originated this exception
Class javax.management.BetweenQueryExp extends QueryEval implements Serializable |
serialVersionUID: -2933597532866307444l
exp1
ValueExp exp1
- The checked value
exp2
ValueExp exp2
- The lower bound value
exp3
ValueExp exp3
- The upper bound value
Class javax.management.BinaryOpValueExp extends QueryEval implements Serializable |
serialVersionUID: 1216286847881456786l
op
int op
- The operator
exp1
ValueExp exp1
- The first value
exp2
ValueExp exp2
- The second value
Class javax.management.BinaryRelQueryExp extends QueryEval implements Serializable |
serialVersionUID: -5690656271650491000l
relOp
int relOp
- The operator
exp1
ValueExp exp1
- The first value
exp2
ValueExp exp2
- The second value
Class javax.management.BooleanValueExp extends QueryEval implements Serializable |
serialVersionUID: 7754922052666594581l
val
boolean val
- The boolean value
Class javax.management.ClassAttributeValueExp extends AttributeValueExp implements Serializable |
attr
String attr
- The name of the attribute
Class javax.management.InQueryExp extends QueryEval implements Serializable |
serialVersionUID: -5801329450358952434l
val
ValueExp val
- The
ValueExp
to be found
valueList
ValueExp[] valueList
- The array of
ValueExp
to be searched
serialVersionUID: 8893743928912733931l
serialVersionUID: -882579438394773049l
serialVersionUID: 1054516935875481725l
serialVersionUID: -3048022274675537269l
val
Object val
- The object representing the class of the MBean
serialVersionUID: 2164571879317142449l
serialVersionUID: 350520924977331825l
serialVersionUID: 6573344628407841861l
serialVersionUID: -7242605822448519061l
serialVersionUID: -572689714442915824l
Class javax.management.MatchQueryExp extends QueryEval implements Serializable |
serialVersionUID: -7156603696948215014l
exp
AttributeValueExp exp
- The attribute value to be matched
pattern
String pattern
- The pattern to be matched
attributeType
String attributeType
- The actual attribute type.
isWrite
boolean isWrite
- The attribute write right.
isRead
boolean isRead
- The attribute read right.
is
boolean is
- Indicates if this method is a "is"
serialVersionUID: 4433990064191844427l
signature
MBeanParameterInfo[] signature
- The signature of the method, that is, the class names of the arguments.
serialVersionUID: 4066342430588744142l
exception
Exception exception
- Encapsulated
Exception
serialVersionUID: 3952882688968447265l
name
String name
- The name of the feature. It is recommended that subclasses call
MBeanFeatureInfo.getName()
rather than reading this field, and that they
not change it.
- The name of the feature.
description
String description
- The human-readable description of the feature. It is
recommended that subclasses call
MBeanFeatureInfo.getDescription()
rather
than reading this field, and that they not change it.
- The human-readable description of the feature.
serialVersionUID: -6451021435135161911l
description
String description
- The human readable description of the class.
className
String className
- The MBean qualified name.
attributes
MBeanAttributeInfo[] attributes
- The MBean attribute descriptors.
operations
MBeanOperationInfo[] operations
- The MBean operation descriptors.
constructors
MBeanConstructorInfo[] constructors
- The MBean constructor descriptors.
notifications
MBeanNotificationInfo[] notifications
- The MBean notification descriptors.
serialVersionUID: -3888371564530107064l
types
String[] types
- The different types of the notification.
serialVersionUID: -6178860474881375330l
type
String type
- The method's return value.
signature
MBeanParameterInfo[] signature
- The signature of the method, that is, the class names
of the arguments.
impact
int impact
- The impact of the method, one of
INFO
,
ACTION
,
ACTION_INFO
,
UNKNOWN
serialVersionUID: 7432616882776782338l
type
String type
- The type or class name of the data.
serialVersionUID: -2416928705275160661l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize this object based on its name and actions.
actions
String actions
- The actions string.
serialVersionUID: 4482382455277067805l
serialVersionUID: 2876477500475969677l
objectName
ObjectName objectName
- The object names of the MBeans concerned by this notification
serialVersionUID: -5661980843569388590l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
Class javax.management.MBeanServerPermissionCollection extends PermissionCollection implements Serializable |
serialVersionUID: -5661980843569388590l
collectionPermission
MBeanServerPermission collectionPermission
- Null if no permissions in collection, otherwise a
single permission that is the union of all permissions that
have been added.
serialVersionUID: -2952178077029018140l
serialVersionUID: 5175579583207963577l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
Notification
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
Notification
to an ObjectOutputStream
.
message
String message
- The notification message.
sequenceNumber
long sequenceNumber
- The notification sequence number.
A serial number which identify particular instance
of notification in the context of the notification source.
source
Object source
- The object on which the notification initially occurred.
timeStamp
long timeStamp
- The notification timestamp.
Indicating when the notification was generated
type
String type
- The notification type.
A string expressed in a dot notation similar to Java properties.
An example of a notification type is network.alarm.router
userData
Object userData
- The notification user data.
Used for whatever other data the notification
source wishes to communicate to its consumers
serialVersionUID: 6579080007561786969l
enabledTypes
List enabledTypes
Vector
that contains the enabled notification types.
The default value is an empty vector.
Class javax.management.NotQueryExp extends QueryEval implements Serializable |
serialVersionUID: 5269643775896723397l
exp
QueryExp exp
- The negated
QueryExp
Class javax.management.NumericValueExp extends QueryEval implements Serializable |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
NumericValueExp
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
NumericValueExp
to an ObjectOutputStream
.
val
Number val
- The {@link Number} representing the numeric value
serialVersionUID: -4099952623687795850l
name
ObjectName name
- Object name.
className
String className
- Class name.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes an
ObjectName
from an ObjectInputStream
.
- Serial Data:
- In the current serial form (value of property
jmx.serial.form
differs from
1.0
): the string
"<domain>:<properties><wild>",
where:
- <domain> represents the domain part
of the
ObjectName
- <properties> represents the list of
properties, as returned by
ObjectName.getKeyPropertyListString()
- <wild> is empty if not
isPropertyPattern
, or
is the character "*
" if
isPropertyPattern
and <properties> is empty, or
is ",*
" if
isPropertyPattern
and
<properties> is not empty.
The intent is that this string could be supplied
to the ObjectName.ObjectName(String)
constructor to
produce an equivalent ObjectName
.
- In the old serial form (value of property
jmx.serial.form
is
1.0
): <domain> <propertyList>
<propertyListString> <canonicalName>
<pattern> <propertyPattern>,
where:
- <domain> represents the domain part
of the
ObjectName
- <propertyList> is the
Hashtable
that contains all the
pairs (key,value) for this ObjectName
- <propertyListString> is the
String
representation of the list of
properties in any order (not mandatorily a
canonical representation)
- <canonicalName> is the
String
containing this ObjectName
's
canonical name
- <pattern> is a boolean which is
true
if this ObjectName
contains a pattern
- <propertyPattern> is a boolean which is
true
if this ObjectName
contains a pattern in the list of properties
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes an
ObjectName
to an ObjectOutputStream
.
- Serial Data:
- In the current serial form (value of property
jmx.serial.form
differs from
1.0
): the string
"<domain>:<properties><wild>",
where:
- <domain> represents the domain part
of the
ObjectName
- <properties> represents the list of
properties, as returned by
ObjectName.getKeyPropertyListString()
- <wild> is empty if not
isPropertyPattern
, or
is the character "*
" if
this isPropertyPattern
and <properties> is empty, or
is ",*
" if
isPropertyPattern
and
<properties> is not empty.
The intent is that this string could be supplied
to the ObjectName.ObjectName(String)
constructor to
produce an equivalent ObjectName
.
- In the old serial form (value of property
jmx.serial.form
is
1.0
): <domain> <propertyList>
<propertyListString> <canonicalName>
<pattern> <propertyPattern>,
where:
- <domain> represents the domain part
of the
ObjectName
- <propertyList> is the
Hashtable
that contains all the
pairs (key,value) for this ObjectName
- <propertyListString> is the
String
representation of the list of
properties in any order (not mandatorily a
canonical representation)
- <canonicalName> is the
String
containing this ObjectName
's
canonical name
- <pattern> is a boolean which is
true
if this ObjectName
contains a pattern
- <propertyPattern> is a boolean which is
true
if this ObjectName
contains a pattern in the list of properties
- Throws:
IOException
serialVersionUID: -4967597595580536216l
Class javax.management.OrQueryExp extends QueryEval implements Serializable |
serialVersionUID: 2962973084421716523l
exp1
QueryExp exp1
- The left query expression
exp2
QueryExp exp2
- The right query expression
Class javax.management.QualifiedAttributeValueExp extends AttributeValueExp implements Serializable |
serialVersionUID: 8832517277410933254l
className
String className
- The attribute class name
serialVersionUID: 2675899265640874796l
serialVersionUID: 9170809325636915553l
exception
Exception exception
- The wrapped
Exception
serialVersionUID: 704338937753949796l
error
Error error
- The encapsulated
Error
serialVersionUID: 5274912751982730171l
runtimeException
RuntimeException runtimeException
- The encapsulated
RuntimeException
serialVersionUID: -8408923047489133588l
runtimeException
RuntimeException runtimeException
- The encapsulated
RuntimeException
serialVersionUID: -3990675661956646827l
serialVersionUID: -3256390509806284044l
val
String val
- The string literal
Package javax.management.loading |
serialVersionUID: 3636148327800330130l
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException,
UnsupportedOperationException
Restore this MLet's contents from the given ObjectInput
.
Not all implementations support this method. Those that do not
throw UnsupportedOperationException
. A subclass may
override this method to support it or to change the format of
the read data.
The format of the read data is not specified, but if an
implementation supports MLet.readExternal(java.io.ObjectInput)
it must also
support MLet.writeExternal(java.io.ObjectOutput)
in such a way that what is
written by the latter can be read by the former.
- Throws:
IOException
- if a problem occurred while reading.
ClassNotFoundException
- if the class for the object
being restored cannot be found.
UnsupportedOperationException
- if this
implementation does not support this operation.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException,
UnsupportedOperationException
Save this MLet's contents to the given ObjectOutput
.
Not all implementations support this method. Those that do not
throw UnsupportedOperationException
. A subclass may
override this method to support it or to change the format of
the written data.
The format of the written data is not specified, but if
an implementation supports MLet.writeExternal(java.io.ObjectOutput)
it must
also support MLet.readExternal(java.io.ObjectInput)
in such a way that what is
written by the former can be read by the latter.
- Throws:
IOException
- If a problem occurred while writing.
UnsupportedOperationException
- If this
implementation does not support this operation.
serialVersionUID: 2503458973393711979l
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException,
UnsupportedOperationException
Restore this MLet's contents from the given ObjectInput
.
Not all implementations support this method. Those that do not
throw UnsupportedOperationException
. A subclass may
override this method to support it or to change the format of
the read data.
The format of the read data is not specified, but if an
implementation supports MLet.readExternal(java.io.ObjectInput)
it must also
support MLet.writeExternal(java.io.ObjectOutput)
in such a way that what is
written by the latter can be read by the former.
- Throws:
IOException
- if a problem occurred while reading.
ClassNotFoundException
- if the class for the object
being restored cannot be found.
UnsupportedOperationException
- if this
implementation does not support this operation.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException,
UnsupportedOperationException
Save this MLet's contents to the given ObjectOutput
.
Not all implementations support this method. Those that do not
throw UnsupportedOperationException
. A subclass may
override this method to support it or to change the format of
the written data.
The format of the written data is not specified, but if
an implementation supports MLet.writeExternal(java.io.ObjectOutput)
it must
also support MLet.readExternal(java.io.ObjectInput)
in such a way that what is
written by the former can be read by the latter.
- Throws:
IOException
- If a problem occurred while writing.
UnsupportedOperationException
- If this
implementation does not support this operation.
Package javax.management.monitor |
serialVersionUID: -4608189663661929204l
observedObject
ObjectName observedObject
- Monitor notification observed object.
observedAttribute
String observedAttribute
- Monitor notification observed attribute.
derivedGauge
Object derivedGauge
- Monitor notification derived gauge.
trigger
Object trigger
- Monitor notification release mechanism.
This value is used to keep the threshold/string (depending on the
monitor type) that triggered off this notification.
serialVersionUID: -8807913418190202007l
Package javax.management.modelmbean |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
DescriptorSupport
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
DescriptorSupport
to an ObjectOutputStream
.
descriptor
HashMap descriptor
- The collection of fields representing this descriptor
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes an
InvalidTargetObjectTypeException
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes an
InvalidTargetObjectTypeException
to an ObjectOutputStream
.
exception
Exception exception
- Encapsulated {@link Exception}
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
ModelMBeanAttributeInfo
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
ModelMBeanAttributeInfo
to an ObjectOutputStream
.
attrDescriptor
Descriptor attrDescriptor
- The {@link Descriptor} containing the metadata corresponding to
this attribute
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
ModelMBeanConstructorInfo
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
ModelMBeanConstructorInfo
to an ObjectOutputStream
.
consDescriptor
Descriptor consDescriptor
- The {@link Descriptor} containing the metadata for this instance
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
ModelMBeanInfoSupport
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
ModelMBeanInfoSupport
to an ObjectOutputStream
.
modelMBeanAttributes
ModelMBeanAttributeInfo[] modelMBeanAttributes
- The array of {@link ModelMBeanAttributeInfo} objects which
have descriptors
modelMBeanConstructors
MBeanConstructorInfo[] modelMBeanConstructors
- The array of {@link ModelMBeanConstructorInfo} objects which
have descriptors
modelMBeanDescriptor
Descriptor modelMBeanDescriptor
- The descriptor containing MBean wide policy
modelMBeanNotifications
MBeanNotificationInfo[] modelMBeanNotifications
- The array of {@link ModelMBeanNotificationInfo} objects which
have descriptors
modelMBeanOperations
MBeanOperationInfo[] modelMBeanOperations
- The array of {@link ModelMBeanOperationInfo} objects which
have descriptors
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
ModelMBeanNotificationInfo
from an
ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
ModelMBeanNotificationInfo
to an
ObjectOutputStream
.
notificationDescriptor
Descriptor notificationDescriptor
- The descriptor
containing the appropriate metadata for this instance
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
ModelMBeanOperationInfo
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
ModelMBeanOperationInfo
to an ObjectOutputStream
.
operationDescriptor
Descriptor operationDescriptor
- The descriptor containing the appropriate metadata for this instance
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes an
XMLParseException
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes an
XMLParseException
to an ObjectOutputStream
.
Package javax.management.openmbean |
serialVersionUID: 720504429830309770l
dimension
int dimension
- The dimension of arrays described by this
ArrayType
instance
elementType
OpenType elementType
- The open type of element values contained in the arrays described by
this
ArrayType
instance
serialVersionUID: 8003518976613702244l
contents
SortedMap contents
- Internal representation of the mapping of item names to their respective values.
A
SortedMap
is used for faster retrieval of elements.
compositeType
CompositeType compositeType
- The composite type of this composite data instance.
serialVersionUID: -5366242454346948798l
nameToDescription
TreeMap nameToDescription
- Sorted mapping of the item names to their descriptions
nameToType
TreeMap nameToType
- Sorted mapping of the item names to their open types
serialVersionUID: 4224269443946322062l
serialVersionUID: -2837312755412327534l
serialVersionUID: 1845183636745282866l
serialVersionUID: 8346311255433349870l
serialVersionUID: -4867215622149721849l
openType
OpenType openType
- The open mbean attribute's open type
defaultValue
Object defaultValue
- The open mbean attribute's default value
legalValues
Set legalValues
- The open mbean attribute's legal values. This
Set
is unmodifiable
minValue
Comparable minValue
- The open mbean attribute's min value
maxValue
Comparable maxValue
- The open mbean attribute's max value
serialVersionUID: -4400441579007477003l
serialVersionUID: 4349395935420511492l
serialVersionUID: 4996859732565369366l
returnOpenType
OpenType returnOpenType
- The open type of the values returned by the operation
described by this
OpenMBeanOperationInfo
instance
serialVersionUID: -7235016873758443122l
openType
OpenType openType
- The open mbean parameter's open type
defaultValue
Object defaultValue
- The open mbean parameter's default value
legalValues
Set legalValues
- The open mbean parameter's legal values. This
Set
is unmodifiable
minValue
Comparable minValue
- The open mbean parameter's min value
maxValue
Comparable maxValue
- The open mbean parameter's max value
serialVersionUID: -9195195325186646468l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes an
OpenType
from an ObjectInputStream
.
className
String className
- The fully qualified Java class name of open data values this type describes.
description
String description
- The type description (should not be null or empty).
typeName
String typeName
- The name given to this type (should not be null or empty).
serialVersionUID: 2215577471957694503l
readResolve
public Object readResolve()
throws ObjectStreamException
- Replace an object read from an
ObjectInputStream
with the unique instance for that
value.
- Throws:
ObjectStreamException
- if the read object cannot be
resolved.
serialVersionUID: 5720150593236309827l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
TabularDataSupport
from an ObjectInputStream
.
dataMap
Map dataMap
- This tabular data instance's contents: a
HashMap
tabularType
TabularType tabularType
- This tabular data instance's tabular type
serialVersionUID: 6554071860220659261l
rowType
CompositeType rowType
- The composite type of rows
indexNames
List indexNames
- The items used to index each row element, kept in the order the user gave
This is an unmodifiable
ArrayList
Package javax.management.relation |
serialVersionUID: -7115040321202754171l
serialVersionUID: 3400722103759507559l
serialVersionUID: 3007446608299169961l
serialVersionUID: 7517834705158932074l
serialVersionUID: -2066091747301983721l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes an
MBeanServerNotificationFilter
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes an
MBeanServerNotificationFilter
to an ObjectOutputStream
.
deselectedNames
List deselectedNames
- List of {@link ObjectName}s with no interest
null
means that all {@link ObjectName}s are implictly deselected
(check for explicit selections))
- Empty vector means that no {@link ObjectName} is explicitly deselected
selectedNames
List selectedNames
- List of {@link ObjectName}s of interest
null
means that all {@link ObjectName}s are implictly selected
(check for explicit deselections)
- Empty vector means that no {@link ObjectName} is explicitly selected
serialVersionUID: 5434016005679159613l
serialVersionUID: -3793951411158559116l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
RelationNotification
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
RelationNotification
to an ObjectOutputStream
.
newRoleValue
List newRoleValue
- New role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)
oldRoleValue
List oldRoleValue
- Old role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)
relationId
String relationId
- Relation identifier of created/removed/updated relation
relationObjName
ObjectName relationObjName
- {@link ObjectName} of the relation MBean of created/removed/updated relation
(only if the relation is represented by an MBean)
relationTypeName
String relationTypeName
- Relation type name of created/removed/updated relation
roleName
String roleName
- Name of updated role (only for role update)
unregisterMBeanList
List unregisterMBeanList
- List of {@link ObjectName}s of referenced MBeans to be unregistered due to
relation removal
serialVersionUID: 8454744887157122910l
serialVersionUID: 1274155316284300752l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
RelationTypeSupport
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
RelationTypeSupport
to an ObjectOutputStream
.
isInRelationService
boolean isInRelationService
- Flag specifying whether the relation type has been declared in the
Relation Service (so can no longer be updated)
roleName2InfoMap
Map roleName2InfoMap
- {@link Map} holding the mapping:
<role name ({@link String})> -> <role info ({@link RoleInfo} object)>
typeName
String typeName
- Relation type name
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
Role
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
Role
to an ObjectOutputStream
.
name
String name
- Role name
objectNameList
List objectNameList
- {@link List} of {@link ObjectName}s of referenced MBeans
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
RoleInfo
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
RoleInfo
to an ObjectOutputStream
.
description
String description
- Role description
isReadable
boolean isReadable
- Read access mode:
true
if role is readable
isWritable
boolean isWritable
- Write access mode:
true
if role is writable
maxDegree
int maxDegree
- Maximum degree (i.e. maximum number of referenced MBeans in corresponding role)
minDegree
int minDegree
- Minimum degree (i.e. minimum number of referenced MBeans in corresponding role)
name
String name
- Role name
referencedMBeanClassName
String referencedMBeanClassName
- Name of class of MBean(s) expected to be referenced in corresponding role
serialVersionUID: 4394092234999959939l
serialVersionUID: 5568344346499649313l
serialVersionUID: -2986406101364031481l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
RoleResult
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
RoleResult
to an ObjectOutputStream
.
roleList
RoleList roleList
- List of roles successfully accessed
unresolvedRoleList
RoleUnresolvedList unresolvedRoleList
- List of roles unsuccessfully accessed
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes a
RoleUnresolved
from an ObjectInputStream
.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes a
RoleUnresolved
to an ObjectOutputStream
.
problemType
int problemType
- Problem type
roleName
String roleName
- Role name
roleValue
List roleValue
- Role value ({@link List} of {@link ObjectName} objects)
serialVersionUID: 4054902803091433324l
Package javax.management.timer |
serialVersionUID: -4841061275673620641l
serialVersionUID: 1798492029603825750l
notificationID
Integer notificationID
- Timer notification identifier.
This identifier is used to retreive a timer notification from the timer list of notifications.
Package javax.xml.parsers |
exception
Exception exception
Package javax.xml.transform |
locator
SourceLocator locator
- Field locator specifies where the error occured
containedException
Throwable containedException
- Field containedException specifies a wrapped exception. May be null.
exception
Exception exception
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.