Serialized Form


Package org.objectweb.common

Class org.objectweb.common.RemoteObject implements Serializable


Package org.objectweb.jonas_ear.deployment.api

Class org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException implements Serializable


Package org.objectweb.jonas_ejb.container

Class org.objectweb.jonas_ejb.container.JEntityHandle implements Serializable

Serialized Fields

homehandle

javax.ejb.HomeHandle homehandle
 

pk

java.io.Serializable pk
 

Class org.objectweb.jonas_ejb.container.JEntityHome implements Serializable

Class org.objectweb.jonas_ejb.container.JEntityRemote implements Serializable

Serialized Fields

ebf

JEntityFactory ebf

bs

JEntitySwitch bs

Class org.objectweb.jonas_ejb.container.JHome implements Serializable

Serialized Fields

ejbMetaData

JMetaData ejbMetaData

homeHandle

JHomeHandle homeHandle

dd

BeanDesc dd

bf

JFactory bf

isDavid

boolean isDavid

unregistered

boolean unregistered

Class org.objectweb.jonas_ejb.container.JHomeHandle implements Serializable

Serialized Fields

homename

java.lang.String homename

jndiprop

java.util.Hashtable jndiprop

Class org.objectweb.jonas_ejb.container.JMetaData implements Serializable

Serialized Fields

home

javax.ejb.EJBHome home

homeClass

java.lang.Class homeClass

remoteClass

java.lang.Class remoteClass

primaryKeyClass

java.lang.Class primaryKeyClass

isSession

boolean isSession

isStatelessSession

boolean isStatelessSession

Class org.objectweb.jonas_ejb.container.JRemote implements Serializable

Serialized Fields

bf

JFactory bf

Class org.objectweb.jonas_ejb.container.JSessionContext implements Serializable

Serialized Fields

bs

JSessionSwitch bs

ismarkedremoved

boolean ismarkedremoved

Class org.objectweb.jonas_ejb.container.JSessionHandle implements Serializable

Serialized Fields

ejbO

javax.ejb.EJBObject ejbO
 

Class org.objectweb.jonas_ejb.container.JSessionHome implements Serializable

Class org.objectweb.jonas_ejb.container.JSessionRemote implements Serializable

Serialized Fields

bs

JSessionSwitch bs

myHandle

javax.ejb.Handle myHandle

Class org.objectweb.jonas_ejb.container.JStatefulContext implements Serializable

Serialized Fields

synchro

boolean synchro
the bean instance implements SessionSynchronization interface
 

timedout

boolean timedout

Class org.objectweb.jonas_ejb.container.JStatelessContext implements Serializable


Package org.objectweb.jonas_ejb.deployment.api

Class org.objectweb.jonas_ejb.deployment.api.DeploymentDescException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas_ejb.deployment.ejbql

Class org.objectweb.jonas_ejb.deployment.ejbql.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

eol

java.lang.String eol
The end of line string for this machine.

Class org.objectweb.jonas_ejb.deployment.ejbql.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.objectweb.jonas_ejb.genic

Class org.objectweb.jonas_ejb.genic.GenICException implements Serializable

Serialized Fields

inner

java.lang.Exception inner


Package org.objectweb.jonas_ejb.genidl

Class org.objectweb.jonas_ejb.genidl.GenIDLException implements Serializable


Package org.objectweb.jonas_ejb.lib

Class org.objectweb.jonas_ejb.lib.CollectionEnum implements Serializable

Serialized Fields

mCollection

java.util.Vector mCollection
 

mIndex

int mIndex
 

Class org.objectweb.jonas_ejb.lib.EjbqlAbstractVisitor.VisitorException implements Serializable

Serialized Fields

this$0

EjbqlAbstractVisitor this$0

nestedException

java.lang.Exception nestedException

Class org.objectweb.jonas_ejb.lib.InvalidBeanException implements Serializable


Package org.objectweb.jonas_jms

Class org.objectweb.jonas_jms.JConnectionFactory implements Serializable

Serialized Fields

jms

JmsManager jms

name

java.lang.String name

connectionpool

java.util.LinkedList connectionpool

Class org.objectweb.jonas_jms.JQueueConnectionFactory implements Serializable

Serialized Fields

xaqcf

javax.jms.XAQueueConnectionFactory xaqcf

Class org.objectweb.jonas_jms.JTopicConnectionFactory implements Serializable

Serialized Fields

xatcf

javax.jms.XATopicConnectionFactory xatcf


Package org.objectweb.jonas_lib.deployment

Class org.objectweb.jonas_lib.deployment.DeploymentDescException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas_rar.deployment.api

Class org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException implements Serializable


Package org.objectweb.jonas_tm

Class org.objectweb.jonas_tm.ControlImpl implements Serializable

Serialized Fields

resourceList

java.util.List resourceList
 

synchronizationList

java.util.List synchronizationList
 

mystatus

int mystatus
 

hasSupCoord

boolean hasSupCoord
 

mytimeout

int mytimeout
 

mytimer

TimerEvent mytimer
 

xid

javax.transaction.xa.Xid xid
 

mylog

org.objectweb.jonas_tm.Log mylog
 

Class org.objectweb.jonas_tm.ControlResourceImpl implements Serializable

Serialized Fields

myctrl

ControlImpl myctrl
the wrapped ControlImpl
 

prepared

boolean prepared
is true only if prepared, but not yet committed or rolled back.
 

Class org.objectweb.jonas_tm.HeuristicCommit implements Serializable

Class org.objectweb.jonas_tm.HeuristicHazard implements Serializable

Class org.objectweb.jonas_tm.HeuristicMixed implements Serializable

Class org.objectweb.jonas_tm.HeuristicRollback implements Serializable

Class org.objectweb.jonas_tm.InactiveException implements Serializable

Class org.objectweb.jonas_tm.NotPreparedException implements Serializable

Class org.objectweb.jonas_tm.SubCoordinator implements Serializable

Serialized Fields

tx

TransactionImpl tx
 

synchroList

java.util.Vector synchroList
List of Synchronization objects
 

resourceList

java.util.Vector resourceList
List of XAResource objects
 

tm

javax.transaction.TransactionManager tm
Keep a reference on TransactionManager
 

xid

javax.transaction.xa.Xid xid
 

log

org.objectweb.jonas_tm.SLog log
 

status

int status
javax.transaction.Status possible values for status: ---------------- : ---------------------------------------------- ACTIVE : transaction started, commit phase not started. PREPARING : Prepare is being sent to resources. PREPARED : Prepare is done. Must commit now. COMMITTING : Commit is being sent to resources. COMMITTED : Commit was successful. ROLLING_BACK : Not used. MARKED_ROLLBACK : setRollbackOnly has been called. ROLLEDBACK : Transaction has been rolled back (or prepare returned "vote_rollback") UNKNOWN : Commit raised heuristics. NO_TRANSACTION : Cannot get the status value from JTM. ---------------- : ----------------------------------------------
 

beforeCompletionDone

boolean beforeCompletionDone
 

Class org.objectweb.jonas_tm.TransactionContextCORBA implements Serializable

Serialized Fields

xid

javax.transaction.xa.Xid xid
 

pctx

org.omg.CosTransactions.PropagationContext pctx
embedded CORBA PropagationContext
 

Class org.objectweb.jonas_tm.TransactionContextRMI implements Serializable

Serialized Fields

timeout

int timeout
 

coordinator

Coordinator coordinator
 

xid

javax.transaction.xa.Xid xid
 

Class org.objectweb.jonas_tm.TransactionFactoryImpl implements Serializable

Serialized Fields

timeoutMax

int timeoutMax
 

coordinatorList

java.util.Vector coordinatorList

Class org.objectweb.jonas_tm.XidImpl implements Serializable

Serialized Fields

formatId

int formatId
format id
 

gtrid

byte[] gtrid
global transaction id
 

bqual

byte[] bqual
branch qualifier
 


Package org.objectweb.jonas_web.deployment.api

Class org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException implements Serializable


Package org.objectweb.jonas.adm

Class org.objectweb.jonas.adm.Adm implements Serializable

Serialized Fields

sm

ServiceManager sm

ejbserv

EJBServiceImpl ejbserv

tm

TransactionServiceImpl tm

jonasProperties

JProp jonasProperties

ictx

javax.naming.InitialContext ictx

isEJBContainer

boolean isEJBContainer

serverState

int serverState

webContainerService

org.objectweb.jonas.web.AbsJWebContainerServiceImplMBean webContainerService
Reference to the web container service

earService

EarServiceImplMBean earService
Reference to the ear service

mailService

MailServiceImplMBean mailService
Reference to the mail service


Package org.objectweb.jonas.dbm

Class org.objectweb.jonas.dbm.ConnectionManager implements Serializable

Serialized Fields

tm

javax.transaction.TransactionManager tm
TransactionManager object
 

xads

XADataSourceImpl xads
underlaying XA DataSource
 

pool

Pool pool
The pool of XAConnections managed by this Connection Manager
 

dSName

java.lang.String dSName
for JNDI

datasourceName

java.lang.String datasourceName
datasource name

url

java.lang.String url
url for database

className

java.lang.String className
JDBC driver Class

userName

java.lang.String userName
default user

password

java.lang.String password
default passwd

connchecklevel

java.lang.String connchecklevel
 

connmaxage

java.lang.String connmaxage
 

connteststmt

java.lang.String connteststmt
 

isolationLevel

int isolationLevel
 

isolationStr

java.lang.String isolationStr

currentMapperName

java.lang.String currentMapperName
 

xaName

java.lang.String xaName
MBean variable

dsDescription

java.lang.String dsDescription

Class org.objectweb.jonas.dbm.JonasStandardXADataSource implements Serializable

Class org.objectweb.jonas.dbm.JonasXAPoolDataSource implements Serializable

Serialized Fields

url

java.lang.String url
Management param : url and class and name of this connection

className

java.lang.String className

dsName

java.lang.String dsName

datasourceName

java.lang.String datasourceName

dsDescription

java.lang.String dsDescription

XAFactory

java.lang.String XAFactory


Package org.objectweb.jonas.ear

Class org.objectweb.jonas.ear.EarServiceException implements Serializable


Package org.objectweb.jonas.ear.lib

Class org.objectweb.jonas.ear.lib.EarClassPathManagerException implements Serializable

Class org.objectweb.jonas.ear.lib.EarCleanerException implements Serializable

Class org.objectweb.jonas.ear.lib.EarDeployerLogException implements Serializable

Class org.objectweb.jonas.ear.lib.EarFileManagerException implements Serializable

Class org.objectweb.jonas.ear.lib.JarList implements Serializable

Class org.objectweb.jonas.ear.lib.JarListException implements Serializable


Package org.objectweb.jonas.jetty

Class org.objectweb.jonas.jetty.MonologLogSink implements Serializable

Serialized Fields

m_bStarted

boolean m_bStarted
Flag symbolizing if this m_lgLogger is started.


Package org.objectweb.jonas.jmx.sunri

Class org.objectweb.jonas.jmx.sunri.RMIConnectorImpl implements Serializable

Serialized Fields

server

javax.management.MBeanServer server


Package org.objectweb.jonas.jmx.vjadmin

Class org.objectweb.jonas.jmx.vjadmin.ManagementException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas.jmx.vjadmin.servlet

Class org.objectweb.jonas.jmx.vjadmin.servlet.AllMbeansServiceServlet implements Serializable

Serialized Fields

queryObjName

javax.management.ObjectName queryObjName
This query is used to retrieve MBeans. By default we retrieve all MBeans. Derived class can define it's own pattern.

strTemplateName

java.lang.String strTemplateName
Default template to render the MBeans. Derived class can define it's own template.

Class org.objectweb.jonas.jmx.vjadmin.servlet.ContainerServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.ContainerServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.DatabaseServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.DatabaseServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.EarServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.EJBServerServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.EjbServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.EntityServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.InitialServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.JadminServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.JettyMbeansServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.JMSConnectionFactoryServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.JMSDestinationServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.JMSServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.LoadDataSourceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.LoadMailFactoryServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.LogServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.MailFactoryServletM implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.MailFactoryServletS implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.MailServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.MdbServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.MemoryGraphServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.ResourceServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.ResourceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.SbfServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.SblServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.SecurityServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.SessionServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.TransactionServiceServlet implements Serializable

Class org.objectweb.jonas.jmx.vjadmin.servlet.WebServiceServlet implements Serializable


Package org.objectweb.jonas.ldap

Class org.objectweb.jonas.ldap.DataSourceLDAPImpl implements Serializable

Serialized Fields

pDataSourceName

java.lang.String pDataSourceName
 

pPassword

java.lang.String pPassword
 

pUrl

java.lang.String pUrl
 

pUserName

java.lang.String pUserName
 

pBinAttribs

java.lang.String pBinAttribs
Be aware that we have 1 datasource for each bean (and may be more if the bean make several lookups!) So, we can keep here the list of attributes that are mapped as byte-array for this bean.

ldapCtx

javax.naming.directory.DirContext ldapCtx
Notice that we have always one DirContext per DataSource.


Package org.objectweb.jonas.mail

Class org.objectweb.jonas.mail.MailServiceException implements Serializable


Package org.objectweb.jonas.mail.factory

Class org.objectweb.jonas.mail.factory.JMail implements Serializable

Serialized Fields

factoryName

java.lang.String factoryName
The name of the factory.

name

java.lang.String name
The jndi name of this object.

mailSessionProperties

java.util.Properties mailSessionProperties
Properties for the javax.mail.Session object. Keep only the values used for configuring the javax.mail.Session object.

authenticationProperties

java.util.Properties authenticationProperties
Properties for the authentication.

Class org.objectweb.jonas.mail.factory.JMailMimePartDS implements Serializable

Serialized Fields

messageProperties

java.util.Properties messageProperties
Properties for the javax.mail.MimeMessage object.

Class org.objectweb.jonas.mail.factory.JMailSession implements Serializable


Package org.objectweb.jonas.resource

Class org.objectweb.jonas.resource.ConnectionManagerImpl implements Serializable

Serialized Fields

trace

org.objectweb.util.monolog.api.Logger trace
The Logger instance where messages are written.

rmel

org.objectweb.transaction.api.ResourceManagerEventListener rmel
This variable is used by the server to register connections when no transactionnal context exists

resourceBundleName

java.lang.String resourceBundleName

tm

javax.transaction.TransactionManager tm
The transaction manager in server

mc2mci

java.util.Hashtable mc2mci
This hashtable allows to find the list of connection handle associated to a ManagedConnection

mcMaxPoolSize

int mcMaxPoolSize
The max pool size of ManagedConnection. The default value is 100.

mcMinPoolSize

int mcMinPoolSize
The min pool size of ManagedConnection. The default value is 0

mcf

javax.resource.spi.ManagedConnectionFactory mcf
The ManagedConnectionFactory instance which represents the resource adapter.

poolMCs

Pool poolMCs
The pool of ManagedConnections associated to a ManagedConnectionFactory

usedMCs

java.util.Hashtable usedMCs
The list of used ManagedConnections key = transaction reference value = MCInfo

mcs

java.util.Vector mcs
The list of managedConnection used without transaction

synchros

java.util.Vector synchros
The list of Synchronisation instance managed in this ConnectionManager

rs

ResourceSpec rs
This is a cache to the last instance of ResourceSpec used by the ConnectionManager. Indeed this instance is always the same.

transSupport

java.lang.String transSupport
The holds the transaction support level for the associated RAR file

Class org.objectweb.jonas.resource.ResourceServiceException implements Serializable


Package org.objectweb.jonas.rmifilters

Class org.objectweb.jonas.rmifilters.RemoteStub implements Serializable

Class org.objectweb.jonas.rmifilters.SecurityRemoteStub implements Serializable


Package org.objectweb.jonas.security

Class org.objectweb.jonas.security.MethodGuard implements Serializable

Serialized Fields

methods

java.util.Hashtable methods

containerName

java.lang.String containerName


Package org.objectweb.jonas.server

Class org.objectweb.jonas.server.JURLs implements Serializable


Package org.objectweb.jonas.service

Class org.objectweb.jonas.service.ServiceException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause