Serialized Form


Package org.jboss.deployment

Class org.jboss.deployment.Deployment implements Serializable

Serialized Fields

name

java.lang.String name
the apploications name

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

Serialized Fields

cause

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

Class org.jboss.deployment.J2eeDeploymentException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception


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

Serialized Fields

cause

java.lang.Exception cause

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

ctx

javax.ejb.SessionContext ctx


Package org.jboss.ejb.plugins.jaws.deployment

Class org.jboss.ejb.plugins.jaws.deployment.Finder implements Serializable

Serialized Fields

name

java.lang.String name

query

java.lang.String query

order

java.lang.String order

Class org.jboss.ejb.plugins.jaws.deployment.JawsCMPField implements Serializable

Serialized Fields

columnName

java.lang.String columnName

sqlType

java.lang.String sqlType

jdbcType

java.lang.String jdbcType

c

java.beans.Customizer c

Class org.jboss.ejb.plugins.jaws.deployment.JawsEjbJar implements Serializable

Serialized Fields

dataSource

java.lang.String dataSource

typeMapping

java.lang.String typeMapping

tm

TypeMappings tm

c

java.beans.Customizer c

Class org.jboss.ejb.plugins.jaws.deployment.JawsEjbJarViewer implements Serializable

Class org.jboss.ejb.plugins.jaws.deployment.JawsEjbReference implements Serializable

Class org.jboss.ejb.plugins.jaws.deployment.JawsEnterpriseBeans implements Serializable

Class org.jboss.ejb.plugins.jaws.deployment.JawsEntity implements Serializable

Serialized Fields

tableName

java.lang.String tableName

createTable

boolean createTable

removeTable

boolean removeTable

tunedUpdates

boolean tunedUpdates

readOnly

boolean readOnly

timeOut

int timeOut

pkConstraint

boolean pkConstraint

c

java.beans.Customizer c

Class org.jboss.ejb.plugins.jaws.deployment.JawsEntityViewer implements Serializable

Class org.jboss.ejb.plugins.jaws.deployment.JawsFileManager implements Serializable

Serialized Fields

xm

com.dreambean.ejx.xml.XMLManager xm

file

java.io.File file

comp

java.awt.Component comp

ejbJar

JawsEjbJar ejbJar

fact

JawsFileManagerFactory fact

cl

java.lang.ClassLoader cl

Class org.jboss.ejb.plugins.jaws.deployment.Mapping implements Serializable

Serialized Fields

javaType

java.lang.String javaType

jdbcType

java.lang.String jdbcType

sqlType

java.lang.String sqlType

Class org.jboss.ejb.plugins.jaws.deployment.TypeMapping implements Serializable

Serialized Fields

name

java.lang.String name

c

java.awt.Container c

Class org.jboss.ejb.plugins.jaws.deployment.TypeMappings implements Serializable

Serialized Fields

c

java.beans.Customizer c


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

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

name

java.lang.String name

id

java.lang.Object id

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
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.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

Serialized Fields

name

java.lang.String name

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
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.IteratorImpl implements Serializable

Serialized Fields

enum

java.util.ArrayList enum

idx

int idx

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

Serialized Fields

id

java.lang.Object id
Deprecated. 

className

java.lang.String className
Deprecated. 

hash

int hash
Deprecated. 

args

java.lang.Object[] args
Deprecated. 

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

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

Serialized Fields

name

java.lang.String name

id

java.lang.Object id

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
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.StatelessHandleImpl implements Serializable

Serialized Fields

name

java.lang.String name

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

jdk122

boolean jdk122

container

Container container

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
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.jrmp12.interfaces.HomeProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.jrmp12.interfaces.StatefulSessionProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.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
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.jrmp13.interfaces.HomeProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.jrmp13.interfaces.StatefulSessionProxy implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Description copied from class: GenericProxy
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
Description copied from class: GenericProxy
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.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.OpenJMSServerSessionPoolFactory implements Serializable

Serialized Fields

pools

java.util.Hashtable pools

name

java.lang.String name

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

Serialized Fields

pools

java.util.Hashtable pools

name

java.lang.String name


Package org.jboss.jms.jndi

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

Serialized Fields

hasJndiSecurityManager

java.lang.String hasJndiSecurityManager

name

java.lang.String name

url

java.lang.String url

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

Serialized Fields

hasJndiSecurityManager

java.lang.String hasJndiSecurityManager

name

java.lang.String name

url

java.lang.String url


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


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


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.