Serialized Form


Package org.jboss.cache.invalidation

Class org.jboss.cache.invalidation.BatchInvalidation extends Object implements Serializable

serialVersionUID: 1037506606185158347L

Serialized Fields

ids

Serializable[] ids

invalidationGroupName

String invalidationGroupName

Package org.jboss.cache.invalidation.bridges

Class org.jboss.cache.invalidation.bridges.JMSCacheInvalidationMessage extends Object implements Serializable

serialVersionUID: -8427738967782529274L

Serialized Fields

bis

BatchInvalidation[] bis

emitter

VMID emitter

invalidateAllGroupName

String invalidateAllGroupName

Package org.jboss.deployment

Class org.jboss.deployment.DeploymentException extends org.jboss.util.NestedException implements Serializable

serialVersionUID: 1416258464473965574L

Class org.jboss.deployment.DeploymentInfo extends Object implements Serializable

serialVersionUID: 1131841473723490707L

Serialized Fields

date

Date date

url

URL url

localUrl

URL localUrl

watch

URL watch

shortName

String shortName

lastDeployed

long lastDeployed

lastModified

long lastModified

status

String status

state

org.jboss.deployment.DeploymentState state

classpath

Collection<E> classpath

mbeans

List<E> mbeans

subDeployments

Set<E> subDeployments

parent

org.jboss.deployment.DeploymentInfo parent

webContext

String webContext

document

Document document

documentUrl

URL documentUrl

alternativeDD

String alternativeDD

isXML

boolean isXML

isScript

boolean isScript

isDirectory

boolean isDirectory

deployedObject

javax.management.ObjectName deployedObject

repositoryConfig

org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig repositoryConfig

Class org.jboss.deployment.DeploymentState extends Object implements Serializable

serialVersionUID: -2319062412502366783L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

state

String state

Class org.jboss.deployment.IncompleteDeploymentException extends org.jboss.deployment.DeploymentException implements Serializable

serialVersionUID: 1428860525880893167L

Serialization Methods

readObject

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

writeObject

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

string

String string

Class org.jboss.deployment.SerializableDeploymentInfo extends Object implements Serializable

serialVersionUID: -3847995513551913798L

Serialized Fields

date

Date date

url

URL url

localUrl

URL localUrl

watch

URL watch

shortName

String shortName

lastDeployed

long lastDeployed

lastModified

long lastModified

status

String status

state

org.jboss.deployment.DeploymentState state

deployer

javax.management.ObjectName deployer

classpath

Collection<E> classpath

mbeans

List<E> mbeans

subDeployments

List<E> subDeployments

parent

org.jboss.deployment.SerializableDeploymentInfo parent

webContext

String webContext

documentUrl

URL documentUrl

isXML

boolean isXML

isScript

boolean isScript

isDirectory

boolean isDirectory

deployedObject

javax.management.ObjectName deployedObject

Class org.jboss.deployment.SubDeployerSupport.ClassConfiguration extends org.jboss.util.property.PropertyContainer implements Serializable

Serialized Fields

nativeLibToken

String nativeLibToken

Package org.jboss.ejb

Class org.jboss.ejb.CacheKey extends Object implements Serializable

serialVersionUID: -7108821554259950778L

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.ejb.ListCacheKey extends CacheKey implements Serializable

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.ejb.StatefulSessionEnterpriseContext extends EnterpriseContext implements Serializable

serialVersionUID: -7027865698975183585L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

ejbObject

javax.ejb.EJBObject ejbObject

ejbLocalObject

javax.ejb.EJBLocalObject ejbLocalObject

ctx

javax.ejb.SessionContext ctx

Package org.jboss.ejb.plugins

Class org.jboss.ejb.plugins.HandleWrapper extends MarshalledValue implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Serial Data:
Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
Throws:
IOException - Includes any I/O exceptions that may occur

Package org.jboss.ejb.plugins.cmp.ejbql

Class org.jboss.ejb.plugins.cmp.ejbql.UnknownPathException extends RuntimeException implements Serializable

Serialized Fields

reason

String reason

path

String path

fieldName

String fieldName

errorLine

int errorLine

errorColumn

int errorColumn

Package org.jboss.ejb.plugins.cmp.jdbc.bridge

Class org.jboss.ejb.plugins.cmp.jdbc.bridge.CMPMessage extends Object implements Serializable

serialVersionUID: -5463196805602475992L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.jboss.ejb.plugins.cmp.jdbc.bridge.CMRMessage extends Object implements Serializable

serialVersionUID: 8501394417410748782L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Package org.jboss.ejb.plugins.cmp.jdbc2

Class org.jboss.ejb.plugins.cmp.jdbc2.RelationInterceptor.CMRMessage extends Object implements Serializable

serialVersionUID: -5471105958369857594L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Package org.jboss.ejb.plugins.cmp.jdbc2.schema

Class org.jboss.ejb.plugins.cmp.jdbc2.schema.Cache.RemoveException extends RuntimeException implements Serializable


Package org.jboss.ejb.plugins.inflow

Class org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor extends Interceptor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Package org.jboss.ejb.plugins.keygenerator.hilo

Class org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory extends org.jboss.system.ServiceMBeanSupport implements Serializable

serialVersionUID: -8086895827613378739L

Serialized Fields

dataSource

javax.management.ObjectName dataSource

jndiName

String jndiName

tableName

String tableName

sequenceColumn

String sequenceColumn

sequenceName

String sequenceName

idColumnName

String idColumnName

createTableDdl

String createTableDdl

blockSize

long blockSize

Package org.jboss.ejb.plugins.keygenerator.uuid

Class org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory extends Object implements Serializable

serialVersionUID: 8965607977047103850L


Package org.jboss.ejb.plugins.local

Class org.jboss.ejb.plugins.local.LocalHomeProxy extends LocalProxy implements Serializable

serialVersionUID: 1762319499924478521L

Class org.jboss.ejb.plugins.local.LocalProxy extends Object implements Serializable

serialVersionUID: 8387750757101826407L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore the jndiName using default serialization and then lookup the BaseLocalProxyFactory using the jndiName

Throws:
IOException
ClassNotFoundException

writeObject

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

jndiName

String jndiName

Package org.jboss.ejb.plugins.lock

Class org.jboss.ejb.plugins.lock.Entrancy extends Object implements Serializable

serialVersionUID: -7930536165138213801L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Class org.jboss.ejb.plugins.lock.NonReentrantLock.ReentranceException extends Exception implements Serializable


Package org.jboss.ejb.txtimer

Class org.jboss.ejb.txtimer.TimedObjectId extends Object implements Serializable

serialVersionUID: -3579003021244520358L

Serialized Fields

containerId

javax.management.ObjectName containerId

instancePk

Object instancePk

hashCode

int hashCode

Class org.jboss.ejb.txtimer.TimerHandleImpl extends Object implements Serializable

serialVersionUID: -8138587540087312578L

Serialized Fields

timerId

String timerId

timedObjectId

TimedObjectId timedObjectId

firstTime

Date firstTime

periode

long periode

info

Serializable info

hashCode

int hashCode

Package org.jboss.invocation

Class org.jboss.invocation.ByValueInvokerInterceptor extends InvokerInterceptor implements Serializable

serialVersionUID: -6402069656713307195L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalize this instance.

Throws:
IOException

Class org.jboss.invocation.InvocationContext extends Object implements Serializable

serialVersionUID: 7679468692447241311L

Serialized Fields

context

Map<K,V> context

Class org.jboss.invocation.InvocationException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Class org.jboss.invocation.InvocationKey extends Object implements Serializable

serialVersionUID: -5117370636698417671L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
The persistent integer representation of the key enum

Class org.jboss.invocation.InvocationType extends Object implements Serializable

serialVersionUID: 6460196085190851775L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.jboss.invocation.InvokerInterceptor extends Interceptor implements Serializable

serialVersionUID: 2548120545997920357L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance.

We check timestamps of the interfaces to see if the instance is in the original VM of creation

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalize this instance.

If this instance lives in a different VM than its container invoker, the remote interface of the container invoker is not externalized.

Throws:
IOException

Class org.jboss.invocation.MarshalledInvocation extends Invocation implements Serializable

serialVersionUID: -718723094688127810L

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.invocation.MarshalledValue extends Object implements Serializable

serialVersionUID: -1527598981234110311L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Serial Data:
Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
Throws:
IOException - Includes any I/O exceptions that may occur

Class org.jboss.invocation.MarshallingInvokerInterceptor extends InvokerInterceptor implements Serializable

serialVersionUID: -6473336704093435358L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance.

We check timestamps of the interfaces to see if the instance is in the original VM of creation

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalize this instance.

If this instance lives in a different VM than its container invoker, the remote interface of the container invoker is not externalized.

Throws:
IOException

Class org.jboss.invocation.PayloadKey extends Object implements Serializable

serialVersionUID: 5436722659170811314L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.jboss.invocation.ServiceUnavailableException extends RemoteException implements Serializable


Package org.jboss.invocation.http.interfaces

Class org.jboss.invocation.http.interfaces.ClientMethodInterceptor extends Interceptor implements Serializable

serialVersionUID: 3511654206312502958L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.invocation.http.interfaces.HttpInvokerProxy extends Object implements Serializable

serialVersionUID: -8249272784108192267L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalize this instance.

Throws:
IOException

Package org.jboss.invocation.jrmp.interfaces

Class org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy extends Object implements Serializable

serialVersionUID: -3713605626489646730L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalize this instance and handle obtaining the remoteInvoker stub

Throws:
IOException

Package org.jboss.invocation.jrmp.server

Class org.jboss.invocation.jrmp.server.JRMPInvoker extends RemoteServer implements Serializable

Serialized Fields

log

org.jboss.logging.Logger log
Instance logger.


support

org.jboss.system.ServiceMBeanSupport support
Service MBean support delegate.


rmiPort

int rmiPort
The port the container will be exported on


clientSocketFactory

RMIClientSocketFactory clientSocketFactory
An optional custom client socket factory


serverSocketFactory

RMIServerSocketFactory serverSocketFactory
An optional custom server socket factory


clientSocketFactoryName

String clientSocketFactoryName
The class name of the optional custom client socket factory


serverSocketFactoryName

String serverSocketFactoryName
The class name of the optional custom server socket factory


serverAddress

String serverAddress
The address to bind the rmi port on


sslDomain

String sslDomain
The name of the security domain to use with server sockets that support SSL


invokerStub

RemoteStub invokerStub

backlog

int backlog
The socket accept backlog


enableClassCaching

boolean enableClassCaching
A flag to enable caching of classes in the MarshalledValueInputStream


serverAction

org.jboss.invocation.jrmp.server.JRMPInvoker.MBeanServerAction serverAction
A priviledged actions for MBeanServer.invoke when running with sec mgr


Package org.jboss.invocation.pooled.interfaces

Class org.jboss.invocation.pooled.interfaces.PooledInvokerProxy extends Object implements Serializable

serialVersionUID: -1456509931095566410L

Serialization Methods

readExternal

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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write out the serializable data

Serial Data:
address ServerAddress, maxPoolSize int, WIRE_VERSION int version, retryCount int
Throws:
IOException

Class org.jboss.invocation.pooled.interfaces.PooledMarshalledInvocation extends MarshalledInvocation implements Serializable

serialVersionUID: -728630295444149842L

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.invocation.pooled.interfaces.PooledMarshalledValue extends Object implements Serializable

serialVersionUID: -1265347772036749711L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Serial Data:
Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
Throws:
IOException - Includes any I/O exceptions that may occur

Class org.jboss.invocation.pooled.interfaces.ServerAddress extends Object implements Serializable

serialVersionUID: -7206359745950445445L

Serialized Fields

address

String address
Address of host to connect to

 

port

int port
Port the service is listening on

 

enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.

 

timeout

int timeout
Timeout of setSoTimeout

 

clientSocketFactory

SocketFactory clientSocketFactory
An option socket factory for connecting to the server

 

Package org.jboss.invocation.unified.interfaces

Class org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy extends Object implements Serializable

serialVersionUID: -1108158470271861548L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Un-externalize this instance.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalize this instance and handle obtaining the remoteInvoker stub

Throws:
IOException

Package org.jboss.invocation.unified.marshall

Class org.jboss.invocation.unified.marshall.HTTPInvocationMarshaller extends org.jboss.remoting.marshal.http.HTTPMarshaller implements Serializable

Class org.jboss.invocation.unified.marshall.HTTPInvocationUnMarshaller extends org.jboss.remoting.marshal.http.HTTPUnMarshaller implements Serializable

Class org.jboss.invocation.unified.marshall.InvocationMarshaller extends org.jboss.remoting.marshal.serializable.SerializableMarshaller implements Serializable

Class org.jboss.invocation.unified.marshall.InvocationUnMarshaller extends org.jboss.remoting.marshal.serializable.SerializableUnMarshaller implements Serializable


Package org.jboss.jms.asf

Class org.jboss.jms.asf.StdServerSessionPoolFactory extends Object implements Serializable

serialVersionUID: 4969432475779524576L

Serialized Fields

name

String name
The name of this factory.


xidFactory

org.jboss.tm.XidFactoryMBean xidFactory

Package org.jboss.jms.jndi

Class org.jboss.jms.jndi.AbstractJMSProviderAdapter extends Object implements Serializable

serialVersionUID: 3573606612665654983L

Serialized Fields

name

String name
The name of the provider.


properties

Properties properties
The properties.


factoryRef

String factoryRef
The factory name to use.


queueFactoryRef

String queueFactoryRef
The queue factory name to use.


topicFactoryRef

String topicFactoryRef
The topic factory name to use.

Class org.jboss.jms.jndi.JNDIProviderAdapter extends AbstractJMSProviderAdapter implements Serializable


Package org.jboss.jmx.adaptor.rmi

Class org.jboss.jmx.adaptor.rmi.RMIRemoteMBeanProxy extends Object implements Serializable

serialVersionUID: -3728092157537581033L

Serialized Fields

remoteServer

RMIAdaptor remoteServer
The server to proxy invoke calls to.


name

javax.management.ObjectName name
The name of the object to invoke.


Package org.jboss.jmx.connector.invoker.client

Class org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor extends Interceptor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.jmx.connector.invoker.client.InvokerAdaptorException extends Exception implements Serializable

serialVersionUID: 24842201105890823L

Serialized Fields

wrapped

Throwable wrapped
The wrapped exception


Package org.jboss.logging

Class org.jboss.logging.DynamicLogger extends org.jboss.logging.Logger implements Serializable

serialVersionUID: -5963699806863917370L

Serialized Fields

logLevel

int logLevel

Class org.jboss.logging.Logger extends Object implements Serializable

serialVersionUID: 4232175575988879434L

Serialization Methods

readObject

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

name

String name

Package org.jboss.metadata

Class org.jboss.metadata.IorSecurityConfigMetaData extends Object implements Serializable

serialVersionUID: -3341898910508715334L

Serialized Fields

transportConfig

IorSecurityConfigMetaData.TransportConfig transportConfig
The root element for security between the end points. Optional element.


asContext

IorSecurityConfigMetaData.AsContext asContext
as-context (CSIv2 authentication service) is the element describing the authentication mechanism that will be used to authenticate the client. If specified it will be the username-password mechanism. Optional element.


sasContext

IorSecurityConfigMetaData.SasContext sasContext
sas-context (related to CSIv2 security attribute service) element describes the sas-context fields.


Package org.jboss.monitor

Class org.jboss.monitor.LockMonitor extends Object implements Serializable

serialVersionUID: -6710878502772579272L

Serialized Fields

totalTime

long totalTime

numContentions

long numContentions

timeouts

long timeouts

maxContenders

long maxContenders

currentContenders

long currentContenders

Package org.jboss.monitor.client

Class org.jboss.monitor.client.BeanCacheSnapshot extends Object implements Serializable

serialVersionUID: 691475591030550490L

Serialized Fields

m_application

String m_application

m_container

String m_container

m_passivatingBeans

int m_passivatingBeans

m_cacheMinCapacity

int m_cacheMinCapacity

m_cacheMaxCapacity

int m_cacheMaxCapacity

m_cacheCapacity

int m_cacheCapacity

m_cacheSize

int m_cacheSize

m_buffer

StringBuffer m_buffer

Package org.jboss.naming

Class org.jboss.naming.ExternalContext.SerializableInitialContext extends RefAddr implements Serializable

serialVersionUID: -6512260531255770463L

Serialized Fields

jndiName

String jndiName

contextClass

Class<T> contextClass

contextProps

Properties contextProps

cacheContext

boolean cacheContext

Class org.jboss.naming.LinkRefPair extends Reference implements Serializable

serialVersionUID: 6036946190113161492L


Package org.jboss.naming.interceptors

Class org.jboss.naming.interceptors.ExceptionInterceptor extends Interceptor implements Serializable

serialVersionUID: 6010013004557885014L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Package org.jboss.proxy

Class org.jboss.proxy.ClientContainer extends Object implements Serializable

serialVersionUID: -4061374432170701306L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Externalization support.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalization support.

Throws:
IOException

Class org.jboss.proxy.ClientContainerEx extends ClientContainer implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Externalization support.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalization support.

Throws:
IOException

Class org.jboss.proxy.ClientMethodInterceptor extends Interceptor implements Serializable

serialVersionUID: 6010013004557885014L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.Interceptor extends Object implements Serializable

serialVersionUID: 4358098404672505200L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.SecurityInterceptor extends Interceptor implements Serializable

serialVersionUID: -4206940878404525061L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.TransactionInterceptor extends Interceptor implements Serializable

serialVersionUID: 371972342995600888L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Package org.jboss.proxy.compiler

Package org.jboss.proxy.ejb

Class org.jboss.proxy.ejb.EJBMetaDataImpl extends Object implements Serializable

serialVersionUID: -3698855455664391097L

Serialized Fields

remote

Class<T> remote

home

Class<T> home

pkClass

Class<T> pkClass

session

boolean session

statelessSession

boolean statelessSession

homeHandle

javax.ejb.HomeHandle homeHandle

Class org.jboss.proxy.ejb.EntityInterceptor extends GenericEJBInterceptor implements Serializable

serialVersionUID: 4399705304832568350L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.ejb.GenericEJBInterceptor extends Interceptor implements Serializable

serialVersionUID: 3844706474734439975L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.ejb.HomeInterceptor extends GenericEJBInterceptor implements Serializable

serialVersionUID: 1333656107035759718L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.ejb.ListEntityInterceptor extends EntityInterceptor implements Serializable

serialVersionUID: -5165912623246270565L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Externalization support.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Externalization support.

Throws:
IOException

Class org.jboss.proxy.ejb.ReadAheadResult extends Object implements Serializable

serialVersionUID: -4041516583763000658L

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.proxy.ejb.RetryInterceptor extends Interceptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.ejb.StatefulSessionInterceptor extends GenericEJBInterceptor implements Serializable

serialVersionUID: -4333233488946091285L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.ejb.StatelessSessionHomeInterceptor extends HomeInterceptor implements Serializable

serialVersionUID: 1333656107035759719L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Class org.jboss.proxy.ejb.StatelessSessionInterceptor extends GenericEJBInterceptor implements Serializable

serialVersionUID: -8807189798153718350L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the next interceptor.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes the next interceptor.

Throws:
IOException

Package org.jboss.proxy.ejb.handle

Class org.jboss.proxy.ejb.handle.EntityHandleImpl extends Object implements Serializable

serialVersionUID: -132866169652666721L

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 org.jboss.proxy.ejb.handle.HomeHandleImpl extends Object implements Serializable

serialVersionUID: 208629381571948124L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialization Overview
The persistent field defintions

Serialized Fields

Class org.jboss.proxy.ejb.handle.StatefulHandleImpl extends Object implements Serializable

serialVersionUID: -6324520755180597156L

Serialized Fields

invokerID

Object invokerID
The value of our local Invoker.ID to detect when we are local.


objectName

int objectName
The identity of the bean.


jndiName

String jndiName

invokerProxyBinding

String invokerProxyBinding

invoker

Invoker invoker

id

Object id

jndiEnv

Hashtable<K,V> jndiEnv
The JNDI env in effect when the home handle was created

Class org.jboss.proxy.ejb.handle.StatelessHandleImpl extends Object implements Serializable

serialVersionUID: 3811452873535097661L

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 org.jboss.security

Class org.jboss.security.CallerIdentity extends SimplePrincipal implements Serializable

Serialized Fields

credential

Object credential
The run-as role


hashCode

int hashCode

Class org.jboss.security.RunAsIdentity extends CallerIdentity implements Serializable

Serialized Fields

runAsRoles

Set<E> runAsRoles
The run-as role principals

Class org.jboss.security.SimplePrincipal extends Object implements Serializable

serialVersionUID: 7701951188631723261L

Serialized Fields

name

String name

Package org.jboss.security.plugins

Class org.jboss.security.plugins.NoAccessSecurityManager extends Object implements Serializable

serialVersionUID: -5922913661708382384L

Serialized Fields

securityDomain

String securityDomain

Class org.jboss.security.plugins.NullSecurityManager extends Object implements Serializable

serialVersionUID: -5942994627247826747L

Serialized Fields

securityDomain

String securityDomain

Package org.jboss.tm

Class org.jboss.tm.GlobalId extends Object implements Serializable

serialVersionUID: 6879509375433435464L

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.tm.JBossRollbackException extends RollbackException implements Serializable

serialVersionUID: 2924502280803535350L

Serialized Fields

t

Throwable t

Class org.jboss.tm.JBossTransactionRolledbackException extends TransactionRolledbackException implements Serializable

serialVersionUID: -7898523359306778506L

Class org.jboss.tm.JBossTransactionRolledbackLocalException extends javax.ejb.TransactionRolledbackLocalException implements Serializable

Class org.jboss.tm.JBossXAException extends XAException implements Serializable

serialVersionUID: 6614203184612359692L

Serialized Fields

linked

Throwable linked

Class org.jboss.tm.LocalId extends Object implements Serializable

serialVersionUID: 2076780468014328911L

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.tm.XidImpl extends Object implements Serializable

serialVersionUID: -4175838107150528488L

Serialized Fields

formatId

int formatId

globalId

byte[] globalId

branchId

byte[] branchId

hash

int hash

localId

long localId

trulyGlobalId

org.jboss.tm.GlobalId trulyGlobalId

Package org.jboss.tm.usertx.client

Class org.jboss.tm.usertx.client.ClientUserTransaction extends Object implements Serializable

serialVersionUID: 1747989355209242872L

Serialized Fields

session

UserTransactionSession session
The RMI remote interface to the real tx service session at the server.


Package org.jboss.tm.usertx.server

Class org.jboss.tm.usertx.server.UserTransactionSessionFactoryImpl extends UnicastRemoteObject implements Serializable


Package org.jboss.verifier.event

Class org.jboss.verifier.event.VerificationEvent extends EventObject implements Serializable

Serialized Fields

isOk

boolean isOk

isWarning

boolean isWarning

message

String message

beanName

String beanName

method

Method method

section

String section

info

String info

Class org.jboss.verifier.event.VerificationEventGeneratorSupport extends org.gjt.lindfors.util.EventGeneratorSupport implements Serializable


Package org.jboss.webservice.metadata.serviceref

Class org.jboss.webservice.metadata.serviceref.HandlerMetaData extends Object implements Serializable

serialVersionUID: 8749727542255024909L

Serialized Fields

handlerName

String handlerName

handlerClass

String handlerClass

initParams

ArrayList<E> initParams

soapHeaders

ArrayList<E> soapHeaders

soapRoles

ArrayList<E> soapRoles

portNames

ArrayList<E> portNames

Class org.jboss.webservice.metadata.serviceref.InitParamMetaData extends Object implements Serializable

serialVersionUID: 849652901282654531L

Serialized Fields

paramName

String paramName

paramValue

String paramValue

Class org.jboss.webservice.metadata.serviceref.PortComponentRefMetaData extends Object implements Serializable

serialVersionUID: 3856598615591044263L

Serialized Fields

serviceRefMetaData

ServiceRefMetaData serviceRefMetaData

serviceEndpointInterface

String serviceEndpointInterface

portComponentLink

String portComponentLink

callProperties

Properties callProperties
Arbitrary proxy properties given by

Class org.jboss.webservice.metadata.serviceref.ServiceRefMetaData extends Object implements Serializable

serialVersionUID: -4066138133416677843L

Serialized Fields

serviceRefName

String serviceRefName

serviceInterface

String serviceInterface

wsdlFile

String wsdlFile

jaxrpcMappingFile

String jaxrpcMappingFile

serviceQName

javax.xml.namespace.QName serviceQName

portComponentRefs

LinkedHashMap<K,V> portComponentRefs

handlers

ArrayList<E> handlers

wsdlOverride

URL wsdlOverride
The URL of the actual WSDL to use,


callProperties

Properties callProperties
Arbitrary proxy properties given by



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