Serialized Form
Package org.objectweb.common |
Package org.objectweb.jonas_ear.deployment.api |
Package org.objectweb.jonas_ejb.container |
homehandle
javax.ejb.HomeHandle homehandle
-
pk
java.io.Serializable pk
-
ebf
JEntityFactory ebf
bs
JEntitySwitch bs
ejbMetaData
JMetaData ejbMetaData
homeHandle
JHomeHandle homeHandle
dd
BeanDesc dd
bf
JFactory bf
isDavid
boolean isDavid
unregistered
boolean unregistered
homename
java.lang.String homename
jndiprop
java.util.Hashtable jndiprop
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
bf
JFactory bf
bs
JSessionSwitch bs
ismarkedremoved
boolean ismarkedremoved
ejbO
javax.ejb.EJBObject ejbO
-
bs
JSessionSwitch bs
myHandle
javax.ejb.Handle myHandle
synchro
boolean synchro
- the bean instance implements SessionSynchronization interface
-
timedout
boolean timedout
Package org.objectweb.jonas_ejb.deployment.api |
cause
java.lang.Throwable cause
Package org.objectweb.jonas_ejb.deployment.ejbql |
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.
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 |
inner
java.lang.Exception inner
Package org.objectweb.jonas_ejb.genidl |
Package org.objectweb.jonas_ejb.lib |
mCollection
java.util.Vector mCollection
-
mIndex
int mIndex
-
this$0
EjbqlAbstractVisitor this$0
nestedException
java.lang.Exception nestedException
Package org.objectweb.jonas_jms |
jms
JmsManager jms
name
java.lang.String name
connectionpool
java.util.LinkedList connectionpool
xaqcf
javax.jms.XAQueueConnectionFactory xaqcf
xatcf
javax.jms.XATopicConnectionFactory xatcf
Package org.objectweb.jonas_lib.deployment |
cause
java.lang.Throwable cause
Package org.objectweb.jonas_rar.deployment.api |
Package org.objectweb.jonas_tm |
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
-
myctrl
ControlImpl myctrl
- the wrapped ControlImpl
-
prepared
boolean prepared
- is true only if prepared, but not yet committed or rolled back.
-
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
-
xid
javax.transaction.xa.Xid xid
-
pctx
org.omg.CosTransactions.PropagationContext pctx
- embedded CORBA PropagationContext
-
timeout
int timeout
-
coordinator
Coordinator coordinator
-
xid
javax.transaction.xa.Xid xid
-
timeoutMax
int timeoutMax
-
coordinatorList
java.util.Vector coordinatorList
formatId
int formatId
- format id
-
gtrid
byte[] gtrid
- global transaction id
-
bqual
byte[] bqual
- branch qualifier
-
Package org.objectweb.jonas_web.deployment.api |
Package org.objectweb.jonas.adm |
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 |
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
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 |
Package org.objectweb.jonas.ear.lib |
Package org.objectweb.jonas.jetty |
m_bStarted
boolean m_bStarted
- Flag symbolizing if this m_lgLogger is started.
Package org.objectweb.jonas.jmx.sunri |
server
javax.management.MBeanServer server
Package org.objectweb.jonas.jmx.vjadmin |
cause
java.lang.Throwable cause
Package org.objectweb.jonas.jmx.vjadmin.servlet |
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.
Package org.objectweb.jonas.ldap |
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 |
Package org.objectweb.jonas.mail.factory |
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.
messageProperties
java.util.Properties messageProperties
- Properties for the javax.mail.MimeMessage object.
Package org.objectweb.jonas.resource |
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
Package org.objectweb.jonas.rmifilters |
Package org.objectweb.jonas.security |
methods
java.util.Hashtable methods
containerName
java.lang.String containerName
Package org.objectweb.jonas.server |
Package org.objectweb.jonas.service |
cause
java.lang.Throwable cause