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

Class org.objectweb.jonas.client.ClientContainerException extends ServiceException implements Serializable


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

Class org.objectweb.jonas.jdbc.ConnectionManagerImpl extends java.lang.Object implements Serializable

Class org.objectweb.jonas.jdbc.ConnectionPoolMCFImpl extends ManagedConnectionFactoryImpl implements Serializable

Serialized Fields

ds

javax.sql.ConnectionPoolDataSource ds

Class org.objectweb.jonas.jdbc.ConnectionRequestInfoImpl extends java.lang.Object implements Serializable

Serialized Fields

user

java.lang.String user

password

java.lang.String password

Class org.objectweb.jonas.jdbc.DataSourceImpl extends java.lang.Object implements Serializable

Serialized Fields

cm

javax.resource.spi.ConnectionManager cm

mcf

ManagedConnectionFactoryImpl mcf

pw

java.io.PrintWriter pw

reference

javax.naming.Reference reference

loginTimeout

int loginTimeout

Class org.objectweb.jonas.jdbc.DataSourceMCFImpl extends ManagedConnectionFactoryImpl implements Serializable

Serialized Fields

ds

javax.sql.DataSource ds

Class org.objectweb.jonas.jdbc.DriverManagerMCFImpl extends ManagedConnectionFactoryImpl implements Serializable

Class org.objectweb.jonas.jdbc.ManagedConnectionFactoryImpl extends java.lang.Object implements Serializable

Serialized Fields

mcfData

MCFData mcfData

hashcode

int hashcode

pw

java.io.PrintWriter pw

logTopic

java.lang.String logTopic

trace

org.objectweb.util.monolog.api.Logger trace

Class org.objectweb.jonas.jdbc.XAMCFImpl extends ManagedConnectionFactoryImpl implements Serializable

Serialized Fields

ds

javax.sql.XADataSource ds


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
Value used as sequence number by reconfiguration notifications

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

Serialized Fields

sequenceNumber

long sequenceNumber
Value used as sequence number by reconfiguration notifications


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.


poolTrace

org.objectweb.util.monolog.api.Logger poolTrace

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


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


maxPstmtPoolSize

int maxPstmtPoolSize
These are the PrepareStatement pooling members


vPstmts

java.util.Vector vPstmts

jdbcConnLevel

int jdbcConnLevel
JDBC connection info


jdbcConnTestStmt

java.lang.String jdbcConnTestStmt

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

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

Serialized Fields

userCertificate

java.security.cert.Certificate userCertificate
Certificate to use


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


dataSource

javax.sql.DataSource dataSource
Datasource to use


userPrincipalsQuery

java.lang.String userPrincipalsQuery
User defined query for retrieving principals


userRolesQuery

java.lang.String userRolesQuery
User defined query for retrieving roles

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

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

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

Class org.objectweb.jonas.webapp.jonasadmin.JonasAdminException extends ServiceException implements Serializable

Serialized Fields

m_Id

java.lang.String m_Id
Error ID

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.LogOutAction extends Action implements Serializable

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

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

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

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


Package org.objectweb.jonas.webapp.jonasadmin.catalina

Class org.objectweb.jonas.webapp.jonasadmin.catalina.ApplyConnectorAction extends CatalinaBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.ApplyConnectorsAction extends CatalinaBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.ApplyConnectorsConfirmAction extends CatalinaBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.CatalinaBaseAction extends BaseDeployAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.ConnectorForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.CreateConnectorAction extends CatalinaBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.EditConnectorAction extends CatalinaBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.ItemsConnectorsForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.ListConnectorsAction extends CatalinaBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.catalina.SaveCatalinaAction extends JonasBaseAction implements Serializable


Package org.objectweb.jonas.webapp.jonasadmin.common

Class org.objectweb.jonas.webapp.jonasadmin.common.ItemsForm 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.EditServletServerAction 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

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

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


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

Class org.objectweb.jonas.webapp.jonasadmin.logging.ApplyCatalinaAccessLoggerAction extends BaseLoggerAction implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.logging.ApplyLoggersConfirmAction extends BaseLoggerAction implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.logging.BaseLoggerAction extends BaseDeployAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.logging.CatalinaAccessLogValveForm extends CatalinaValveForm implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.logging.EditCatalinaAccessLoggerAction extends BaseLoggerAction implements Serializable

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

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

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

Serialized Fields

name

java.lang.String name

forward

java.lang.String forward

type

java.lang.String type

objectName

java.lang.String objectName

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.ApplyMbeanFilteringAction extends JonasBaseAction implements Serializable

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

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

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

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

Class org.objectweb.jonas.webapp.jonasadmin.mbean.MbeanFilteringForm extends ActionForm 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.ApplyConfirmDestinationsAction extends JonasBaseAction implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplyDestinationAction extends BaseDeployAction implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplyMailFactoryPropertiesAction extends EditMailFactoryPropertiesAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplyMimePartMailFactoryPropertiesAction extends EditMailFactoryPropertiesAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.ApplySessionMailFactoryPropertiesAction extends EditMailFactoryPropertiesAction implements Serializable

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

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

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

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

Class org.objectweb.jonas.webapp.jonasadmin.resource.EditMailFactoryPropertiesAction extends BaseDeployAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.EditMimePartMailFactoryPropertiesAction extends EditMailFactoryPropertiesAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.resource.EditSessionMailFactoryPropertiesAction extends EditMailFactoryPropertiesAction implements Serializable

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

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

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

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

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

Class org.objectweb.jonas.webapp.jonasadmin.resource.SaveDestinationAction 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 BaseSecurityAction 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 BaseSecurityAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.BaseSecurityAction extends BaseDeployAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.security.DatasourceRealmForm extends FactoryRealmForm 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.EditSecurityCatalinaRealmAction extends JonasBaseAction implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.security.FactoryRealmForm extends ActionForm 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 FactoryRealmForm implements Serializable

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

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

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

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

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


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

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

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


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

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ApplyWebAppCatalinaAction extends BaseWebAppAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ApplyWebAppJettyAction extends BaseWebAppAction implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.service.container.ApplyWebsConfirmAction extends BaseWebAppAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.BaseWebAppAction extends BaseDeployAction implements Serializable

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.EditContainerStatisticAction 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.EditEjbCsStatisticAction extends JonasBaseAction implements Serializable

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

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

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

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditWebAppAction extends BaseWebAppAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditWebAppCatalinaAction extends BaseWebAppAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EditWebAppJettyAction extends BaseWebAppAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.container.EjbContainersStatisticForm 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.ListResourcesAdaptersAction 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.ResourceAdapterForm extends ActionForm implements Serializable

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

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

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

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

Class org.objectweb.jonas.webapp.jonasadmin.service.container.WebAppCatalinaForm extends WebAppForm implements Serializable

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

Class org.objectweb.jonas.webapp.jonasadmin.service.container.WebAppJettyForm extends WebAppForm implements Serializable


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

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

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

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

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

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

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


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

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.CfForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.EditJmsServiceAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.JmsServiceForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.ListConnectionFactoriesAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.ListQueuesAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.ListTopicsAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.PresentConnectionFactoryAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.PresentQueueAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.PresentTopicAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.QueueForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jms.TopicForm extends ActionForm implements Serializable


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

Class org.objectweb.jonas.webapp.jonasadmin.service.jtm.ApplyJtmConfigurationAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jtm.EditJtmServiceAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jtm.EditTransactionStatisticAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jtm.JtmServiceForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jtm.JtmServiceStatisticForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.jtm.ResetCountersAction extends JonasBaseAction implements Serializable


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

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.ApplyMimePartMailFactoryAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.ApplySessionMailFactoryAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.EditMailFactoryAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.EditMailServiceAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.EditMimePartMailFactoryAction extends EditMailFactoryAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.EditSessionMailFactoryAction extends EditMailFactoryAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.ListMimePartMailFactoriesAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.ListSessionMailFactoriesAction extends JonasBaseAction implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.MailFactoryForm extends ActionForm implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.service.mail.MailServiceForm extends ActionForm 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.LabelValueBean extends java.lang.Object implements Serializable

Serialized Fields

label

java.lang.String label
The label to be displayed to the user.


value

java.lang.String value
The value to be returned to the server.

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

anchor

java.lang.String anchor
The anchor to be added to the end of the generated hyperlink.


linkName

java.lang.String linkName
The link name for named links.


name

java.lang.String name
The JSP bean name for query parameters.


page

java.lang.String page
The context-relative page URL (beginning with a slash) to which this hyperlink will be rendered.


paramId

java.lang.String paramId
The single-parameter request parameter name to generate.


paramName

java.lang.String paramName
The single-parameter JSP bean name.


paramProperty

java.lang.String paramProperty
The single-parameter JSP bean property.


paramScope

java.lang.String paramScope
The single-parameter JSP bean scope.


property

java.lang.String property
The JSP bean property name for query parameters.


scope

java.lang.String scope
The scope of the bean specified by the name property, if any.


target

java.lang.String target
The window target.


transaction

boolean transaction
Include transaction token (if any) in the hyperlink?

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

usingParent

boolean usingParent

tomThumb

boolean tomThumb

tomThumbIcons

boolean tomThumbIcons

Class org.objectweb.jonas.webapp.taglib.TreeControl extends java.lang.Object implements Serializable

Serialized Fields

registry

java.util.HashMap registry
The collection of nodes that represent this tree, keyed by name.


selected

TreeControlNode selected
The most recently selected node.


mi_Id

int mi_Id

root

TreeControlNode root
The root node of the entire tree.


m_RemovedList

java.util.HashMap m_RemovedList
List to save removed node used by the auto-refresh mode.

Class org.objectweb.jonas.webapp.taglib.TreeControlNode extends java.lang.Object implements Serializable

Serialized Fields

children

java.util.ArrayList children
The set of child TreeControlNodes for this node, in the order that they should be displayed.


action

java.lang.String action
The hyperlink to which control will be directed if this node is selected by the user.


expanded

boolean expanded
Is this node currently expanded?


icon

java.lang.String icon
The pathname to the icon file displayed when this node is visible, relative to the image directory for our images.


label

java.lang.String label
The label that will be displayed when this node is visible.


last

boolean last
Is this the last node in the set of children for our parent node?


name

java.lang.String name
The unique (within the entire tree) name of this node.


parent

TreeControlNode parent
The parent node of this node, or null if this is the root node.


selected

boolean selected
Is this node currently selected?


target

java.lang.String target
The window target for the hyperlink identified by the action property, if this node is selected by the user.


tree

TreeControl tree
The TreeControl instance representing the entire tree.


width

int width
The display width necessary to display this item (if it is visible). If this item is not visible, the calculated width will be that of our most immediately visible parent.

Class org.objectweb.jonas.webapp.taglib.TreeControlRenderTag extends 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.TreeControlTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

action

java.lang.String action
The hyperlink to be used for submitting requests to expand and contract tree nodes. The placeholder "${name}" will be replaced by the name property of the current tree node.


images

java.lang.String images
The name of the directory containing the images for our icons, relative to the page including this tag.


scope

java.lang.String scope
The name of the scope in which to search for the tree attribute. Must be "page", "request", "session", or "application" (or null for an ascending-visibility search).


style

java.lang.String style
The CSS style class to be applied to the entire tree.


styleSelected

java.lang.String styleSelected
The CSS style class to be applied to the text of selected nodes.


styleUnselected

java.lang.String styleUnselected
The CSS style class to be applied to the text of unselected nodes.


tree

java.lang.String tree
The name of the attribute (in the specified scope) under which our TreeControl instance is stored.

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

Class org.objectweb.jonas.ws.WSServiceException extends ServiceException implements Serializable


Package org.objectweb.jonas_client.deployment.api

Class org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDescException extends DeploymentDescException implements Serializable


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


Package org.objectweb.jonas_ws.deployment.api

Class org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException extends DeploymentDescException implements Serializable


Package org.objectweb.jonas_ws.wsgen

Class org.objectweb.jonas_ws.wsgen.WsGenException extends java.lang.Exception implements Serializable

Serialized Fields

inner

java.lang.Exception inner