Serialized Form
Package org.jboss.deployment |
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
cause
java.lang.Exception cause
- The root cause of this exception
exception
java.lang.Throwable exception
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
cause
java.lang.Exception cause
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
ejbObject
javax.ejb.EJBObject ejbObject
ctx
javax.ejb.SessionContext ctx
Package org.jboss.ejb.plugins.jaws.deployment |
name
java.lang.String name
query
java.lang.String query
order
java.lang.String order
columnName
java.lang.String columnName
sqlType
java.lang.String sqlType
jdbcType
java.lang.String jdbcType
c
java.beans.Customizer c
dataSource
java.lang.String dataSource
typeMapping
java.lang.String typeMapping
tm
TypeMappings tm
c
java.beans.Customizer c
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
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
javaType
java.lang.String javaType
jdbcType
java.lang.String jdbcType
sqlType
java.lang.String sqlType
name
java.lang.String name
c
java.awt.Container c
c
java.beans.Customizer c
Package org.jboss.ejb.plugins.jrmp.interfaces |
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
name
java.lang.String name
id
java.lang.Object id
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.
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.
name
java.lang.String name
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.
enum
java.util.ArrayList enum
idx
int idx
id
java.lang.Object id
- Deprecated.
className
java.lang.String className
- Deprecated.
hash
int hash
- Deprecated.
args
java.lang.Object[] args
- Deprecated.
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
name
java.lang.String name
id
java.lang.Object id
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.
name
java.lang.String name
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 |
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 |
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.
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.
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.
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 |
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.
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.
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.
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 |
pools
java.util.Hashtable pools
name
java.lang.String name
pools
java.util.Hashtable pools
name
java.lang.String name
Package org.jboss.jms.jndi |
hasJndiSecurityManager
java.lang.String hasJndiSecurityManager
name
java.lang.String name
url
java.lang.String url
hasJndiSecurityManager
java.lang.String hasJndiSecurityManager
name
java.lang.String name
url
java.lang.String url
Package org.jboss.jmx.client |
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 |
server
javax.management.MBeanServer server
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
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
jndiName
java.lang.String jndiName
contextClass
java.lang.Class contextClass
contextProps
java.util.Properties contextProps
handler
InvocationHandler handler
targetNames
java.lang.String[] targetNames
Package org.jboss.security.plugins |
securityDomain
java.lang.String securityDomain
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
name
java.lang.String name
value
java.lang.Integer value
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
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
index
int index
Package org.jboss.verifier.event |
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
Copyright © 2000 The JBoss Organization. All Rights Reserved.