Serialized Form


Package org.jboss.configuration

Class org.jboss.configuration.ConfigurationException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The root cause of this exception


Package org.jboss.deployment

Class org.jboss.deployment.Deployment implements Serializable

Serialized Fields

name

java.lang.String name
The application name

type

int type
The type of the deployment module. One of the XXX_MODULE constants

date

java.util.Date date
the date this deployment was made

localUrl

java.net.URL localUrl
the local position of the apps root directory

sourceUrl

java.net.URL sourceUrl
the position from which this deployment is installed

commonUrls

java.util.Vector commonUrls
the content of the commonLibs directory as URL Collection

ejbModules

java.util.Vector ejbModules
the EJB Modules

webModules

java.util.Vector webModules
the WEB Modules

Class org.jboss.deployment.Deployment.Module implements Serializable

Serialized Fields

this$0

Deployment this$0

name

java.lang.String name
a short name for the module

localUrls

java.util.Vector localUrls
a collection of urls that make this module.
actually there is only one url for the modules jar file or in case of web the modules root directory needed. But to be able to allow alternative descriptors, the base directories of this alternative descriptors can be put here before the real module url, so that these where found first

webContext

java.lang.String webContext
the web root context in case of war file

Class org.jboss.deployment.DeploymentException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The root cause of this exception

Class org.jboss.deployment.DeploymentNotification implements Serializable

Serialized Fields

phase

int phase

deployment

Deployment deployment

Class org.jboss.deployment.J2eeDeploymentException implements Serializable


Package org.jboss.ejb

Class org.jboss.ejb.CacheKey implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.jboss.ejb.StatefulSessionEnterpriseContext implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Serialized Fields

ejbObject

javax.ejb.EJBObject ejbObject

ejbLocalObject

javax.ejb.EJBLocalObject ejbLocalObject

ctx

javax.ejb.SessionContext ctx


Package org.jboss.ejb.plugins.jrmp.interfaces

Class org.jboss.ejb.plugins.jrmp.interfaces.AbstractHandle implements Serializable

Serialized Fields

name

java.lang.String name
JNDI name used for lookups.

initialContextHandle

InitialContextHandle initialContextHandle
A handle used to restore the correct naming context.

Class org.jboss.ejb.plugins.jrmp.interfaces.BeanProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Un-externalize this instance. If this instance is deserialized in the same VM as its container invoker, the remote interface of the container invoker is restored by looking up the name in the invokers map.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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.

Class org.jboss.ejb.plugins.jrmp.interfaces.DefaultInitialContextHandle implements Serializable

Serialized Fields

env

java.util.Hashtable env
The InitialContext enviroment (or null if unable to determine)

Class org.jboss.ejb.plugins.jrmp.interfaces.EJBMetaDataImpl implements Serializable

Serialized Fields

remote

java.lang.Class remote

home

java.lang.Class home

pkClass

java.lang.Class pkClass

session

boolean session

statelessSession

boolean statelessSession

homeHandle

javax.ejb.HomeHandle homeHandle

Class org.jboss.ejb.plugins.jrmp.interfaces.EntityHandleImpl implements Serializable

Serialized Fields

id

java.lang.Object id
The primary key of the entity bean.

Class org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Un-externalize this instance. If this instance is deserialized in the same VM as its container invoker, the remote interface of the container invoker is restored by looking up the name in the invokers map.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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.

Class org.jboss.ejb.plugins.jrmp.interfaces.HomeHandleImpl implements Serializable

Class org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp.interfaces.InitialContextHandle implements Serializable

Class org.jboss.ejb.plugins.jrmp.interfaces.PropertiesInitialContextHandle implements Serializable

Serialized Fields

env

java.util.Hashtable env
The InitialContext enviroment (or null if unable to determine)

Class org.jboss.ejb.plugins.jrmp.interfaces.RemoteMethodInvocation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.jboss.ejb.plugins.jrmp.interfaces.StatefulHandleImpl implements Serializable

Serialized Fields

id

java.lang.Object id
The identity of the bean.

Class org.jboss.ejb.plugins.jrmp.interfaces.StatefulSessionProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp.interfaces.StatelessHandleImpl implements Serializable

Class org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Un-externalize this instance. If this instance is deserialized in the same VM as its container invoker, the remote interface of the container invoker is restored by looking up the name in the invokers map.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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.


Package org.jboss.ejb.plugins.jrmp.server

Class org.jboss.ejb.plugins.jrmp.server.DefaultSocketFactory implements Serializable

Class org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker implements Serializable

Serialized Fields

optimize

boolean optimize

rmiPort

int rmiPort
The port the container will be exported on

clientSocketFactory

java.rmi.server.RMIClientSocketFactory clientSocketFactory
An optional custom client socket factory

serverSocketFactory

java.rmi.server.RMIServerSocketFactory serverSocketFactory
An optional custom server socket factory

clientSocketFactoryName

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

serverSocketFactoryName

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

sslDomain

SecurityDomain sslDomain
The SecurityDomain instance for the ssl-domain setting

serverAddress

java.lang.String serverAddress
The address to bind the rmi port on

jdk122

boolean jdk122

container

Container container

invokerContainer

ContainerInvokerContainer invokerContainer

jndiName

java.lang.String jndiName

ejbMetaData

EJBMetaDataImpl ejbMetaData

home

javax.ejb.EJBHome home

statelessObject

javax.ejb.EJBObject statelessObject

beanMethodInvokerMap

java.util.Map beanMethodInvokerMap

homeMethodInvokerMap

java.util.Map homeMethodInvokerMap

ciDelegate

ContainerInvoker ciDelegate


Package org.jboss.ejb.plugins.jrmp12.interfaces

Class org.jboss.ejb.plugins.jrmp12.interfaces.EntityProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp12.interfaces.HomeProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp12.interfaces.StatefulSessionProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp12.interfaces.StatelessSessionProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Un-externalize this instance. If this instance is deserialized in the same VM as its container invoker, the remote interface of the container invoker is restored by looking up the name in the invokers map.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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.


Package org.jboss.ejb.plugins.jrmp13.interfaces

Class org.jboss.ejb.plugins.jrmp13.interfaces.EntityProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp13.interfaces.StatefulSessionProxy implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.jboss.ejb.plugins.jrmp13.interfaces.StatelessSessionProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Un-externalize this instance. If this instance is deserialized in the same VM as its container invoker, the remote interface of the container invoker is restored by looking up the name in the invokers map.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.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.


Package org.jboss.jms.asf

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

Serialized Fields

name

java.lang.String name
The name of this factory.


Package org.jboss.jms.jndi

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

Serialized Fields

name

java.lang.String name
The name of the provider.

providerURL

java.lang.String providerURL
The provider url.

queueFactoryRef

java.lang.String queueFactoryRef
The queue factory name to use.

topicFactoryRef

java.lang.String topicFactoryRef
The topic factory name to use.

Class org.jboss.jms.jndi.JBossMQProvider implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Override of standard de-serialization to re-create logger.
Serialized Fields

hasJndiSecurityManager

java.lang.String hasJndiSecurityManager
Flag to enable JNDI security manager.


Package org.jboss.jms.ra

Class org.jboss.jms.ra.JmsConnectionFactoryImpl implements Serializable

Serialized Fields

reference

javax.naming.Reference reference

mcf

javax.resource.spi.ManagedConnectionFactory mcf
JmsRa own factory

cm

javax.resource.spi.ConnectionManager cm
Hook to the appserver

Class org.jboss.jms.ra.JmsConnectionManager implements Serializable

Class org.jboss.jms.ra.JmsSessionFactoryImpl implements Serializable

Serialized Fields

reference

javax.naming.Reference reference

userName

java.lang.String userName

password

java.lang.String password

isTopic

java.lang.Boolean isTopic

mcf

javax.resource.spi.ManagedConnectionFactory mcf
JmsRa own factory

cm

javax.resource.spi.ConnectionManager cm
Hook to the appserver


Package org.jboss.jmx.client

Class org.jboss.jmx.client.RMIClientConnectorImpl.Listener implements Serializable

Serialized Fields

this$0

RMIClientConnectorImpl this$0

mLocalListener

javax.management.NotificationListener mLocalListener

mHandbackHandler

ObjectHandler mHandbackHandler

mHandback

java.lang.Object mHandback

mObjectName

javax.management.ObjectName mObjectName


Package org.jboss.jmx.server

Class org.jboss.jmx.server.JMXAdaptorImpl implements Serializable

Serialized Fields

server

javax.management.MBeanServer server

Class org.jboss.jmx.server.ObjectHandler implements Serializable

Serialized Fields

sNextUniqueNumber

int sNextUniqueNumber
Unique number generator

mServerReference

java.lang.String mServerReference
Server reference to ensure that this object is handled on this server

mObjectReference

int mObjectReference
Object index used within the server to reference the effectiv object

Class org.jboss.jmx.server.RMIConnectorImpl implements Serializable

Serialized Fields

mServer

javax.management.MBeanServer mServer
Reference to the MBeanServer all the methods of this Connector are forwarded to

mObjectPool

java.util.Hashtable mObjectPool
Pool of object referenced by an object handler

mListeners

java.util.Vector mListeners
Pool of registered listeners


Package org.jboss.management

Class org.jboss.management.JBossEjbModule implements Serializable

Serialized Fields

mEJBs

management.EJB[] mEJBs

Class org.jboss.management.JBossEntityBean implements Serializable

Class org.jboss.management.JBossIpAddress implements Serializable

Serialized Fields

address

java.lang.String address

ports

management.Port[] ports

Class org.jboss.management.JBossJ2EEApplication implements Serializable

Serialized Fields

mServers

management.J2EEServer[] mServers

mModules

management.J2EEModule[] mModules

Class org.jboss.management.JBossJ2EEManagedObject implements Serializable

Serialized Fields

name

java.lang.String name

Class org.jboss.management.JBossJ2EEModule implements Serializable

Serialized Fields

application

management.J2EEApplication application

deploymentDescriptor

java.lang.String deploymentDescriptor

servers

management.J2EEServer[] servers

Class org.jboss.management.JBossJ2EEResource implements Serializable

Class org.jboss.management.JBossJavaMail implements Serializable

Class org.jboss.management.JBossJDBC implements Serializable

Serialized Fields

mPools

management.JDBCConnectionPool[] mPools

Class org.jboss.management.JBossJDBCConnectionPool implements Serializable

Serialized Fields

driver

management.JDBCDriver driver

Class org.jboss.management.JBossJDBCDriver implements Serializable

Class org.jboss.management.JBossJNDI implements Serializable

Class org.jboss.management.JBossJVM implements Serializable

Serialized Fields

classpath

java.lang.String classpath

heapUsage

int heapUsage

javaVendor

java.lang.String javaVendor

javaVersion

java.lang.String javaVersion

maxHeap

int maxHeap

Class org.jboss.management.JBossMessageDrivenBean implements Serializable

Class org.jboss.management.JBossNode implements Serializable

Serialized Fields

hardwareType

java.lang.String hardwareType

ipAddresses

management.IpAddress[] ipAddresses

javaVMs

management.JVM[] javaVMs

osType

java.lang.String osType

Class org.jboss.management.JBossPort implements Serializable

Serialized Fields

ipAddress

management.IpAddress ipAddress

port

int port

Class org.jboss.management.JBossStatefulSessionBean implements Serializable

Class org.jboss.management.JBossStatelessSessionBean implements Serializable


Package org.jboss.monitor.client

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

Serialized Fields

m_application

java.lang.String m_application

m_container

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

java.lang.StringBuffer m_buffer


Package org.jboss.naming

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

Serialized Fields

jndiName

java.lang.String jndiName

contextClass

java.lang.Class contextClass

contextProps

java.util.Properties contextProps

cacheContext

boolean cacheContext


Package org.jboss.proxy

Class org.jboss.proxy.ProxyProxy implements Serializable

Serialized Fields

handler

InvocationHandler handler

targetNames

java.lang.String[] targetNames


Package org.jboss.security

Class org.jboss.security.SimplePrincipal implements Serializable

Serialized Fields

name

java.lang.String name


Package org.jboss.security.plugins

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

Serialized Fields

securityDomain

java.lang.String securityDomain


Package org.jboss.tm

Class org.jboss.tm.GlobalId implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.jboss.tm.XidImpl implements Serializable

Serialized Fields

hash

int hash
Hash code of this instance. This is really a sequence number.

globalId

byte[] globalId
Global transaction id of this instance. The coding of this class depends on the fact that this variable is initialized in the constructor and never modified. References to this array are never given away, instead a clone is delivered.

branchId

byte[] branchId
Branch qualifier of this instance. This identifies the branch of a transaction.


Package org.jboss.tm.plugins.tyrex

Class org.jboss.tm.plugins.tyrex.CoordinatorRemote implements Serializable

Serialized Fields

localCoordinator

org.omg.CosTransactions._CoordinatorImplBase localCoordinator

Class org.jboss.tm.plugins.tyrex.ResourceInvoker implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.jboss.tm.plugins.tyrex.ResourceRemote implements Serializable

Serialized Fields

localResource

org.omg.CosTransactions._ResourceImplBase localResource

Class org.jboss.tm.plugins.tyrex.TyrexTxPropagationContext implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package org.jboss.tm.usertx.client

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

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

Class org.jboss.tm.usertx.server.UserTransactionSessionImpl implements Serializable

Serialized Fields

activeTx

java.util.Map activeTx
Maps the TPCs of all active transactions to their transactions.


Package org.jboss.util

Class org.jboss.util.AutoNumberEJB implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Integer value

Class org.jboss.util.FastKey implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.jboss.util.SerializableEnumeration implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

index

int index


Package org.jboss.verifier.event

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

Serialized Fields

isOk

boolean isOk

isWarning

boolean isWarning

message

java.lang.String message

beanName

java.lang.String beanName

method

java.lang.reflect.Method method

section

java.lang.String section

Class org.jboss.verifier.event.VerificationEventGeneratorSupport implements Serializable



Copyright © 2000 The JBoss Organization. All Rights Reserved.