Serialized Form


Package javax.management

Class javax.management.Attribute extends Object implements Serializable

serialVersionUID: 2484220110589082382L

Serialized Fields

name

String name
The name of the attribute.


value

Object value
The value of the attribute.

Class javax.management.AttributeChangeNotification extends Notification implements Serializable

serialVersionUID: 535176054565814134L

Serialized Fields

attributeName

String attributeName
The name of the attribute.


attributeType

String attributeType
The type of the attribute.


oldValue

Object oldValue
The old value of the attribute.


newValue

Object newValue
The new value of the attribute.

Class javax.management.AttributeChangeNotificationFilter extends Object implements Serializable

serialVersionUID: -6347317584796410029L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

Class javax.management.AttributeList extends ArrayList implements Serializable

serialVersionUID: -4077085769279709076L

Class javax.management.AttributeNotFoundException extends OperationsException implements Serializable

serialVersionUID: 6511584241791106926L

Class javax.management.AttributeValueExp extends Object implements Serializable

serialVersionUID: -7768025046539163385L

Serialized Fields

attr

String attr
The attribute name

Class javax.management.BadAttributeValueExpException extends Exception implements Serializable

serialVersionUID: -3105272988410493376L

Serialized Fields

val

Object val
The invalid value.

Class javax.management.BadBinaryOpValueExpException extends Exception implements Serializable

serialVersionUID: 5068475589449021227L

Serialized Fields

exp

ValueExp exp
The invalid expression.

Class javax.management.BadStringOperationException extends Exception implements Serializable

serialVersionUID: 7802201238441662100L

Serialized Fields

op

String op
The operation

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 Exception implements Serializable

serialVersionUID: -3048022274675537269L

Serialized Fields

val

Object val

Class javax.management.InvalidAttributeValueException extends OperationsException implements Serializable

serialVersionUID: 2164571879317142449L

Class javax.management.JMException extends Exception implements Serializable

serialVersionUID: 350520924977331825L

Class javax.management.JMRuntimeException extends 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.MBeanAttributeInfo extends MBeanFeatureInfo implements Serializable

Serialized Fields

attributeType

String attributeType
Attribute type string. This is a fully qualified class name of the type.


isRead

boolean isRead
Is attribute readable.


isWrite

boolean isWrite
Is attribute writable.


is

boolean is
Is attribute using the boolean isAttributeName naming convention.

Class javax.management.MBeanConstructorInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: 4433990064191844427L

Serialized Fields

signature

MBeanParameterInfo[] signature

Class javax.management.MBeanException extends JMException implements Serializable

serialVersionUID: 4066342430588744142L

Serialized Fields

exception

Exception exception
The wrapped exception.

Class javax.management.MBeanFeatureInfo extends Object implements Serializable

serialVersionUID: 3952882688968447265L

Serialized Fields

name

String name
Name of the MBean feature.


description

String description
Human readable description string of the MBean feature.

Class javax.management.MBeanInfo extends Object implements Serializable

serialVersionUID: -6451021435135161911L

Serialized Fields

className

String className

description

String description

attributes

MBeanAttributeInfo[] attributes

constructors

MBeanConstructorInfo[] constructors

operations

MBeanOperationInfo[] operations

notifications

MBeanNotificationInfo[] notifications

Class javax.management.MBeanNotificationInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: -3888371564530107064L

Serialized Fields

types

String[] types

Class javax.management.MBeanOperationInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: -6178860474881375330L

Serialized Fields

impact

int impact
Impact of this operation.


signature

MBeanParameterInfo[] signature
Signature of this operation.


type

String type
Return type of this operation as a fully qualified class name.

Class javax.management.MBeanParameterInfo extends MBeanFeatureInfo implements Serializable

serialVersionUID: 7432616882776782338L

Serialized Fields

type

String type

Class javax.management.MBeanPermission extends Permission implements Serializable

serialVersionUID: -2416928705275160661L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

actions

String actions

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 name of the mbean being (un)registered

Class javax.management.MBeanServerPermission extends BasicPermission implements Serializable

serialVersionUID: -5661980843569388590L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class javax.management.MBeanTrustPermission extends BasicPermission implements Serializable

serialVersionUID: -2952178077029018140L

Class javax.management.NotCompliantMBeanException extends OperationsException implements Serializable

serialVersionUID: 5175579583207963577L

Class javax.management.Notification extends EventObject implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

Class javax.management.NotificationFilterSupport extends Object implements Serializable

serialVersionUID: 6579080007561786969L

Serialized Fields

enabledTypes

Vector<E> enabledTypes
Enabled notification types.

Class javax.management.ObjectInstance extends Object implements Serializable

serialVersionUID: -4099952623687795850L

Serialized Fields

name

ObjectName name

className

String className

Class javax.management.ObjectName extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

Class javax.management.OperationsException extends JMException implements Serializable

serialVersionUID: -4967597595580536216L

Class javax.management.QueryEval extends Object implements Serializable

serialVersionUID: 2675899265640874796L

Class javax.management.ReflectionException extends JMException implements Serializable

serialVersionUID: 9170809325636915553L

Serialized Fields

exception

Exception exception
The wrapped exception.

Class javax.management.RuntimeErrorException extends JMRuntimeException implements Serializable

serialVersionUID: 704338937753949796L

Serialized Fields

error

Error error
The wrapped error.

Class javax.management.RuntimeMBeanException extends JMRuntimeException implements Serializable

serialVersionUID: 5274912751982730171L

Serialized Fields

runtimeException

RuntimeException runtimeException
The wrapped runtime exception.

Class javax.management.RuntimeOperationsException extends JMRuntimeException implements Serializable

serialVersionUID: -8408923047489133588L

Serialized Fields

runtimeException

RuntimeException runtimeException
The wrapped runtime exception.

Class javax.management.ServiceNotFoundException extends OperationsException implements Serializable

serialVersionUID: -3990675661956646827L

Class javax.management.StringValueExp extends Object implements Serializable

serialVersionUID: -3256390509806284044L

Serialized Fields

val

String val
The value of the string


Package javax.management.loading

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException,
                         UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException,
                          UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException

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

serialVersionUID: 2503458973393711979L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException,
                         UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException,
                          UnsupportedOperationException
This implementation does not support externalizing an MLet.

Throws:
UnsupportedOperationException
IOException

Package javax.management.modelmbean

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

Package javax.management.monitor

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

serialVersionUID: -4608189663661929204L

Serialized Fields

derivedGauge

Object derivedGauge
The derived gauge.


observedAttribute

String observedAttribute
The observed attribute.


observedObject

ObjectName observedObject
The observed object.


trigger

Object trigger
The trigger of the 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 number of dimensions in the array


elementType

OpenType elementType
The element type for the array

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

serialVersionUID: 8003518976613702244L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

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

serialVersionUID: -5366242454346948798L

Serialized Fields

nameToDescription

TreeMap<K,V> nameToDescription
Item names to descriptions


nameToType

TreeMap<K,V> nameToType
Item names to open types

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

serialVersionUID: 4224269443946322062L

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

serialVersionUID: -2837312755412327534L

Class javax.management.openmbean.KeyAlreadyExistsException extends 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 OpenType of this attribute


defaultValue

Object defaultValue
The default value of this attribute


legalValues

Set<E> legalValues
The legal values of this attribute


minValue

Comparable<T> minValue
The minimum value of this attribute


maxValue

Comparable<T> maxValue
The maximum value of this attribute

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 return value

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

serialVersionUID: -7235016873758443122L

Serialized Fields

openType

OpenType openType
The OpenType of this parameter


defaultValue

Object defaultValue
The default value of this parameter


legalValues

Set<E> legalValues
The legal values of this parameter


minValue

Comparable<T> minValue
The minimum value of this parameter


maxValue

Comparable<T> maxValue
The maximum value of this parameter

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

serialVersionUID: -9195195325186646468L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

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

serialVersionUID: 2215577471957694503L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

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

serialVersionUID: 5720150593236309827L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

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

serialVersionUID: 6554071860220659261L

Serialized Fields

rowType

CompositeType rowType
The open type of the rows


indexNames

List<E> indexNames
Index names


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(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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 Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

serialVersionUID: 4394092234999959939L

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

serialVersionUID: 5568344346499649313L

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

serialVersionUID: -2986406101364031481L

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

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


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

Integer notificationID
The notification id of this timer notification.


Package org.jboss.mx.interceptor

Class org.jboss.mx.interceptor.InterceptorNameConflictException extends Exception implements Serializable

serialVersionUID: -696843094576327612L


Package org.jboss.mx.loading

Class org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig extends Object implements Serializable

serialVersionUID: 4226952985429700362L

Serialized Fields

repositoryName

ObjectName repositoryName
The ObjectName of the loader repository for this deployment


repositoryClassName

String repositoryClassName

configParserClassName

String configParserClassName

repositoryConfig

String repositoryConfig

Package org.jboss.mx.metadata

Class org.jboss.mx.metadata.IllegalPropertyException extends Exception implements Serializable

serialVersionUID: -1025239559959501272L


Package org.jboss.mx.notification

Class org.jboss.mx.notification.NotificationFilterProxy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

ObjectName source

delegate

NotificationFilter delegate

Package org.jboss.mx.server

Class org.jboss.mx.server.ServerObjectInstance extends ObjectInstance implements Serializable

serialVersionUID: 1829209376363828441L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
We replace ourself with an ObjectInstance in the stream. This loses the agentId which isn't part of the spec.

Throws:
ObjectStreamException - for a serialization error
Serialized Fields

agentID

String agentID
The agent id

Class org.jboss.mx.server.TimeoutException extends Exception implements Serializable

serialVersionUID: -5392945073280632822L


Package org.jboss.mx.util

Class org.jboss.mx.util.InstanceOfQueryExp extends Object implements Serializable

serialVersionUID: -5765353862268810105L

Serialized Fields

server

MBeanServer server

classname

String classname

Class org.jboss.mx.util.JBossNotCompliantMBeanException extends NotCompliantMBeanException implements Serializable

serialVersionUID: 7441880585611238427L

Serialized Fields

t

Throwable t

Class org.jboss.mx.util.JBossNotificationFilterSupport extends Object implements Serializable

serialVersionUID: 6442164418782871672L

Serialized Fields

enabledTypes

List<E> enabledTypes
Enabled notification types.

Class org.jboss.mx.util.JMXInvocationHandler extends Object implements Serializable

serialVersionUID: 3714728148040623702L

Serialized Fields

server

MBeanServer server
Reference to the MBean server this proxy connects to.


objectName

ObjectName objectName
The object name of the MBean this proxy represents.


handler

ProxyExceptionHandler handler
Default exception handler for the proxy.


attributeMap

HashMap<K,V> attributeMap
MBean attribute meta data.


delegateToStringToResource

boolean delegateToStringToResource
Indicates whether Object.toString() should be delegated to the resource or handled by the proxy.


delegateEqualsToResource

boolean delegateEqualsToResource
Indicates whether Object.equals() should be delegated to the resource or handled by the proxy.


delegateHashCodeToResource

boolean delegateHashCodeToResource
Indicates whether Object.hashCode() should be delegated to the resource or handled by the proxy.

Class org.jboss.mx.util.MBeanProxyCreationException extends JMException implements Serializable

serialVersionUID: 1008637966352433381L

Class org.jboss.mx.util.MBeanProxyExt extends Object implements Serializable

serialVersionUID: -2942844863242742655L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.mx.util.RuntimeProxyException extends JMRuntimeException implements Serializable

serialVersionUID: -1166909485463779459L



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.