SunONE Application Server v8.0 PE

Serialized Form


Package javax.activation

Class javax.activation.ActivationDataFlavor extends java.awt.datatransfer.DataFlavor 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 extends java.lang.Object 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.

Throws:
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.
java.io.IOException

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.

Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class javax.activation.MimeTypeParseException extends java.lang.Exception implements Serializable

Class javax.activation.UnsupportedDataTypeException extends java.io.IOException implements Serializable


Package javax.resource

Class javax.resource.NotSupportedException extends ResourceException implements Serializable

Class javax.resource.ResourceException extends java.lang.Exception 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 extends ResourceException implements Serializable


Package javax.resource.spi

Class javax.resource.spi.ApplicationServerInternalException extends ResourceException implements Serializable

Class javax.resource.spi.CommException extends ResourceException implements Serializable

Class javax.resource.spi.ConnectionEvent extends java.util.EventObject 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 extends ResourceException implements Serializable

Class javax.resource.spi.IllegalStateException extends ResourceException implements Serializable

Class javax.resource.spi.InvalidPropertyException extends ResourceException implements Serializable

Serialized Fields

invalidProperties

java.beans.PropertyDescriptor[] invalidProperties

Class javax.resource.spi.LocalTransactionException extends ResourceException implements Serializable

Class javax.resource.spi.ResourceAdapterInternalException extends ResourceException implements Serializable

Class javax.resource.spi.ResourceAllocationException extends ResourceException implements Serializable

Class javax.resource.spi.SecurityException extends ResourceException implements Serializable

Class javax.resource.spi.SharingViolationException extends ResourceException implements Serializable

Class javax.resource.spi.UnavailableException extends ResourceException implements Serializable


Package javax.resource.spi.security

Class javax.resource.spi.security.PasswordCredential extends java.lang.Object implements Serializable

Serialized Fields

userName

java.lang.String userName

password

char[] password

mcf

ManagedConnectionFactory mcf


Package javax.resource.spi.work

Class javax.resource.spi.work.WorkCompletedException extends WorkException implements Serializable

Class javax.resource.spi.work.WorkEvent extends java.util.EventObject implements Serializable

Serialized Fields

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).

Class javax.resource.spi.work.WorkException extends ResourceException implements Serializable

Class javax.resource.spi.work.WorkRejectedException extends WorkException implements Serializable


Package javax.enterprise.deploy.spi.exceptions

Class javax.enterprise.deploy.spi.exceptions.BeanNotFoundException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.ClientExecuteException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.ConfigurationException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.InvalidModuleException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException extends java.lang.Exception implements Serializable

Class javax.enterprise.deploy.spi.exceptions.TargetException extends java.lang.Exception implements Serializable


Package javax.enterprise.deploy.spi.status

Class javax.enterprise.deploy.spi.status.ProgressEvent extends java.util.EventObject implements Serializable

Serialized Fields

statuscode

DeploymentStatus statuscode

targetModuleID

TargetModuleID targetModuleID


Package javax.ejb

Class javax.ejb.AccessLocalException extends EJBException implements Serializable

Class javax.ejb.CreateException extends java.lang.Exception implements Serializable

Class javax.ejb.DuplicateKeyException extends CreateException implements Serializable

Class javax.ejb.EJBException extends java.lang.RuntimeException implements Serializable

Serialized Fields

causeException

java.lang.Exception causeException
 

Class javax.ejb.FinderException extends java.lang.Exception implements Serializable

Class javax.ejb.NoSuchEntityException extends EJBException implements Serializable

Class javax.ejb.NoSuchObjectLocalException extends EJBException implements Serializable

Class javax.ejb.ObjectNotFoundException extends FinderException implements Serializable

Class javax.ejb.RemoveException extends java.lang.Exception implements Serializable

Class javax.ejb.TransactionRequiredLocalException extends EJBException implements Serializable

Class javax.ejb.TransactionRolledbackLocalException extends EJBException implements Serializable


Package javax.security.jacc

Class javax.security.jacc.EJBMethodPermission extends java.security.Permission implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.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(java.io.ObjectOutputStream s)
                  throws java.io.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.

Serialization Overview
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.

Serialized Fields

actions

java.lang.String actions
the canonicalized actions string (as returned by getActions).

Class javax.security.jacc.EJBRoleRefPermission extends java.security.Permission implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.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(java.io.ObjectOutputStream s)
                  throws java.io.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.

Serialization Overview
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.

Serialized Fields

actions

java.lang.String actions
the canonicalized actions string (as returned by getActions).

Class javax.security.jacc.PolicyContextException extends java.lang.Exception implements Serializable

Class javax.security.jacc.WebResourcePermission extends java.security.Permission implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.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(java.io.ObjectOutputStream s)
                  throws java.io.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.

Serialization Overview
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.

Serialized Fields

actions

java.lang.String actions
the canonicalized actions string (as returned by getActions).

Class javax.security.jacc.WebRoleRefPermission extends java.security.Permission implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.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(java.io.ObjectOutputStream s)
                  throws java.io.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.

Serialization Overview
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.

Serialized Fields

actions

java.lang.String actions
the canonicalized actions string (as returned by getActions).

Class javax.security.jacc.WebUserDataPermission extends java.security.Permission implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.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(java.io.ObjectOutputStream s)
                  throws java.io.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.

Serialization Overview
The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.

Serialized Fields

actions

java.lang.String actions
the canonicalized actions string (as returned by getActions).


Package javax.xml.registry

Class javax.xml.registry.DeleteException extends RegistryException implements Serializable

Class javax.xml.registry.FindException extends RegistryException implements Serializable

Class javax.xml.registry.InvalidRequestException extends JAXRException implements Serializable

Class javax.xml.registry.JAXRException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.registry.RegistryException extends JAXRException implements Serializable

Serialized Fields

errorObjectKey

Key errorObjectKey

Class javax.xml.registry.SaveException extends RegistryException implements Serializable

Class javax.xml.registry.UnexpectedObjectException extends JAXRException implements Serializable

Class javax.xml.registry.UnsupportedCapabilityException extends JAXRException implements Serializable


Package javax.xml.namespace

Class javax.xml.namespace.QName extends java.lang.Object implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

Namespace URI of this QName.


localPart

java.lang.String localPart

local part of this QName.


prefix

java.lang.String prefix

prefix of this QName.


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable

Serialized Fields

handlerClass

java.lang.Class handlerClass

config

java.util.Map config

headers

java.util.Vector headers


Package javax.xml.rpc.soap

Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

faultcode

QName faultcode

faultstring

java.lang.String faultstring

faultactor

java.lang.String faultactor

detail

Detail detail


Package javax.jms

Class javax.jms.IllegalStateException extends JMSException implements Serializable

Class javax.jms.InvalidClientIDException extends JMSException implements Serializable

Class javax.jms.InvalidDestinationException extends JMSException implements Serializable

Class javax.jms.InvalidSelectorException extends JMSException implements Serializable

Class javax.jms.JMSException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

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


linkedException

java.lang.Exception linkedException
Exception reference.

Class javax.jms.JMSSecurityException extends JMSException implements Serializable

Class javax.jms.MessageEOFException extends JMSException implements Serializable

Class javax.jms.MessageFormatException extends JMSException implements Serializable

Class javax.jms.MessageNotReadableException extends JMSException implements Serializable

Class javax.jms.MessageNotWriteableException extends JMSException implements Serializable

Class javax.jms.ResourceAllocationException extends JMSException implements Serializable

Class javax.jms.TransactionInProgressException extends JMSException implements Serializable

Class javax.jms.TransactionRolledBackException extends JMSException implements Serializable


Package javax.mail

Class javax.mail.Address extends java.lang.Object implements Serializable

Class javax.mail.AuthenticationFailedException extends MessagingException implements Serializable

Class javax.mail.Flags extends java.lang.Object implements Serializable

Serialized Fields

system_flags

int system_flags

user_flags

java.util.Hashtable user_flags

Class javax.mail.FolderClosedException extends MessagingException implements Serializable

Class javax.mail.FolderNotFoundException extends MessagingException implements Serializable

Class javax.mail.IllegalWriteException extends MessagingException implements Serializable

Class javax.mail.Message.RecipientType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.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.

Serialized Fields

type

java.lang.String type
The type of recipient, usually the name of a corresponding Internet standard header.

 

Class javax.mail.MessageRemovedException extends MessagingException implements Serializable

Class javax.mail.MessagingException extends java.lang.Exception implements Serializable

Serialized Fields

next

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

 

Class javax.mail.MethodNotSupportedException extends MessagingException implements Serializable

Class javax.mail.NoSuchProviderException extends MessagingException implements Serializable

Class javax.mail.ReadOnlyFolderException extends MessagingException implements Serializable

Class javax.mail.SendFailedException extends MessagingException implements Serializable

Class javax.mail.StoreClosedException extends MessagingException implements Serializable


Package javax.mail.event

Class javax.mail.event.ConnectionEvent extends MailEvent implements Serializable

Serialized Fields

type

int type
The event type.

 

Class javax.mail.event.FolderEvent extends MailEvent implements Serializable

Serialized Fields

type

int type
The event type.

 

Class javax.mail.event.MailEvent extends java.util.EventObject implements Serializable

Class javax.mail.event.MessageChangedEvent extends MailEvent implements Serializable

Serialized Fields

type

int type
The event type.

 

Class javax.mail.event.MessageCountEvent extends MailEvent 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 extends MailEvent 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 extends MailEvent implements Serializable

Serialized Fields

type

int type
The event type.

 


Package javax.mail.search

Class javax.mail.search.AddressStringTerm extends StringTerm implements Serializable

Class javax.mail.search.AddressTerm extends SearchTerm implements Serializable

Serialized Fields

address

Address address
The address.

 

Class javax.mail.search.AndTerm extends SearchTerm implements Serializable

Serialized Fields

terms

SearchTerm[] terms
The array of terms on which the AND operator should be applied.

 

Class javax.mail.search.BodyTerm extends StringTerm implements Serializable

Class javax.mail.search.ComparisonTerm extends SearchTerm implements Serializable

Serialized Fields

comparison

int comparison
The comparison.

 

Class javax.mail.search.DateTerm extends ComparisonTerm implements Serializable

Serialized Fields

date

java.util.Date date
The date.

 

Class javax.mail.search.FlagTerm extends SearchTerm implements Serializable

Serialized Fields

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.

 

Class javax.mail.search.FromStringTerm extends AddressStringTerm implements Serializable

Class javax.mail.search.FromTerm extends AddressTerm implements Serializable

Class javax.mail.search.HeaderTerm extends StringTerm implements Serializable

Serialized Fields

headerName

java.lang.String headerName
The name of the header.

 

Class javax.mail.search.IntegerComparisonTerm extends ComparisonTerm implements Serializable

Serialized Fields

number

int number
The number.

 

Class javax.mail.search.MessageIDTerm extends StringTerm implements Serializable

Class javax.mail.search.MessageNumberTerm extends IntegerComparisonTerm implements Serializable

Class javax.mail.search.NotTerm extends SearchTerm implements Serializable

Serialized Fields

term

SearchTerm term
The search term to negate.

 

Class javax.mail.search.OrTerm extends SearchTerm implements Serializable

Serialized Fields

terms

SearchTerm[] terms
The array of terms on which the OR operator should be applied.

 

Class javax.mail.search.ReceivedDateTerm extends DateTerm implements Serializable

Class javax.mail.search.RecipientStringTerm extends AddressStringTerm implements Serializable

Serialized Fields

type

Message.RecipientType type
The recipient type.

 

Class javax.mail.search.RecipientTerm extends AddressTerm implements Serializable

Serialized Fields

type

Message.RecipientType type
The recipient type.

 

Class javax.mail.search.SearchException extends MessagingException implements Serializable

Class javax.mail.search.SearchTerm extends java.lang.Object implements Serializable

Class javax.mail.search.SentDateTerm extends DateTerm implements Serializable

Class javax.mail.search.SizeTerm extends IntegerComparisonTerm implements Serializable

Class javax.mail.search.StringTerm extends SearchTerm implements Serializable

Serialized Fields

pattern

java.lang.String pattern
The pattern.

 

ignoreCase

boolean ignoreCase
Ignore case when comparing?

 

Class javax.mail.search.SubjectTerm extends StringTerm implements Serializable


Package javax.mail.internet

Class javax.mail.internet.AddressException extends ParseException 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.InternetAddress extends Address implements Serializable

Serialized Fields

address

java.lang.String address

personal

java.lang.String personal
The personal name.


encodedPersonal

java.lang.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.

Class javax.mail.internet.MailDateFormat extends java.text.SimpleDateFormat implements Serializable

Class javax.mail.internet.MimeMessage.RecipientType extends Message.RecipientType implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.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.

Class javax.mail.internet.NewsAddress extends Address implements Serializable

Serialized Fields

newsgroup

java.lang.String newsgroup

host

java.lang.String host

Class javax.mail.internet.ParseException extends MessagingException implements Serializable


Package javax.xml.soap

Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.jsp.JspTagException extends JspException implements Serializable

Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable


Package javax.servlet.jsp.el

Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable

Serialized Fields

mRootCause

java.lang.Throwable mRootCause

Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable


Package javax.servlet.jsp.tagext

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

Serialized Fields

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable values

id

java.lang.String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.


Package javax.servlet

Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable

Class javax.servlet.ServletException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds


Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable


Package javax.transaction

Class javax.transaction.HeuristicCommitException extends java.lang.Exception implements Serializable

Class javax.transaction.HeuristicMixedException extends java.lang.Exception implements Serializable

Class javax.transaction.HeuristicRollbackException extends java.lang.Exception implements Serializable

Class javax.transaction.InvalidTransactionException extends java.rmi.RemoteException implements Serializable

Class javax.transaction.NotSupportedException extends java.lang.Exception implements Serializable

Class javax.transaction.RollbackException extends java.lang.Exception implements Serializable

Class javax.transaction.SystemException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode
The error code with which to create the SystemException.

The error code for the exception

Class javax.transaction.TransactionRequiredException extends java.rmi.RemoteException implements Serializable

Class javax.transaction.TransactionRolledbackException extends java.rmi.RemoteException implements Serializable


Package javax.transaction.xa

Class javax.transaction.xa.XAException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode
The error code with which to create the SystemException.

The error code for the exception.


Package javax.management

Class javax.management.AndQueryExp extends QueryEval implements Serializable

serialVersionUID: -1081892073854801359l

Serialized Fields

exp1

QueryExp exp1
The first QueryExp of the conjuction

exp2

QueryExp exp2
The second QueryExp of the conjuction

Class javax.management.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 2484220110589082382l

Serialized Fields

name

java.lang.String name
Attribute name.

value

java.lang.Object value
Attribute value

Class javax.management.AttributeChangeNotification extends Notification implements Serializable

serialVersionUID: 535176054565814134l

Serialized Fields

attributeName

java.lang.String attributeName
The MBean attribute name.

attributeType

java.lang.String attributeType
The MBean attribute type.

oldValue

java.lang.Object oldValue
The MBean attribute old value.

newValue

java.lang.Object newValue
The MBean attribute new value.

Class javax.management.AttributeChangeNotificationFilter extends java.lang.Object implements Serializable

serialVersionUID: -6347317584796410029l

Serialized Fields

enabledAttributes

java.util.Vector enabledAttributes
Vector that contains the enabled attribute names. The default value is an empty vector.

Class javax.management.AttributeList extends java.util.ArrayList implements Serializable

serialVersionUID: -4077085769279709076l

Class javax.management.AttributeNotFoundException extends OperationsException implements Serializable

serialVersionUID: 6511584241791106926l

Class javax.management.AttributeValueExp extends java.lang.Object implements Serializable

serialVersionUID: -7768025046539163385l

Serialized Fields

attr

java.lang.String attr
The name of the attribute

Class javax.management.BadAttributeValueExpException extends java.lang.Exception implements Serializable

serialVersionUID: -3105272988410493376l

Serialized Fields

val

java.lang.Object val
The attribute value that originated this exception

Class javax.management.BadBinaryOpValueExpException extends java.lang.Exception implements Serializable

serialVersionUID: 5068475589449021227l

Serialized Fields

exp

ValueExp exp
the ValueExp that originated this exception

Class javax.management.BadStringOperationException extends java.lang.Exception implements Serializable

serialVersionUID: 7802201238441662100l

Serialized Fields

op

java.lang.String op
The description of the operation that originated this exception

Class javax.management.BetweenQueryExp extends QueryEval implements Serializable

serialVersionUID: -2933597532866307444l

Serialized Fields

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

Serialized Fields

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

Serialized Fields

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

Serialized Fields

val

boolean val
The boolean value

Class javax.management.ClassAttributeValueExp extends AttributeValueExp implements Serializable

Serialized Fields

attr

java.lang.String attr
The name of the attribute

Class javax.management.InQueryExp extends QueryEval implements Serializable

serialVersionUID: -5801329450358952434l

Serialized Fields

val

ValueExp val
The ValueExp to be found

valueList

ValueExp[] valueList
The array of ValueExp to be searched

Class javax.management.InstanceAlreadyExistsException extends OperationsException implements Serializable

serialVersionUID: 8893743928912733931l

Class javax.management.InstanceNotFoundException extends OperationsException implements Serializable

serialVersionUID: -882579438394773049l

Class javax.management.IntrospectionException extends OperationsException implements Serializable

serialVersionUID: 1054516935875481725l

Class javax.management.InvalidApplicationException extends java.lang.Exception implements Serializable

serialVersionUID: -3048022274675537269l

Serialized Fields

val

java.lang.Object val
The object representing the class of the MBean

Class javax.management.InvalidAttributeValueException extends OperationsException implements Serializable

serialVersionUID: 2164571879317142449l

Class javax.management.JMException extends java.lang.Exception implements Serializable

serialVersionUID: 350520924977331825l

Class javax.management.JMRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6573344628407841861l

Class javax.management.ListenerNotFoundException extends OperationsException implements Serializable

serialVersionUID: -7242605822448519061l

Class javax.management.MalformedObjectNameException extends OperationsException implements Serializable

serialVersionUID: -572689714442915824l

Class javax.management.MatchQueryExp extends QueryEval implements Serializable

serialVersionUID: -7156603696948215014l

Serialized Fields

exp

AttributeValueExp exp
The attribute value to be matched

pattern

java.lang.String pattern
The pattern to be matched

Class javax.management.MBeanAttributeInfo extends MBeanFeatureInfo implements Serializable

Serialized Fields

attributeType

java.lang.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"

Class javax.management.MBeanConstructorInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: 4433990064191844427l

Serialized Fields

signature

MBeanParameterInfo[] signature
The signature of the method, that is, the class names of the arguments.

Class javax.management.MBeanException extends JMException implements Serializable

serialVersionUID: 4066342430588744142l

Serialized Fields

exception

java.lang.Exception exception
Encapsulated Exception

Class javax.management.MBeanFeatureInfo extends java.lang.Object implements Serializable

serialVersionUID: 3952882688968447265l

Serialized Fields

name

java.lang.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

java.lang.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.

Class javax.management.MBeanInfo extends java.lang.Object implements Serializable

serialVersionUID: -6451021435135161911l

Serialized Fields

description

java.lang.String description
The human readable description of the class.

className

java.lang.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.

Class javax.management.MBeanNotificationInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: -3888371564530107064l

Serialized Fields

types

java.lang.String[] types
The different types of the notification.

Class javax.management.MBeanOperationInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: -6178860474881375330l

Serialized Fields

type

java.lang.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

Class javax.management.MBeanParameterInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: 7432616882776782338l

Serialized Fields

type

java.lang.String type
The type or class name of the data.

Class javax.management.MBeanPermission extends java.security.Permission implements Serializable

serialVersionUID: -2416928705275160661l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize this object based on its name and actions.

Serialized Fields

actions

java.lang.String actions
The actions string.

Class javax.management.MBeanRegistrationException extends MBeanException implements Serializable

serialVersionUID: 4482382455277067805l

Class javax.management.MBeanServerNotification extends Notification implements Serializable

serialVersionUID: 2876477500475969677l

Serialized Fields

objectName

ObjectName objectName
The object names of the MBeans concerned by this notification

Class javax.management.MBeanServerPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -5661980843569388590l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

Class javax.management.MBeanServerPermissionCollection extends java.security.PermissionCollection implements Serializable

serialVersionUID: -5661980843569388590l

Serialized Fields

collectionPermission

MBeanServerPermission collectionPermission
Null if no permissions in collection, otherwise a single permission that is the union of all permissions that have been added.

Class javax.management.MBeanTrustPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -2952178077029018140l

Class javax.management.NotCompliantMBeanException extends OperationsException implements Serializable

serialVersionUID: 5175579583207963577l

Class javax.management.Notification extends java.util.EventObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a Notification from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a Notification to an ObjectOutputStream.

Serialized Fields

message

java.lang.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

java.lang.Object source
The object on which the notification initially occurred.

timeStamp

long timeStamp
The notification timestamp. Indicating when the notification was generated

type

java.lang.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

java.lang.Object userData
The notification user data. Used for whatever other data the notification source wishes to communicate to its consumers

Class javax.management.NotificationFilterSupport extends java.lang.Object implements Serializable

serialVersionUID: 6579080007561786969l

Serialized Fields

enabledTypes

java.util.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

Serialized Fields

exp

QueryExp exp
The negated QueryExp

Class javax.management.NumericValueExp extends QueryEval implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a NumericValueExp from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a NumericValueExp to an ObjectOutputStream.

Serialized Fields

val

java.lang.Number val
The {@link Number} representing the numeric value

Class javax.management.ObjectInstance extends java.lang.Object implements Serializable

serialVersionUID: -4099952623687795850l

Serialized Fields

name

ObjectName name
Object name.

className

java.lang.String className
Class name.

Class javax.management.ObjectName extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.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:
java.io.IOException
Serialized Fields

Class javax.management.OperationsException extends JMException implements Serializable

serialVersionUID: -4967597595580536216l

Class javax.management.OrQueryExp extends QueryEval implements Serializable

serialVersionUID: 2962973084421716523l

Serialized Fields

exp1

QueryExp exp1
The left query expression

exp2

QueryExp exp2
The right query expression

Class javax.management.QualifiedAttributeValueExp extends AttributeValueExp implements Serializable

serialVersionUID: 8832517277410933254l

Serialized Fields

className

java.lang.String className
The attribute class name

Class javax.management.QueryEval extends java.lang.Object implements Serializable

serialVersionUID: 2675899265640874796l

Class javax.management.ReflectionException extends JMException implements Serializable

serialVersionUID: 9170809325636915553l

Serialized Fields

exception

java.lang.Exception exception
The wrapped Exception

Class javax.management.RuntimeErrorException extends JMRuntimeException implements Serializable

serialVersionUID: 704338937753949796l

Serialized Fields

error

java.lang.Error error
The encapsulated Error

Class javax.management.RuntimeMBeanException extends JMRuntimeException implements Serializable

serialVersionUID: 5274912751982730171l

Serialized Fields

runtimeException

java.lang.RuntimeException runtimeException
The encapsulated RuntimeException

Class javax.management.RuntimeOperationsException extends JMRuntimeException implements Serializable

serialVersionUID: -8408923047489133588l

Serialized Fields

runtimeException

java.lang.RuntimeException runtimeException
The encapsulated RuntimeException

Class javax.management.ServiceNotFoundException extends OperationsException implements Serializable

serialVersionUID: -3990675661956646827l

Class javax.management.StringValueExp extends java.lang.Object implements Serializable

serialVersionUID: -3256390509806284044l

Serialized Fields

val

java.lang.String val
The string literal


Package javax.management.loading

Class javax.management.loading.MLet extends java.net.URLClassLoader implements Serializable

serialVersionUID: 3636148327800330130l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException,
                         java.lang.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:
java.io.IOException - if a problem occurred while reading.
java.lang.ClassNotFoundException - if the class for the object being restored cannot be found.
java.lang.UnsupportedOperationException - if this implementation does not support this operation.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException,
                          java.lang.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:
java.io.IOException - If a problem occurred while writing.
java.lang.UnsupportedOperationException - If this implementation does not support this operation.

Class javax.management.loading.PrivateMLet extends MLet implements Serializable

serialVersionUID: 2503458973393711979l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException,
                         java.lang.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:
java.io.IOException - if a problem occurred while reading.
java.lang.ClassNotFoundException - if the class for the object being restored cannot be found.
java.lang.UnsupportedOperationException - if this implementation does not support this operation.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException,
                          java.lang.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:
java.io.IOException - If a problem occurred while writing.
java.lang.UnsupportedOperationException - If this implementation does not support this operation.


Package javax.management.modelmbean

Class javax.management.modelmbean.DescriptorSupport extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a DescriptorSupport from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a DescriptorSupport to an ObjectOutputStream.

Serialized Fields

descriptor

java.util.HashMap descriptor
The collection of fields representing this descriptor

Class javax.management.modelmbean.InvalidTargetObjectTypeException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes an InvalidTargetObjectTypeException from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes an InvalidTargetObjectTypeException to an ObjectOutputStream.

Serialized Fields

exception

java.lang.Exception exception
Encapsulated {@link Exception}

Class javax.management.modelmbean.ModelMBeanAttributeInfo extends MBeanAttributeInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a ModelMBeanAttributeInfo from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a ModelMBeanAttributeInfo to an ObjectOutputStream.

Serialized Fields

attrDescriptor

Descriptor attrDescriptor
The {@link Descriptor} containing the metadata corresponding to this attribute

Class javax.management.modelmbean.ModelMBeanConstructorInfo extends MBeanConstructorInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a ModelMBeanConstructorInfo from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a ModelMBeanConstructorInfo to an ObjectOutputStream.

Serialized Fields

consDescriptor

Descriptor consDescriptor
The {@link Descriptor} containing the metadata for this instance

Class javax.management.modelmbean.ModelMBeanInfoSupport extends MBeanInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a ModelMBeanInfoSupport from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a ModelMBeanInfoSupport to an ObjectOutputStream.

Serialized Fields

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

Class javax.management.modelmbean.ModelMBeanNotificationInfo extends MBeanNotificationInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a ModelMBeanNotificationInfo from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a ModelMBeanNotificationInfo to an ObjectOutputStream.

Serialized Fields

notificationDescriptor

Descriptor notificationDescriptor
The descriptor containing the appropriate metadata for this instance

Class javax.management.modelmbean.ModelMBeanOperationInfo extends MBeanOperationInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a ModelMBeanOperationInfo from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a ModelMBeanOperationInfo to an ObjectOutputStream.

Serialized Fields

operationDescriptor

Descriptor operationDescriptor
The descriptor containing the appropriate metadata for this instance

Class javax.management.modelmbean.XMLParseException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes an XMLParseException from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes an XMLParseException to an ObjectOutputStream.

Serialized Fields


Package javax.management.monitor

Class javax.management.monitor.MonitorNotification extends Notification implements Serializable

serialVersionUID: -4608189663661929204l

Serialized Fields

observedObject

ObjectName observedObject
Monitor notification observed object.

observedAttribute

java.lang.String observedAttribute
Monitor notification observed attribute.

derivedGauge

java.lang.Object derivedGauge
Monitor notification derived gauge.

trigger

java.lang.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.

Class javax.management.monitor.MonitorSettingException extends JMRuntimeException implements Serializable

serialVersionUID: -8807913418190202007l


Package javax.management.openmbean

Class javax.management.openmbean.ArrayType extends OpenType implements Serializable

serialVersionUID: 720504429830309770l

Serialized Fields

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

Class javax.management.openmbean.CompositeDataSupport extends java.lang.Object implements Serializable

serialVersionUID: 8003518976613702244l

Serialized Fields

contents

java.util.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.

Class javax.management.openmbean.CompositeType extends OpenType implements Serializable

serialVersionUID: -5366242454346948798l

Serialized Fields

nameToDescription

java.util.TreeMap nameToDescription
Sorted mapping of the item names to their descriptions

nameToType

java.util.TreeMap nameToType
Sorted mapping of the item names to their open types

Class javax.management.openmbean.InvalidKeyException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 4224269443946322062l

Class javax.management.openmbean.InvalidOpenTypeException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -2837312755412327534l

Class javax.management.openmbean.KeyAlreadyExistsException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 1845183636745282866l

Class javax.management.openmbean.OpenDataException extends JMException implements Serializable

serialVersionUID: 8346311255433349870l

Class javax.management.openmbean.OpenMBeanAttributeInfoSupport extends MBeanAttributeInfo implements Serializable

serialVersionUID: -4867215622149721849l

Serialized Fields

openType

OpenType openType
The open mbean attribute's open type

defaultValue

java.lang.Object defaultValue
The open mbean attribute's default value

legalValues

java.util.Set legalValues
The open mbean attribute's legal values. This Set is unmodifiable

minValue

java.lang.Comparable minValue
The open mbean attribute's min value

maxValue

java.lang.Comparable maxValue
The open mbean attribute's max value

Class javax.management.openmbean.OpenMBeanConstructorInfoSupport extends MBeanConstructorInfo implements Serializable

serialVersionUID: -4400441579007477003l

Class javax.management.openmbean.OpenMBeanInfoSupport extends MBeanInfo implements Serializable

serialVersionUID: 4349395935420511492l

Class javax.management.openmbean.OpenMBeanOperationInfoSupport extends MBeanOperationInfo implements Serializable

serialVersionUID: 4996859732565369366l

Serialized Fields

returnOpenType

OpenType returnOpenType
The open type of the values returned by the operation described by this OpenMBeanOperationInfo instance

Class javax.management.openmbean.OpenMBeanParameterInfoSupport extends MBeanParameterInfo implements Serializable

serialVersionUID: -7235016873758443122l

Serialized Fields

openType

OpenType openType
The open mbean parameter's open type

defaultValue

java.lang.Object defaultValue
The open mbean parameter's default value

legalValues

java.util.Set legalValues
The open mbean parameter's legal values. This Set is unmodifiable

minValue

java.lang.Comparable minValue
The open mbean parameter's min value

maxValue

java.lang.Comparable maxValue
The open mbean parameter's max value

Class javax.management.openmbean.OpenType extends java.lang.Object implements Serializable

serialVersionUID: -9195195325186646468l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes an OpenType from an ObjectInputStream.

Serialized Fields

className

java.lang.String className
The fully qualified Java class name of open data values this type describes.

description

java.lang.String description
The type description (should not be null or empty).

typeName

java.lang.String typeName
The name given to this type (should not be null or empty).

Class javax.management.openmbean.SimpleType extends OpenType implements Serializable

serialVersionUID: 2215577471957694503l

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Replace an object read from an ObjectInputStream with the unique instance for that value.

Throws:
java.io.ObjectStreamException - if the read object cannot be resolved.

Class javax.management.openmbean.TabularDataSupport extends java.lang.Object implements Serializable

serialVersionUID: 5720150593236309827l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a TabularDataSupport from an ObjectInputStream.

Serialized Fields

dataMap

java.util.Map dataMap
This tabular data instance's contents: a HashMap

tabularType

TabularType tabularType
This tabular data instance's tabular type

Class javax.management.openmbean.TabularType extends OpenType implements Serializable

serialVersionUID: 6554071860220659261l

Serialized Fields

rowType

CompositeType rowType
The composite type of rows

indexNames

java.util.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

Class javax.management.relation.InvalidRelationIdException extends RelationException implements Serializable

serialVersionUID: -7115040321202754171l

Class javax.management.relation.InvalidRelationServiceException extends RelationException implements Serializable

serialVersionUID: 3400722103759507559l

Class javax.management.relation.InvalidRelationTypeException extends RelationException implements Serializable

serialVersionUID: 3007446608299169961l

Class javax.management.relation.InvalidRoleInfoException extends RelationException implements Serializable

serialVersionUID: 7517834705158932074l

Class javax.management.relation.InvalidRoleValueException extends RelationException implements Serializable

serialVersionUID: -2066091747301983721l

Class javax.management.relation.MBeanServerNotificationFilter extends NotificationFilterSupport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes an MBeanServerNotificationFilter from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes an MBeanServerNotificationFilter to an ObjectOutputStream.

Serialized Fields

deselectedNames

java.util.List deselectedNames
List of {@link ObjectName}s with no interest

selectedNames

java.util.List selectedNames
List of {@link ObjectName}s of interest

Class javax.management.relation.RelationException extends JMException implements Serializable

serialVersionUID: 5434016005679159613l

Class javax.management.relation.RelationNotFoundException extends RelationException implements Serializable

serialVersionUID: -3793951411158559116l

Class javax.management.relation.RelationNotification extends Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a RelationNotification from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a RelationNotification to an ObjectOutputStream.

Serialized Fields

newRoleValue

java.util.List newRoleValue
New role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)

oldRoleValue

java.util.List oldRoleValue
Old role value ({@link ArrayList} of {@link ObjectName}s) (only for role update)

relationId

java.lang.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

java.lang.String relationTypeName
Relation type name of created/removed/updated relation

roleName

java.lang.String roleName
Name of updated role (only for role update)

unregisterMBeanList

java.util.List unregisterMBeanList
List of {@link ObjectName}s of referenced MBeans to be unregistered due to relation removal

Class javax.management.relation.RelationServiceNotRegisteredException extends RelationException implements Serializable

serialVersionUID: 8454744887157122910l

Class javax.management.relation.RelationTypeNotFoundException extends RelationException implements Serializable

serialVersionUID: 1274155316284300752l

Class javax.management.relation.RelationTypeSupport extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a RelationTypeSupport from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a RelationTypeSupport to an ObjectOutputStream.

Serialized Fields

isInRelationService

boolean isInRelationService
Flag specifying whether the relation type has been declared in the Relation Service (so can no longer be updated)

roleName2InfoMap

java.util.Map roleName2InfoMap
{@link Map} holding the mapping: <role name ({@link String})> -> <role info ({@link RoleInfo} object)>

typeName

java.lang.String typeName
Relation type name

Class javax.management.relation.Role extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a Role from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a Role to an ObjectOutputStream.

Serialized Fields

name

java.lang.String name
Role name

objectNameList

java.util.List objectNameList
{@link List} of {@link ObjectName}s of referenced MBeans

Class javax.management.relation.RoleInfo extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a RoleInfo from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a RoleInfo to an ObjectOutputStream.

Serialized Fields

description

java.lang.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

java.lang.String name
Role name

referencedMBeanClassName

java.lang.String referencedMBeanClassName
Name of class of MBean(s) expected to be referenced in corresponding role

Class javax.management.relation.RoleInfoNotFoundException extends RelationException implements Serializable

serialVersionUID: 4394092234999959939l

Class javax.management.relation.RoleList extends java.util.ArrayList implements Serializable

serialVersionUID: 5568344346499649313l

Class javax.management.relation.RoleNotFoundException extends RelationException implements Serializable

serialVersionUID: -2986406101364031481l

Class javax.management.relation.RoleResult extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a RoleResult from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a RoleResult to an ObjectOutputStream.

Serialized Fields

roleList

RoleList roleList
List of roles successfully accessed

unresolvedRoleList

RoleUnresolvedList unresolvedRoleList
List of roles unsuccessfully accessed

Class javax.management.relation.RoleUnresolved extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes a RoleUnresolved from an ObjectInputStream.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes a RoleUnresolved to an ObjectOutputStream.

Serialized Fields

problemType

int problemType
Problem type

roleName

java.lang.String roleName
Role name

roleValue

java.util.List roleValue
Role value ({@link List} of {@link ObjectName} objects)

Class javax.management.relation.RoleUnresolvedList extends java.util.ArrayList implements Serializable

serialVersionUID: 4054902803091433324l


Package javax.management.timer

Class javax.management.timer.TimerAlarmClockNotification extends Notification implements Serializable

serialVersionUID: -4841061275673620641l

Class javax.management.timer.TimerNotification extends Notification implements Serializable

serialVersionUID: 1798492029603825750l

Serialized Fields

notificationID

java.lang.Integer notificationID
Timer notification identifier. This identifier is used to retreive a timer notification from the timer list of notifications.


Package com.sun.appserv.security

Class com.sun.appserv.security.ProgrammaticLoginPermission extends java.security.BasicPermission implements Serializable


Package com.sun.appserv.server

Class com.sun.appserv.server.LifecycleEvent extends java.util.EventObject implements Serializable

Serialized Fields

eventType

int eventType

eventData

java.lang.Object eventData

ctx

LifecycleEventContext ctx

Class com.sun.appserv.server.ServerLifecycleException extends java.lang.Exception implements Serializable


Package com.sun.appserv.web.taglibs.cache

Class com.sun.appserv.web.taglibs.cache.CacheTag extends BodyTagSupport implements Serializable

Serialized Fields

_keyExpr

java.lang.String _keyExpr
User specified key


_key

java.lang.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

com.sun.appserv.util.cache.Cache _cache
The actual cache itself.

Class com.sun.appserv.web.taglibs.cache.FlushTag extends TagSupport implements Serializable

Serialized Fields

_key

java.lang.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.


SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.