Serialized Form


Package org.objectweb.jonas.adm

Class org.objectweb.jonas.adm._AdmInterface_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas.adm.Adm_OWStub extends org.objectweb.jeremie.libs.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas.adm.Adm_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Package org.objectweb.jonas.dbm

Class org.objectweb.jonas.dbm.ConnectionManager extends ReconfigDispatcher 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
 

minconpool

java.lang.String minconpool
 

maxconpool

java.lang.String maxconpool
 

isolationLevel

int isolationLevel
 

isolationStr

java.lang.String isolationStr

currentMapperName

java.lang.String currentMapperName
 

isClient

boolean isClient
Name of the client (client case) TODO : must be removed. A client can lookup a datasource


xaName

java.lang.String xaName
MBean variable


dsDescription

java.lang.String dsDescription

sequenceNumber

long sequenceNumber
Value used as sequence number by reconfiguration notifications

Class org.objectweb.jonas.dbm.JonasIdbXADataSource extends IdbXADataSource implements Serializable

Class org.objectweb.jonas.dbm.JonasOracleXAConnection extends OracleXAConnection implements Serializable

Class org.objectweb.jonas.dbm.JonasOracleXADataSource extends OracleXADataSource implements Serializable

Class org.objectweb.jonas.dbm.JonasStandardXADataSource extends org.enhydra.jdbc.standard.StandardXADataSource implements Serializable

Class org.objectweb.jonas.dbm.JonasXAPoolDataSource extends org.enhydra.jdbc.pool.StandardXAPoolDataSource 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 extends ServiceException implements Serializable


Package org.objectweb.jonas.ear.lib

Class org.objectweb.jonas.ear.lib.EarClassPathManagerException extends java.lang.Exception implements Serializable

Class org.objectweb.jonas.ear.lib.EarCleanerException extends java.lang.Exception implements Serializable

Class org.objectweb.jonas.ear.lib.EarDeployerLogException extends java.lang.Exception implements Serializable

Class org.objectweb.jonas.ear.lib.EarFileManagerException extends java.lang.Exception implements Serializable

Class org.objectweb.jonas.ear.lib.JarList extends java.util.Vector implements Serializable

Class org.objectweb.jonas.ear.lib.JarListException extends java.lang.Exception implements Serializable


Package org.objectweb.jonas.jmx

Class org.objectweb.jonas.jmx.ManagementException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas.jmx.sunri

Class org.objectweb.jonas.jmx.sunri._RMIConnector_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas.jmx.sunri.RMIConnectorImpl_OWStub extends org.objectweb.jeremie.libs.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas.jmx.sunri.RMIConnectorImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Package org.objectweb.jonas.ldap

Class org.objectweb.jonas.ldap.DataSourceLDAPImpl extends java.lang.Object 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 extends ServiceException implements Serializable


Package org.objectweb.jonas.mail.factory

Class org.objectweb.jonas.mail.factory.JMail extends ReconfigDispatcher 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 extends JMail implements Serializable

Serialized Fields

messageProperties

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


sequenceNumber

long sequenceNumber

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

Serialized Fields

sequenceNumber

long sequenceNumber


Package org.objectweb.jonas.management

Class org.objectweb.jonas.management.ReconfigException extends java.lang.RuntimeException implements Serializable


Package org.objectweb.jonas.resource

Class org.objectweb.jonas.resource.ConnectionManagerImpl extends java.lang.Object 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 extends ServiceException implements Serializable


Package org.objectweb.jonas.security

Class org.objectweb.jonas.security.MethodGuard extends java.lang.Object implements Serializable

Serialized Fields

methods

java.util.Hashtable methods
list of method signatures identifying the methods to guard.


containerName

java.lang.String containerName
Associate method guard to a container


Package org.objectweb.jonas.security.auth

Class org.objectweb.jonas.security.auth.JPrincipal extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of this principal

Class org.objectweb.jonas.security.auth.JRole extends JPrincipal implements Serializable


Package org.objectweb.jonas.security.interceptors.iiop

Class org.objectweb.jonas.security.interceptors.iiop.CorbaClientSecurityInterceptor extends SecurityInterceptor implements Serializable

Serialized Fields

interceptorName

java.lang.String interceptorName
interceptor name

Class org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor extends SecurityInterceptor implements Serializable

Serialized Fields

interceptorName

java.lang.String interceptorName
interceptor name


sCtx

org.objectweb.security.context.SecurityContext sCtx
Security context

Class org.objectweb.jonas.security.interceptors.iiop.SecurityInitializer extends org.omg.CORBA.LocalObject implements Serializable


Package org.objectweb.jonas.security.interceptors.jrmp

Class org.objectweb.jonas.security.interceptors.jrmp.ClientSecurityInterceptor extends java.lang.Object implements Serializable

Serialized Fields

interceptorName

java.lang.String interceptorName
interceptor name

Class org.objectweb.jonas.security.interceptors.jrmp.SecurityServiceContext extends java.lang.Object implements Serializable

Serialized Fields

context_id

int context_id
context id


sctx

org.objectweb.security.context.SecurityContext sctx
Security Context


Package org.objectweb.jonas.security.realm.lib

Class org.objectweb.jonas.security.realm.lib.HashPassword extends java.lang.Object implements Serializable

Serialized Fields

password

java.lang.String password
Hash password


algorithm

java.lang.String algorithm
Algorithm used


Package org.objectweb.jonas.security.realm.factory

Class org.objectweb.jonas.security.realm.factory.JResource extends ReconfigDispatcher implements Serializable

Serialized Fields

name

java.lang.String name
Name of this resource


users

java.util.Hashtable users
Hashtable used to cache the users (speed up search)


sequenceNumber

long sequenceNumber
Value used as sequence number by reconfiguration notifications


securityService

SecurityService securityService
Reference to the security service


mbeanServer

javax.management.MBeanServer mbeanServer
Reference to a MBean server.

Class org.objectweb.jonas.security.realm.factory.JResourceDS extends JResource implements Serializable

Serialized Fields

dsName

java.lang.String dsName
Name of the datasource resource to use.


userTable

java.lang.String userTable
Name of table which have the username/password


userTableUsernameCol

java.lang.String userTableUsernameCol
Column of the username of the user table


userTablePasswordCol

java.lang.String userTablePasswordCol
Column of the password of the user table


roleTable

java.lang.String roleTable
Name of table which have the username/role


roleTableUsernameCol

java.lang.String roleTableUsernameCol
Column of the username of the role table


roleTableRolenameCol

java.lang.String roleTableRolenameCol
Column of the role of the role table


algorithm

java.lang.String algorithm
Default algorithm. If specified, the default is not 'clear' password


userStatement

java.sql.PreparedStatement userStatement
Define the user statement


roleStatement

java.sql.PreparedStatement roleStatement
Define the role statement


dataSource

javax.sql.DataSource dataSource
Datasource to use

Class org.objectweb.jonas.security.realm.factory.JResourceException extends java.lang.RuntimeException implements Serializable

Class org.objectweb.jonas.security.realm.factory.JResourceLDAP extends JResource implements Serializable

Serialized Fields

initialContextFactory

java.lang.String initialContextFactory
Initial context factory for the LDAp server


providerUrl

java.lang.String providerUrl
Url of the ldap server


securityAuthentication

java.lang.String securityAuthentication
Type of the authentication used during the authentication to the LDAP server


securityPrincipal

java.lang.String securityPrincipal
DN of the Principal(username). He can retrieve the information from the user


securityCredentials

java.lang.String securityCredentials
Credential(password) of the principal


securityProtocol

java.lang.String securityProtocol
Constant that holds the name of the environment property for specifying the security protocol to use.


language

java.lang.String language
Constant that holds the name of the environment property for specifying the preferred language to use with the service.


referral

java.lang.String referral
Constant that holds the name of the environment property for specifying how referrals encountered by the service provider are to be processed.


stateFactories

java.lang.String stateFactories
Constant that holds the name of the environment property for specifying the list of state factories to use.


authenticationMode

java.lang.String authenticationMode
Mode for validate the authentication (BIND_AUTHENTICATION_MODE or COMPARE_AUTHENTICATION_MODE)


userPasswordAttribute

java.lang.String userPasswordAttribute
Attribute in order to get the password from the ldap server


userRolesAttribute

java.lang.String userRolesAttribute
Attribute in order to get the user role from the ldap server


roleNameAttribute

java.lang.String roleNameAttribute
Attribute for the role name when performing a lookup on a role


baseDN

java.lang.String baseDN
DN used for the lookup


userDN

java.lang.String userDN
DN used when searching the user DN. Override the baseDN if it is defined


userSearchFilter

java.lang.String userSearchFilter
Filter used when searching the user


roleDN

java.lang.String roleDN
DN used when searching the role DN. Override the baseDN if it is defined


roleSearchFilter

java.lang.String roleSearchFilter
Filter used when searching the role


algorithm

java.lang.String algorithm
Default algorithm. If specified, the default is not 'clear' password


dirContext

javax.naming.directory.DirContext dirContext
The directory context

Class org.objectweb.jonas.security.realm.factory.JResourceMemory extends JResource implements Serializable

Serialized Fields

groups

java.util.Hashtable groups
Groups


roles

java.util.Hashtable roles
Roles


Package org.objectweb.jonas.security.realm.principals

Class org.objectweb.jonas.security.realm.principals.Group extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of the user


roles

java.util.Vector roles
Roles


description

java.lang.String description
Description of the role

Class org.objectweb.jonas.security.realm.principals.LDAPUser extends User implements Serializable

Serialized Fields

dn

java.lang.String dn
The distinguished name of this user

Class org.objectweb.jonas.security.realm.principals.Role extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of the role


description

java.lang.String description
Description of the role

Class org.objectweb.jonas.security.realm.principals.User extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of the user


password

java.lang.String password
Password of the user


hashPassword

HashPassword hashPassword
Hash password of the user


groups

java.util.Vector groups
Groups


roles

java.util.Vector roles
Roles


combinedRoles

java.util.ArrayList combinedRoles
Combined roles


Package org.objectweb.jonas.server

Class org.objectweb.jonas.server.JURLs extends java.util.Vector implements Serializable


Package org.objectweb.jonas.service

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

Serialized Fields

cause

java.lang.Throwable cause

Class org.objectweb.jonas.service.ServiceException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas.webapp.jadmin.servlet

Class org.objectweb.jonas.webapp.jadmin.servlet.AllMbeansServiceServlet extends JadminServlet 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.webapp.jadmin.servlet.ContainerServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.ContainerServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.DatabaseServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.DatabaseServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.EarServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.EJBServerServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.EjbServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.EntityServlet extends EjbServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.InitialServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.JadminServlet extends org.apache.velocity.servlet.VelocityServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.JMSConnectionFactoryServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.JMSDestinationServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.JMSServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.LoadDataSourceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.LoadMailFactoryServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.LogServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.MailFactoryServletM extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.MailFactoryServletS extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.MailServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.MdbServlet extends EjbServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.MemoryGraphServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.ResourceServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.ResourceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.SbfServlet extends SessionServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.SblServlet extends SessionServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.SecurityServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.SessionServlet extends EjbServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.TransactionServiceServlet extends JadminServlet implements Serializable

Class org.objectweb.jonas.webapp.jadmin.servlet.WebServiceServlet extends JadminServlet implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin

Class org.objectweb.jonas.webapp.jonasadmin.ApplyTopAction extends Action implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.EditTopAction extends Action implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction extends Action implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.JonasServerItem extends java.lang.Object implements Serializable

Serialized Fields

nameServer

java.lang.String nameServer

nameRmiConnector

java.lang.String nameRmiConnector

Class org.objectweb.jonas.webapp.jonasadmin.SetupWhereAreYouAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.TopForm extends ActionForm implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.deploy

Class org.objectweb.jonas.webapp.jonasadmin.deploy.ApplyDeployAction extends BaseDeployAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.deploy.ApplyDeployConfirmAction extends BaseDeployAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.deploy.BaseDeployAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.deploy.DeployForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.deploy.EditDeployAction extends BaseDeployAction implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.jonasserver

Class org.objectweb.jonas.webapp.jonasadmin.jonasserver.EditJmxServerAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.jonasserver.EditJonasServerAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.jonasserver.JmxServerForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.jonasserver.JonasServerForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.jonasserver.JonasServerRunGCAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.jonasserver.JonasServerStopAction extends JonasBaseAction implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.logging

Class org.objectweb.jonas.webapp.jonasadmin.logging.ApplyLoggingJonasAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.logging.EditLoggingJonasAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.logging.LoggingJonasForm extends ActionForm implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.mbean

Class org.objectweb.jonas.webapp.jonasadmin.mbean.ListMBeanAttributesAction extends Action implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.mbean.ListMBeanOperationsAction extends Action implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.mbean.ListMBeanPropertiesAction extends Action implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.mbean.ListMBeansAction extends Action implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.monitoring

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.ApplyMemoryAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.ApplyMonitoringAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.EditMemoryAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.EditMonitoringAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryGraphServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.monitoring.MonitoringForm extends ActionForm implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.resource

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplyDatasourceAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplyDatasourcePropertiesAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplyDatasourcePropsConfirmAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.DatasourceForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.DatasourcePropertiesForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.EditDatasourceAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.EditDatasourcePropertiesAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.ListDatasourcesAction extends JonasBaseAction implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.security

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyConfirmMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyConfirmRealmsAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyDatasourceRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyGroupMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyLdapRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyRealmsAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyRoleMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ApplyUserMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.BaseMemoryRealmAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.DatasourceRealmForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditDatasourceRealmAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditGroupMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditLdapRealmAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditMemoryRealmGroupsAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditMemoryRealmRolesAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditMemoryRealmUsersAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditNewGroupMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditNewRoleMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditNewUserMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditRoleMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.EditUserMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.GroupMemoryRealmForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ItemsMemoryRealmForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ItemsRealmsForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.LdapRealmForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.ListRealmsAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.MemoryRealmForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.RoleMemoryRealmForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.SaveMemoryRealmAction extends BaseMemoryRealmAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.UserMemoryRealmForm extends ActionForm implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.service.container

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ContainerForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditContainerAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditEarAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditEjbContServiceAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditWarAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EjbContainerServiceForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ListAppContainersAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ListContainersAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ListWebContainersAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.WarForm extends ActionForm implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.service.db

Class org.objectweb.jonas.webapp.jonasadmin.service.db.ListDatabasesAction extends JonasBaseAction implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.service.ejb

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbEntityAction extends EditEjbAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbEntityBmpAction extends EditEjbEntityAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbEntityCmpAction extends EditEjbEntityAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbMessageAction extends EditEjbAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbSessionAction extends EditEjbAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbSessionSbfAction extends EditEjbSessionAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EditEjbSessionSblAction extends EditEjbSessionAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EjbEntityForm extends EjbForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EjbForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EjbMessageForm extends EjbForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.ejb.EjbSessionForm extends EjbForm implements Serializable


Package org.objectweb.jonas.webapp.taglib

Class org.objectweb.jonas.webapp.taglib.GridBaseTag extends BaseHandlerTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.GridColTag extends GridTableBaseTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.GridRowTag extends GridTableBaseTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.GridTableBaseTag extends GridBaseTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.GridTag extends GridTableBaseTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasButtonTag extends LinkTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridColTitleTag extends GridColTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridNameTag extends GridColTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridNameTitleTag extends JonasGridNameTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridRowTitleTag extends GridRowTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridTag extends GridTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridValueTag extends GridColTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasGridValueTitleTag extends JonasGridValueTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.JonasSubmitTag extends JonasButtonTag implements Serializable

Class org.objectweb.jonas.webapp.taglib.PanelSeparatorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class org.objectweb.jonas.webapp.taglib.PanelTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

body

java.lang.String body
The databody that will be rendered for this table row.

Class org.objectweb.jonas.webapp.taglib.TabsTag extends WhereAreYouTag implements Serializable

Serialized Fields

m_LabelTabs

java.util.ArrayList m_LabelTabs

m_HrefTabs

java.util.ArrayList m_HrefTabs

m_SelectedTabs

java.util.ArrayList m_SelectedTabs

m_Body

java.lang.String m_Body

widthTab

int widthTab

heightTab

int heightTab

width

java.lang.String width

height

java.lang.String height

widthSeparator

int widthSeparator

heightSeparator

int heightSeparator

marginPanel

int marginPanel

imagesDir

java.lang.String imagesDir

Class org.objectweb.jonas.webapp.taglib.TabTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

m_Body

java.lang.String m_Body

m_Url

java.lang.String m_Url

selected

boolean selected

href

java.lang.String href

forward

java.lang.String forward

forwardControl

java.lang.String forwardControl

Class org.objectweb.jonas.webapp.taglib.TitleContentTag extends WhereAreYouTag implements Serializable

Serialized Fields

m_Body

java.lang.String m_Body

image

java.lang.String image

title

java.lang.String title

Class org.objectweb.jonas.webapp.taglib.TreeControlRenderTag extends org.apache.webapp.admin.TreeControlTag implements Serializable

Serialized Fields

mb_FirstNodeRendered

boolean mb_FirstNodeRendered
Flag who indicate when the first node is rendered.


mi_MaxChar

int mi_MaxChar

Class org.objectweb.jonas.webapp.taglib.WhereAreYouTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

usingWhere

boolean usingWhere

Class org.objectweb.jonas.webapp.taglib.XmlFileTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

m_Body

java.lang.String m_Body

m_LastPrint

int m_LastPrint

m_Indent

int m_Indent


Package org.objectweb.jonas_ear.deployment.api

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


Package org.objectweb.jonas_ejb.container

Class org.objectweb.jonas_ejb.container.JEntityHandle extends java.lang.Object implements Serializable

Serialized Fields

homehandle

javax.ejb.HomeHandle homehandle
 

pk

java.io.Serializable pk
 

Class org.objectweb.jonas_ejb.container.JHomeHandle extends java.lang.Object implements Serializable

Serialized Fields

homename

java.lang.String homename

jndiprop

java.util.Hashtable jndiprop

Class org.objectweb.jonas_ejb.container.JMetaData extends java.lang.Object 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.JSessionContext extends JContext implements Serializable

Serialized Fields

bs

JSessionSwitch bs

ismarkedremoved

boolean ismarkedremoved

Class org.objectweb.jonas_ejb.container.JSessionHandle extends java.lang.Object implements Serializable

Serialized Fields

ejbO

javax.ejb.EJBObject ejbO
 

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

Serialized Fields

synchro

boolean synchro
the bean instance implements SessionSynchronization interface

 

timedout

boolean timedout

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


Package org.objectweb.jonas_ejb.deployment.api

Class org.objectweb.jonas_ejb.deployment.api.DeploymentDescException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas_ejb.deployment.ejbql

Class org.objectweb.jonas_ejb.deployment.ejbql.ParseException extends java.lang.Exception 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 extends java.lang.Error 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 extends java.lang.Exception implements Serializable

Serialized Fields

inner

java.lang.Exception inner


Package org.objectweb.jonas_ejb.genidl

Class org.objectweb.jonas_ejb.genidl.GenIDLException extends java.lang.Exception implements Serializable


Package org.objectweb.jonas_ejb.lib

Class org.objectweb.jonas_ejb.lib.CollectionEnum extends java.lang.Object implements Serializable

Serialized Fields

mCollection

java.util.Vector mCollection
 

mIndex

int mIndex
 

Class org.objectweb.jonas_ejb.lib.EjbqlAbstractVisitor.VisitorException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nestedException

java.lang.Exception nestedException

Class org.objectweb.jonas_ejb.lib.InvalidBeanException extends java.lang.Exception implements Serializable


Package org.objectweb.jonas_jms

Class org.objectweb.jonas_jms.JConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

jms

JmsManager jms

name

java.lang.String name

xacf

javax.jms.XAConnectionFactory xacf

connectionpool

java.util.LinkedList connectionpool

Class org.objectweb.jonas_jms.JQueueConnectionFactory extends JConnectionFactory implements Serializable

Serialized Fields

xaqcf

javax.jms.XAQueueConnectionFactory xaqcf

Class org.objectweb.jonas_jms.JTopicConnectionFactory extends JConnectionFactory implements Serializable

Serialized Fields

xatcf

javax.jms.XATopicConnectionFactory xatcf


Package org.objectweb.jonas_lib.deployment

Class org.objectweb.jonas_lib.deployment.DeploymentDescException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.objectweb.jonas_rar.deployment.api

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


Package org.objectweb.jonas_tm

Class org.objectweb.jonas_tm._Control_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._ControlImpl_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._Coordinator_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._RecoveryCoordinator_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._RemoteSynchro_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._Resource_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._Terminator_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm._TransactionFactory_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas_tm.ControlImpl_OWStub extends org.objectweb.jeremie.libs.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas_tm.ControlImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.jonas_tm.ControlResourceImpl extends org.omg.CosTransactions._ResourceImplBase 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 extends java.rmi.RemoteException implements Serializable

Class org.objectweb.jonas_tm.HeuristicHazard extends java.rmi.RemoteException implements Serializable

Class org.objectweb.jonas_tm.HeuristicMixed extends java.rmi.RemoteException implements Serializable

Class org.objectweb.jonas_tm.HeuristicRollback extends java.rmi.RemoteException implements Serializable

Class org.objectweb.jonas_tm.InactiveException extends java.rmi.RemoteException implements Serializable

Class org.objectweb.jonas_tm.InternalTransactionContext extends java.lang.Object implements Serializable

Serialized Fields

timeout

int timeout
 

coordinator

Coordinator coordinator
 

xid

javax.transaction.xa.Xid xid
 

Class org.objectweb.jonas_tm.NotPreparedException extends java.rmi.RemoteException implements Serializable

Class org.objectweb.jonas_tm.SubCoordinator_OWStub extends org.objectweb.jeremie.libs.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas_tm.SubCoordinator_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.jonas_tm.TransactionFactoryImpl_OWStub extends org.objectweb.jeremie.libs.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas_tm.TransactionFactoryImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.jonas_tm.XidImpl extends java.lang.Object implements Serializable

Serialized Fields

formatId

int formatId
format id

 

gtrid

byte[] gtrid
global transaction id

 

bqual

byte[] bqual
branch qualifier

 


Package org.objectweb.jonas_tm.jta.rmi

Class org.objectweb.jonas_tm.jta.rmi.JTAClientTransactionInterceptor extends java.lang.Object implements Serializable

Class org.objectweb.jonas_tm.jta.rmi.JTATransactionServiceContext extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
readExternal to initialise Transaction context


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
writeExternal to send Transaction context


Package org.objectweb.jonas_tm.ots

Class org.objectweb.jonas_tm.ots.OTSClientTransactionInterceptor extends OTSInterceptor implements Serializable

Serialized Fields

interceptorName

java.lang.String interceptorName
interceptor name

Class org.objectweb.jonas_tm.ots.OTSORBInitializer extends org.omg.CORBA.LocalObject implements Serializable

Class org.objectweb.jonas_tm.ots.OTSServerTransactionInterceptor extends OTSInterceptor implements Serializable

Serialized Fields

txCtx

TransactionContext txCtx
Transaction context


interceptorName

java.lang.String interceptorName
interceptor name


Package org.objectweb.jonas_web.deployment.api

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