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.stub_factories.std.OptStub implements Serializable

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

serialVersionUID: 2l

Class org.objectweb.jonas.adm.ModuleDesc extends java.lang.Object implements Serializable

Serialized Fields

path

java.lang.String path

status

int status

url

java.lang.String url


Package org.objectweb.jonas.client

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


Package org.objectweb.jonas.cluster.daemon

Class org.objectweb.jonas.cluster.daemon.ClusterDaemonException extends java.lang.Exception implements Serializable

serialVersionUID: -4396865739010208923l


Package org.objectweb.jonas.dbm

Class org.objectweb.jonas.dbm.ConnectionManager extends java.lang.Object implements Serializable

Serialized Fields

logger

org.objectweb.util.monolog.api.Logger logger

tm

org.objectweb.transaction.jta.TransactionManager tm

freeList

java.util.TreeSet freeList
List of JManagedConnection not currently used. This avoids closing and reopening physical connections. We try to keep a minimum of minConPool elements here.


mcList

java.util.LinkedList mcList
Total list of JManagedConnection physically opened.


tx2mc

java.util.Map tx2mc
This HashMap gives the JManagedConnection from its transaction Requests with same tx get always the same connection


driverClass

java.lang.Class driverClass

loginTimeout

int loginTimeout

log

java.io.PrintWriter log

poolKeeper

ConnectionManager.PoolMonitor poolKeeper

isClient

boolean isClient

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

isolationLevel

int isolationLevel
 

isolationStr

java.lang.String isolationStr

currentMapperName

java.lang.String currentMapperName
 

dsDescription

java.lang.String dsDescription
 

waiterCount

int waiterCount
count max waiters during current period.


waitingTime

long waitingTime
count max waiting time during current period.


busyMax

int busyMax
count max busy connection during current period.


busyMin

int busyMin
count min busy connection during current period.


poolMin

int poolMin
minimum size of the connection pool


poolMax

int poolMax
maximum size of the connection pool. default value is "NO LIMIT".


maxAge

long maxAge
Max age of a Connection in milliseconds. When the time is elapsed, the connection will be closed. This avoids keeping connections open too long for nothing.


maxAgeMn

int maxAgeMn
Same value in mns


maxOpenTime

long maxOpenTime
max open time for a connection, in millisec


maxOpenTimeMn

int maxOpenTimeMn
Same value in mn


waiterTimeout

long waiterTimeout
max nb of milliseconds to wait for a connection when pool is empty


maxWaiters

int maxWaiters
max nb of waiters allowed to wait for a Connection


samplingPeriod

int samplingPeriod
sampling period in sec.


checkLevel

int checkLevel
Level of checking on connections when got from the pool. this avoids reusing bad connections because too old, for example when database was restarted... 0 = no checking 1 = check that still physically opened. 2 = try a null statement.


pstmtMax

int pstmtMax
PreparedStatement pool size per managed connection


testStatement

java.lang.String testStatement
test statement used when checkLevel = 2.


busyMaxRecent

int busyMaxRecent
maximum nb of busy connections in last sampling period


busyMinRecent

int busyMinRecent
minimum nb of busy connections in last sampling period


currentWaiters

int currentWaiters
nb of threads waiting for a Connection


openedCount

int openedCount
total number of opened physical connections since the datasource creation.


connectionFailures

int connectionFailures
total nb of physical connection failures


connectionLeaks

int connectionLeaks
total nb of connection leaks. A connection leak occurs when the caller never issues a close method on the connection.


servedOpen

int servedOpen
total number of opened connections since the datasource creation.


rejectedFull

int rejectedFull
total nb of open connection failures because waiter overflow


rejectedTimeout

int rejectedTimeout
total nb of open connection failures because timeout


rejectedOther

int rejectedOther
total nb of open connection failures for any other reason.


waitersHigh

int waitersHigh
maximum nb of waiters since datasource creation


waitersHighRecent

int waitersHighRecent
maximum nb of waiters in last sampling period


totalWaiterCount

int totalWaiterCount
total nb of waiters since datasource creation


totalWaitingTime

long totalWaitingTime
total waiting time in milliseconds


waitingHigh

long waitingHigh
max waiting time in milliseconds


waitingHighRecent

long waitingHighRecent
max waiting time in milliseconds in last sampling period


Package org.objectweb.jonas.discovery

Class org.objectweb.jonas.discovery.DiscEvent extends DiscMessage implements Serializable

Serialized Fields

serverName

java.lang.String serverName

domainName

java.lang.String domainName

state

java.lang.String state

serverId

java.lang.String serverId

urls

java.lang.String[] urls

Class org.objectweb.jonas.discovery.DiscGreeting extends DiscMessage implements Serializable

serialVersionUID: 1l

Serialized Fields

state

java.lang.String state

serverName

java.lang.String serverName

domainName

java.lang.String domainName

serverId

java.lang.String serverId

Class org.objectweb.jonas.discovery.DiscMessage extends java.lang.Object implements Serializable

Serialized Fields

version

java.lang.String version
The version for this message


sourceAddress

java.lang.String sourceAddress

sourcePort

int sourcePort

Class org.objectweb.jonas.discovery.DuplicateServerNameException extends ServiceException implements Serializable

serialVersionUID: 1l


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.JarList extends java.util.Vector implements Serializable

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


Package org.objectweb.jonas.ha.interceptor

Class org.objectweb.jonas.ha.interceptor.HAClientInterceptor extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

interceptorName

java.lang.String interceptorName
Interceptor name

Class org.objectweb.jonas.ha.interceptor.HAContext extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

requests

java.util.Stack requests
Holds request id stack


onFailover

boolean onFailover

info

org.objectweb.carol.cmi.ha.ViewIdWrapper info
ViewIdWrapper


Package org.objectweb.jonas.jaxr

Class org.objectweb.jonas.jaxr.JAXRConnection extends java.lang.Object implements Serializable

Serialized Fields

p

java.util.Properties p
Internal properties


Package org.objectweb.jonas.jaxr.scout

Class org.objectweb.jonas.jaxr.scout.JConnectionFactory extends org.apache.ws.scout.registry.ConnectionFactoryImpl implements Serializable

serialVersionUID: 3257569490513573686l

Serialized Fields

ref

javax.naming.Reference ref
stored Reference

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

serialVersionUID: 3258690988061833009l

Serialized Fields

pw

java.io.PrintWriter pw
PrintWriter


queryManagerURL

java.lang.String queryManagerURL
Query Manager URL


lifeCycleManagerURL

java.lang.String lifeCycleManagerURL
LifeCycle Manager URL


semanticEquivalences

java.lang.String semanticEquivalences
semantic Equivalence property


authenticationMethod

java.lang.String authenticationMethod
Authentication method name to use


maxRows

java.lang.Integer maxRows
maxRows property


postalAddressScheme

java.lang.String postalAddressScheme
Scheme of the postal address


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

isDebugOn

boolean isDebugOn
Logging (debug enabled)

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

isEnabledDebug

boolean isEnabledDebug
Debug level ?

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._RMIConnector_Stub extends javax.rmi.CORBA.Stub implements Serializable

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

serialVersionUID: 1l

Serialized Fields

cause

java.lang.Throwable cause

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

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

serialVersionUID: 2l


Package org.objectweb.jonas.jmx.commons

Class org.objectweb.jonas.jmx.commons.JMXRemoteException extends java.lang.Exception implements Serializable

serialVersionUID: -8206835816589559694l

Class org.objectweb.jonas.jmx.commons.MBeanServerException extends java.lang.Exception implements Serializable

serialVersionUID: 3775231369308593696l


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.JavaMail extends java.lang.Object 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.JavaMailMimePartDS extends JavaMail implements Serializable

Serialized Fields

messageProperties

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

Class org.objectweb.jonas.mail.factory.JavaMailSession extends JavaMail implements Serializable


Package org.objectweb.jonas.management

Class org.objectweb.jonas.management.AttributeAddNotification extends javax.management.Notification implements Serializable

serialVersionUID: 1l

Serialized Fields

attributeName

java.lang.String attributeName

addedValue

java.lang.String addedValue

Class org.objectweb.jonas.management.AttributeRemoveNotification extends javax.management.Notification implements Serializable

serialVersionUID: 1l

Serialized Fields

attributeName

java.lang.String attributeName

removedValue

java.lang.String removedValue

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


Package org.objectweb.jonas.management.j2eemanagement

Class org.objectweb.jonas.management.j2eemanagement.ManagementMBeanFilter extends java.lang.Object implements Serializable

serialVersionUID: 1l


Package org.objectweb.jonas.mejb

Class org.objectweb.jonas.mejb._ListenerProxy_Stub extends javax.rmi.CORBA.Stub implements Serializable

Class org.objectweb.jonas.mejb.ListenerProxyImpl_OWStub extends org.objectweb.jeremie.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas.mejb.ListenerProxyImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.jonas.mejb.ListenerRegistrationImpl extends java.lang.Object implements Serializable

Serialized Fields

listenerMBean_on

javax.management.ObjectName listenerMBean_on

initialized

boolean initialized

proxyName

java.lang.String proxyName

rmiConnectorName

java.lang.String rmiConnectorName

Class org.objectweb.jonas.mejb.ManagementBean extends java.lang.Object implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext
reference to the context object


jmxService

JmxService jmxService
The current JOnAS server's jmx service. The jmx service is used to get connections to remote MBean servers


jmxServerConnection

javax.management.MBeanServerConnection jmxServerConnection
Connection to the current JOnAS server's MBean server


serverName

java.lang.String serverName
The current server name


domainName

java.lang.String domainName
The current domain name


proxyName

java.lang.String proxyName
The remote NotificationListener proxy name

Class org.objectweb.jonas.mejb.ManagementEndpointException extends java.lang.Exception implements Serializable

Serialized Fields

exceptionType

java.lang.String exceptionType
The type of exception.


message

java.lang.String message
The exception message.


Package org.objectweb.jonas.resource

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

Serialized Fields

rmel

org.objectweb.transaction.jta.ResourceManagerEventListener rmel
Used by the server to register connections when no transactionnal context exists


resourceBundleName

java.lang.String resourceBundleName
Holds the resource bundle name


tm

org.objectweb.transaction.jta.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.


vmcf

javax.resource.spi.ValidatingManagedConnectionFactory vmcf
The ValidatingManagedConnectionFactory instance which represents the resource adapter.


poolMCs

Pool poolMCs
The pool of ManagedConnections associated to a ManagedConnectionFactory There's one instance of pool by instance for one instance of this class (ConnectionManagerImpl). The synchronization of the methods of this are ensured through synchronized blocks on the poolMCs instance. Thus, the lock are shared between the two objects and that avoids deadlock issues when the poolMCs.getRessource() is waiting for a connection releasing (max nb of instances is reached in the pool).


usedMCs

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


maxPstmtPoolSize

int maxPstmtPoolSize
PrepareStatement cache max pool size


jdbcConnLevel

int jdbcConnLevel
JDBC connection level value


jdbcConnTestStmt

java.lang.String jdbcConnTestStmt
JDBC connection level value


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


jotmMc

javax.resource.spi.ManagedConnection jotmMc
ManagedConnection used with JOTM recovery


jotmXar

javax.transaction.xa.XAResource jotmXar
XAResource used with JOTM recovery


xaName

java.lang.String xaName
XA Name used with JOTM recovery


isEnabledDebug

boolean isEnabledDebug
Debug is enabled ?

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


Package org.objectweb.jonas.security

Class org.objectweb.jonas.security.SecurityServiceException extends java.lang.Exception implements Serializable


Package org.objectweb.jonas.security.auth

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

Serialized Fields

name

java.lang.String name
Name of this group


members

java.util.Vector members
Members of this group

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

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

Serialized Fields

name

java.security.Principal name
principal name of the user


group

java.security.Principal group
Roles of the user


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

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

Serialized Fields

codec

org.omg.IOP.Codec codec
Codec to use


logger

org.objectweb.util.monolog.api.Logger logger
Logger to use


loggerDetails

org.objectweb.util.monolog.api.Logger loggerDetails
Logger details (On catching exception)

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

Class org.objectweb.jonas.security.iiop.Csiv2InterceptorException extends java.lang.Exception implements Serializable

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

Serialized Fields

codec

org.omg.IOP.Codec codec
Codec to use (when encoding Any object)


logger

org.objectweb.util.monolog.api.Logger logger
Logger to use


loggerDetails

org.objectweb.util.monolog.api.Logger loggerDetails
Logger details (On catching exception)

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

Serialized Fields

codec

org.omg.IOP.Codec codec
Codec to use


logger

org.objectweb.util.monolog.api.Logger logger
Logger to use


loggerDetails

org.objectweb.util.monolog.api.Logger loggerDetails
Logger details (On catching exception)


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

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

SecurityContext sctx
Security Context


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

Class org.objectweb.jonas.security.realm.factory._JResourceRemote_Stub extends javax.rmi.CORBA.Stub implements Serializable

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

serialVersionUID: -4879978965028070035l

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

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

Class org.objectweb.jonas.security.realm.factory.JResourceRemoteImpl_OWStub extends org.objectweb.jeremie.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jonas.security.realm.factory.JResourceRemoteImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


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

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


Package org.objectweb.jonas.tools.migration.jboss

Class org.objectweb.jonas.tools.migration.jboss.Transformer.Mapper extends java.util.LinkedHashMap implements Serializable


Package org.objectweb.jonas.web

Class org.objectweb.jonas.web.JWebContainerServiceException extends ServiceException implements Serializable


Package org.objectweb.jonas.web.catalina55

Class org.objectweb.jonas.web.catalina55.JOnASStandardContext extends org.apache.catalina.core.StandardContext implements Serializable

Serialized Fields

earURL

java.net.URL earURL
URL of the ear


inEarCase

boolean inEarCase
We are in ear case or not ?


inServerXml

boolean inServerXml
This context was configured in server.xml ?


java2DelegationModel

boolean java2DelegationModel
Java 2 delegation model is use or not ?


jonasDeploymentDescriptor

java.lang.String jonasDeploymentDescriptor
JOnAS deployment descriptor


startedJStdx

boolean startedJStdx
Context was started ?


warURL

java.net.URL warURL
URL of the war


earON

java.lang.String earON
J2EEApplication MBean OBJECT_NAME in ear case


Package org.objectweb.jonas.web.jetty50

Class org.objectweb.jonas.web.jetty50.JSR77Configuration extends java.lang.Object implements Serializable

Serialized Fields

webAppContext

org.mortbay.jetty.servlet.WebApplicationContext webAppContext
The monitored WebApplication


Package org.objectweb.jonas.webapp.jonasadmin

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.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.TopForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

serverSelect

java.lang.String serverSelect


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

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

Serialized Fields

action

java.lang.String action
The administrative action represented by this form.


save

boolean save
The administrative sub-action state.


objectName

java.lang.String objectName
The object name of the Connector this bean refers to.


serviceName

java.lang.String serviceName
The name of the service this connector belongs to.


connectorType

java.lang.String connectorType
The text for choosing the connector type at creation


MAX_VALUE

int MAX_VALUE
Generic max value used by the numberCheck method


allowTrace

boolean allowTrace
Used to enable/disable the TRACE HTTP method


emptySessionPath

boolean emptySessionPath
The 'empty session path' flag for this Connector


enableLookups

boolean enableLookups
The 'enable DNS lookups' flag for this Connector


maxPostSizeText

java.lang.String maxPostSizeText
Maximum size in bytes of a POST which will be handled by the servlet API provided features


protocol

java.lang.String protocol
Coyote protocol handler in use


proxyName

java.lang.String proxyName
The text for the proxyName.


proxyPortText

java.lang.String proxyPortText
The text for the proxy Port Number.


scheme

java.lang.String scheme
The text for the scheme.


secure

boolean secure
Is this a secure (SSL) Connector?


URIEncoding

java.lang.String URIEncoding
Character encoding used to decode the URI


useBodyEncodingForURI

boolean useBodyEncodingForURI
Should the body encoding be used for URI query parameters


xpoweredBy

boolean xpoweredBy
Is generation of X-Powered-By response header enabled/disabled?


acceptCountText

java.lang.String acceptCountText
The text for the accept Count.


address

java.lang.String address
The IP address on which to bind.


portText

java.lang.String portText
The text for the TCP port the created socked awaits for incomming requests


redirectPortText

java.lang.String redirectPortText
The text for the redirect port for non-SSL to SSL redirects


tcpNoDelay

boolean tcpNoDelay
Should we use TCP no delay?


minSpareThreadsText

java.lang.String minSpareThreadsText
The text for the number of request processing threads that will be created when the connector is first started


maxSpareThreadsText

java.lang.String maxSpareThreadsText
The text for the maximum number of unused request processing threads


maxThreadsText

java.lang.String maxThreadsText
The text for the max Threads.


bufferSizeText

java.lang.String bufferSizeText
The text for the buffer size to be provided fo input streams.


compression

java.lang.String compression
Compression value


connectionLingerText

java.lang.String connectionLingerText
Linger value on the incoming connection Default value is -1 (socket linger is disabled).


connTimeOutText

java.lang.String connTimeOutText
The text for the Timeout value on the incoming connection


connectionUploadTimeoutText

java.lang.String connectionUploadTimeoutText
The text for the Timeout value on the incoming connection during request processing


disableUploadTimeout

boolean disableUploadTimeout
Should Tomcat ignore setting a timeout for uploads?


maxHttpHeaderSizeText

java.lang.String maxHttpHeaderSizeText
Text for Maximum size in bytes of the HTTP header


maxKeepAliveRequestsText

java.lang.String maxKeepAliveRequestsText
Text for Maximum number of Keep-Alive requests to honor per connection


strategy

java.lang.String strategy
Thread pool strategy


threadPriorityText

java.lang.String threadPriorityText
Text for the priority of request processing threads


outputBufferSizeText

java.lang.String outputBufferSizeText
The text for the output buffer size. If -1 buffering is disabled.


tomcatAuthentication

boolean tomcatAuthentication
Should Tomcat perform all authentications?


algorithm

java.lang.String algorithm
The certificate encoding algorithm to be used


clientAuth

boolean clientAuth
Whether client authentication is supported.


keystoreFile

java.lang.String keystoreFile
Pathname of the keystore file


keystorePass

java.lang.String keystorePass
The keyStore Password.


keystoreType

java.lang.String keystoreType
The keyStore type


sslProtocol

java.lang.String sslProtocol
SSL protocol


ciphers

java.lang.String ciphers
list of encription ciphers


connectorName

java.lang.String connectorName
The text for the connectorName.


booleanVals

java.util.List booleanVals
Represent boolean (true, false) values for enableLookups etc.


connectorTypeVals

java.util.List connectorTypeVals
Represent supported connector types.

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

Serialized Fields

objectName

java.lang.String objectName

port

java.lang.String port

address

java.lang.String address

scheme

java.lang.String scheme

connectorType

java.lang.String connectorType

applicationServerPort

boolean applicationServerPort

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

Serialized Fields

action

java.lang.String action

selectedItems

java.lang.String[] selectedItems

selectedConnectorItem

java.util.ArrayList selectedConnectorItem


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

Class org.objectweb.jonas.webapp.jonasadmin.common.ItemsForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

action

java.lang.String action

selectedItemsArray

java.lang.String[] selectedItemsArray

selectedItemsList

java.util.ArrayList selectedItemsList

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

Serialized Fields

name

java.lang.String name
Module name


objectName

java.lang.String objectName
OBJECT_NAME of the J2EEDeployedObject corresponding to the module


filePath

java.lang.String filePath
Path of the source file

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

Serialized Fields

objectName

java.lang.String objectName

name

java.lang.String name


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

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

Serialized Fields

listDeployable

java.util.ArrayList listDeployable

listDeployed

java.util.ArrayList listDeployed

listDeploy

java.util.ArrayList listDeploy

listUndeploy

java.util.ArrayList listUndeploy

deploy

java.lang.String deploy

undeploy

java.lang.String undeploy

deploySelected

java.lang.String[] deploySelected

undeploySelected

java.lang.String[] undeploySelected

listAdd

java.util.ArrayList listAdd

listRemove

java.util.ArrayList listRemove

confirm

boolean confirm

isConfigurable

boolean isConfigurable

isModule

boolean isModule
True if the deoable/udeployable is a JAR, WAR, RAR or EAR

Class org.objectweb.jonas.webapp.jonasadmin.deploy.DomainDeployForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

listDeployable

java.util.ArrayList listDeployable
all the apps available for deployment


listTargets

java.util.ArrayList listTargets
possible targets in the domain (contain corresponding ONs)


listTargetNames

java.util.ArrayList listTargetNames
possible target names in the domain


listDeploy

java.util.ArrayList listDeploy
the apps that were selected by the user to be deployed


listTargetsSelected

java.util.ArrayList listTargetsSelected
the targets selected by the user


listTargetSelectedNames

java.util.ArrayList listTargetSelectedNames
the names selected by the user


reports

java.util.Map reports

deploy

java.lang.String deploy

selectedOption

java.lang.String selectedOption

replaceOnTarget

boolean replaceOnTarget

autoload

boolean autoload

deploySelected

java.lang.String[] deploySelected

targetSelected

java.lang.String[] targetSelected
all the targets selected by the apply


confirm

boolean confirm

deploymentInProgress

boolean deploymentInProgress

deploymentCompleted

boolean deploymentCompleted

selectedAction

java.lang.String selectedAction

replacementOption

boolean replacementOption

exception

boolean exception

isConfigurable

boolean isConfigurable

Class org.objectweb.jonas.webapp.jonasadmin.deploy.OperationInProgressException extends java.lang.Exception implements Serializable

Class org.objectweb.jonas.webapp.jonasadmin.deploy.RemoveForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

listRemovable

java.util.List listRemovable
List of removable modules


listRemoved

java.util.List listRemoved
List of removed modules


listToBeRemoved

java.util.List listToBeRemoved
List of modules to remove (select by user, based on removeSelected array)


removeSelected

java.lang.String[] removeSelected
Array of user selected elements to be removed


confirm

boolean confirm

isDomain

boolean isDomain
Is the current context a domain management action?


isConfigurable

boolean isConfigurable
Is the current type of deployment currently configurable?

Class org.objectweb.jonas.webapp.jonasadmin.deploy.UploadForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

uploadedFile

org.apache.struts.upload.FormFile uploadedFile
The file that the user has uploaded


isDomain

boolean isDomain
Is the current context a domain management action?


isConfigurable

boolean isConfigurable
Is the current type of deployment currently configurable?


overwrite

boolean overwrite
Overwrite value


Package org.objectweb.jonas.webapp.jonasadmin.domain

Class org.objectweb.jonas.webapp.jonasadmin.domain.DomainForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

name

java.lang.String name
domain name or cluster name (if this is a cluster)


type

java.lang.String type

clusterType

java.lang.String clusterType
if cluster, gives cluster type (LogicalCluster, CmiCluster etc.)


domainName

java.lang.String domainName
domain name (used if this is a cluster)


parentName

java.lang.String parentName
parent cluster (or domain) name


parentON

java.lang.String parentON
parent cluster (or domain) ON


masterName

java.lang.String masterName
master server name (the local server name)


description

java.lang.String description
domain or cluster description


masterON

java.lang.String masterON
master server's MBean OBJECT_NAME


isMaster

boolean isMaster
true if the local server is master


isCluster

boolean isCluster
True if this is a cluster, false if this is domain (root cluster)

Class org.objectweb.jonas.webapp.jonasadmin.domain.ItemsServersForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

action

java.lang.String action