Serialized Form


Package jrun.appclient

Class jrun.appclient.ApplicationContainer implements Serializable

Serialized Fields

applicationClientMetaData

ApplicationClientMetaData applicationClientMetaData

directory

java.io.File directory

metaInfDirectory

java.io.File metaInfDirectory

appClient

java.io.File appClient

javaModuleName

java.lang.String javaModuleName

altDDURL

java.net.URL altDDURL

url

java.net.URL url

Class jrun.appclient.ApplicationContainerFactory implements Serializable

Class jrun.appclient.FailToCreateAppClientContainerException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package jrun.connector

Class jrun.connector.ConnectionManagerImpl implements Serializable

Serialized Fields

managedconnectionfactoryInstanceMetaData

ManagedconnectionfactoryInstanceMetaData managedconnectionfactoryInstanceMetaData

cpool

ConnectionPool cpool

tm

javax.transaction.TransactionManager tm

jsm

JRunSecurityManager jsm

logger

Logger logger

myMcf

javax.resource.spi.ManagedConnectionFactory myMcf

activeConnList

java.util.HashMap activeConnList

Class jrun.connector.ConnectionPool implements Serializable

Serialized Fields

resourceAdapterMetaData

ResourceadapterMetaData resourceAdapterMetaData

mcf

javax.resource.spi.ManagedConnectionFactory mcf

name

java.lang.String name

Class jrun.connector.J2EEConnector implements Serializable

Serialized Fields

connManager

ConnectionManagerImpl connManager

jsm

JRunSecurityManager jsm

description

java.lang.String description

displayName

java.lang.String displayName

jndiName

java.lang.String jndiName

resourceAdapterMetaData

ResourceadapterMetaData resourceAdapterMetaData

deployedURL

java.net.URL deployedURL

cf

java.lang.Object cf

nestedURLs

java.net.URL[] nestedURLs

Class jrun.connector.J2EEConnectorFactory implements Serializable


Package jrun.deployment

Class jrun.deployment.AlreadyDeployedException implements Serializable

Class jrun.deployment.DeployerService implements Serializable

Serialized Fields

deployments

java.util.Map deployments
A hash of all deployed applications key=URL, value=WatchedDeployment

watchedDirectories

java.util.ArrayList watchedDirectories
A list of directories watched by the deployment service.

customFactories

java.util.ArrayList customFactories
A list of J2EE Module Factories to try before the default factories.

persistentURLs

java.util.ArrayList persistentURLs
A list of urls deployed before init (ie from jrun.xml)

defaultFactories

java.util.ArrayList defaultFactories
A list of J2EE Module Factories to try after none of the custom factories matched.

serverClassLoader

CompositeClassLoader serverClassLoader
A copy of the server ClassLoader. We set the classloader before deploy/undeploy in case other code their own classloader on the thread. The factories depend on the server ClassLoader being the thread context classloader

hotDeploy

boolean hotDeploy

persistXML

boolean persistXML

validateXML

boolean validateXML

startupDeployComplete

boolean startupDeployComplete

serverDescriptorFile

java.io.File serverDescriptorFile

pollFrequency

long pollFrequency

temporaryDirectory

java.lang.String temporaryDirectory

Class jrun.deployment.DeploymentException implements Serializable

Serialized Fields

messages

java.util.ArrayList messages

rootCause

java.lang.Throwable rootCause

Class jrun.deployment.DeploymentFileNotFoundException implements Serializable

Serialized Fields

fileName

java.lang.String fileName

Class jrun.deployment.DeploymentInValidApplicationException implements Serializable

Class jrun.deployment.DeploymentParseException implements Serializable

Serialized Fields

errorDetail

java.lang.String errorDetail

lineNumber

int lineNumber

columnNumber

int columnNumber

Class jrun.deployment.DeploymentURLException implements Serializable

Serialized Fields

url

java.lang.String url


Package jrun.deployment.resource

Class jrun.deployment.resource.ResourceDeployer implements Serializable

Serialized Fields

datasources

java.util.ArrayList datasources

resourceFile

java.net.URL resourceFile

jrunResourcesMetaData

JRunResourcesMetaData jrunResourcesMetaData


Package jrun.deployment.resource.url

Class jrun.deployment.resource.url.UrlResourceCreationException implements Serializable

Class jrun.deployment.resource.url.UrlResourceNoSuchResourceException implements Serializable

Class jrun.deployment.resource.url.UrlResourceValidationException implements Serializable


Package jrun.ea

Class jrun.ea.EnterpriseApplication implements Serializable

Serialized Fields

modules

java.util.ArrayList modules

applicationMetaData

ApplicationMetaData applicationMetaData

Class jrun.ea.EnterpriseApplicationFactory implements Serializable

Serialized Fields

applicationContainerFactoryName

java.lang.String applicationContainerFactoryName

ejbContainerFactoryName

java.lang.String ejbContainerFactoryName

j2eeConnectorFactoryName

java.lang.String j2eeConnectorFactoryName

serviceFactoryName

java.lang.String serviceFactoryName

webApplicationFactoryName

java.lang.String webApplicationFactoryName

iiop

boolean iiop


Package jrun.ejb

Class jrun.ejb.ApplicationExceptionWrapper implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class jrun.ejb.ClientInvokableContainer implements Serializable

Serialized Fields

homeInterface

java.lang.Class homeInterface

localHomeInterface

java.lang.Class localHomeInterface

localInterface

java.lang.Class localInterface

remoteInterface

java.lang.Class remoteInterface

boundLocal

boolean boundLocal

boundRemote

boolean boundRemote

ejbHomeProxy

java.lang.Object ejbHomeProxy

ejbLocalHomeProxy

java.lang.Object ejbLocalHomeProxy

rmiBroker

RMIBrokerRemote rmiBroker

homeMethodMap

java.util.Map homeMethodMap
A Map of all EJBLocalHome methods.

isIIOP

boolean isIIOP

rmiIIOPProxyStub

java.lang.Object rmiIIOPProxyStub

linkRef

javax.naming.LinkRef linkRef

Class jrun.ejb.CMP20EntityContainer implements Serializable

Serialized Fields

cmp20EntityContainers

java.util.Map cmp20EntityContainers

globalEntityCollections

java.util.Map globalEntityCollections

Class jrun.ejb.Container implements Serializable

Serialized Fields

classLoader

CompositeClassLoaderChild classLoader
Each Container has its own ClassLoader.

firstInterceptor

Interceptor firstInterceptor
The initial object in the Container's linked list of Interceptors.

Class jrun.ejb.EJBContainer implements Serializable

Serialized Fields

instancePool

InstancePool instancePool

persistenceStore

PersistenceStore persistenceStore

invoker

InvokerInterceptor invoker

tm

javax.transaction.TransactionManager tm

jsm

JRunSecurityManager jsm

methodPermissionsCache

java.util.Map methodPermissionsCache

objectMethodMap

java.util.Map objectMethodMap
A Map of all EJBObject Methods.

ejbModuleName

java.lang.String ejbModuleName

Class jrun.ejb.EJBContainerFactory implements Serializable

Serialized Fields

iiop

boolean iiop

containerMetaData

EJBContainerMetaData containerMetaData

Class jrun.ejb.EJBContainerInvocation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.ejb.EJBInvocation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.ejb.EntityCollection implements Serializable

Serialized Fields

ejbName

java.lang.String ejbName

fieldName

java.lang.String fieldName

elementType

java.lang.Class elementType

Class jrun.ejb.EntityContainer implements Serializable

Serialized Fields

instanceCache

InstanceCache instanceCache

entityPersistenceManager

EntityPersistenceManager entityPersistenceManager

threadLocal

java.lang.ThreadLocal threadLocal

Class jrun.ejb.EntityInstance implements Serializable

Serialized Fields

isCached

boolean isCached

isDirty

boolean isDirty

fields

java.lang.reflect.Field[] fields

values

java.lang.Object[] values

foundLocally

boolean foundLocally

ejbInvocation

EJBInvocation ejbInvocation
This is set by the EntityInstanceInterceptor, so that it will be available for ejbSelect()'s which result in CMP20EntityContainer.select{Collection|Object|Set}() being called and for CMR setters which result in CMP20EntityContainer.setCMR({Collection|Object|Set}) being called.

Class jrun.ejb.EntityInstancePool implements Serializable

Serialized Fields

entityContainer

EntityContainer entityContainer

Class jrun.ejb.ID implements Serializable

Serialized Fields

objectId

long objectId

processId

long processId

Class jrun.ejb.Instance implements Serializable

Serialized Fields

enterpriseBean

javax.ejb.EnterpriseBean enterpriseBean

instanceContext

InstanceContext instanceContext

principal

SimplePrincipal principal

currentMethod

java.lang.reflect.Method currentMethod

homeMethod

boolean homeMethod

id

java.lang.Object id

locked

int locked
This is used by stateful session beans to prevent reentry.

isInUse

boolean isInUse
This is used to prevent passivation while the instance is in the middle of a business method.

operations

Operations operations
Used to check for allowed operations.

operation

int operation
The currently being called operation.

transactionType

byte transactionType
The transaction type of the currently being called operation.

Class jrun.ejb.InternalException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class jrun.ejb.JRunHandleDelegate implements Serializable

Class jrun.ejb.MessageDrivenContainer implements Serializable

Serialized Fields

m_invcProxy

MDBInvocationProxyJMSImpl m_invcProxy

Class jrun.ejb.MessageDrivenInstance implements Serializable

Class jrun.ejb.OutsideTransactionScopeException implements Serializable

Class jrun.ejb.SessionInstance implements Serializable

Serialized Fields

xid

javax.transaction.xa.Xid xid

Class jrun.ejb.SimpleInstancePool implements Serializable

Serialized Fields

pool

java.util.List pool

maxSize

int maxSize

minSize

int minSize

Class jrun.ejb.StatefulSessionContainer implements Serializable

Serialized Fields

instanceCache

InstanceCache instanceCache

statefulSessionPersistenceManager

StatefulSessionPersistenceManager statefulSessionPersistenceManager

Class jrun.ejb.StatefulSessionInstance implements Serializable

Serialized Fields

statefulSessionTimeout

StatefulSessionTimeout statefulSessionTimeout

Class jrun.ejb.StatelessSessionContainer implements Serializable


Package jrun.ejb.cache

Class jrun.ejb.cache.EntityInstanceCache implements Serializable

Serialized Fields

instancePool

InstancePool instancePool

list

java.util.List list

map

java.util.Map map

entityPersistenceManager

EntityPersistenceManager entityPersistenceManager

maximumSize

int maximumSize

containerName

java.lang.String containerName

Class jrun.ejb.cache.StatefulSessionInstanceCache implements Serializable

Serialized Fields

instancePool

InstancePool instancePool

list

java.util.List list

map

java.util.Map map

statefulSessionPersistenceManager

StatefulSessionPersistenceManager statefulSessionPersistenceManager

maximumSize

int maximumSize


Package jrun.ejb.ejbql

Class jrun.ejb.ejbql.EjbQLParseException implements Serializable

Serialized Fields

errors_

java.util.List errors_

message_

java.lang.String message_

ejbQLQuery_

EjbQLQuery ejbQLQuery_


Package jrun.ejb.ejbql.parser

Class jrun.ejb.ejbql.parser.ParseException implements Serializable

Serialized Fields

specialConstructor

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

currentToken

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

expectedTokenSequences

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

tokenImage

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

eol

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

Class jrun.ejb.ejbql.parser.TokenMgrError implements Serializable

Serialized Fields

errorCode

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


Package jrun.ejb.interceptors

Class jrun.ejb.interceptors.AbstractInterceptor implements Serializable

Serialized Fields

container

EJBContainer container

previous

Interceptor previous

next

Interceptor next

Class jrun.ejb.interceptors.ContainerManagedTransactionInterceptor implements Serializable

Serialized Fields

transactionTypes

java.util.HashMap transactionTypes

supportsSessionSync

int supportsSessionSync

Class jrun.ejb.interceptors.EJBSecurityInterceptor implements Serializable

Serialized Fields

jrsm

JRunSecurityManager jrsm

invSetRunAs

java.util.ArrayList invSetRunAs

Class jrun.ejb.interceptors.EntityInstanceInterceptor implements Serializable

Serialized Fields

securityMan

JRunSecurityManager securityMan

Class jrun.ejb.interceptors.EntitySynchronizationInterceptor implements Serializable

Class jrun.ejb.interceptors.InvokerInterceptor implements Serializable

Class jrun.ejb.interceptors.LoggerInterceptor implements Serializable

Class jrun.ejb.interceptors.MessageDrivenInstanceInterceptor implements Serializable

Class jrun.ejb.interceptors.OTSTransactionInterceptor implements Serializable

Class jrun.ejb.interceptors.OTSTransactionInterceptor.TxInteropNotSupportedRemoteException implements Serializable

Serialized Fields

bean

java.lang.String bean

method

java.lang.String method

Class jrun.ejb.interceptors.StatefulClusterInterceptor implements Serializable

Class jrun.ejb.interceptors.StatefulSessionInstanceInterceptor implements Serializable

Serialized Fields

securityMan

JRunSecurityManager securityMan

Class jrun.ejb.interceptors.StatelessSessionInstanceInterceptor implements Serializable

Serialized Fields

securityMan

JRunSecurityManager securityMan

Class jrun.ejb.interceptors.TransactionInterceptor implements Serializable

Serialized Fields

tm

javax.transaction.TransactionManager tm


Package jrun.ejb.invocation

Class jrun.ejb.invocation.ClientInvocationHandlerImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.ejb.invocation.ContainerNotFoundException implements Serializable

Class jrun.ejb.invocation.LocalInvocationProxyImpl implements Serializable


Package jrun.ejb.metadata

Class jrun.ejb.metadata.JRunEJBMetaData implements Serializable

Serialized Fields

ejbHome

javax.ejb.EJBHome ejbHome

isSession

boolean isSession

isStateless

boolean isStateless

homeInterfaceClass

java.lang.Class homeInterfaceClass

remoteInterfaceClass

java.lang.Class remoteInterfaceClass

primaryKeyClass

java.lang.Class primaryKeyClass


Package jrun.ejb.operations

Class jrun.ejb.operations.EntityOperations implements Serializable

Class jrun.ejb.operations.MessageDrivenOperations implements Serializable

Serialized Fields

m_isBeanManaged

boolean m_isBeanManaged

Class jrun.ejb.operations.Operations implements Serializable

Class jrun.ejb.operations.StatefulSessionOperations implements Serializable

Serialized Fields

isBeanManaged

boolean isBeanManaged

Class jrun.ejb.operations.StatelessSessionOperations implements Serializable

Serialized Fields

isBeanManaged

boolean isBeanManaged


Package jrun.ejb.persistence

Class jrun.ejb.persistence.ContainerManagedEntityPersistenceManager implements Serializable

Serialized Fields

keyFactory

KeyFactory keyFactory

Class jrun.ejb.persistence.EntityPersistenceManager implements Serializable

Serialized Fields

createMethods

java.util.Map createMethods

postCreateMethods

java.util.Map postCreateMethods

finderMethods

java.util.Map finderMethods

entityContainer

EntityContainer entityContainer

Class jrun.ejb.persistence.MethodNotFoundException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class jrun.ejb.persistence.SerializableEnumeration implements Serializable

Serialized Fields

index

int index

Class jrun.ejb.persistence.StatefulSessionBeanField implements Serializable

Serialized Fields

type

byte type

Class jrun.ejb.persistence.StatefulSessionPersistenceManager implements Serializable

Serialized Fields

map

java.util.Map map

statefulSessionContainer

StatefulSessionContainer statefulSessionContainer


Package jrun.ejb.portable

Class jrun.ejb.portable.HandleImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream istream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream ostream)
                  throws java.io.IOException
Serialized Fields

ejbObject

javax.ejb.EJBObject ejbObject

Class jrun.ejb.portable.HomeHandleImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream istream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream ostream)
                  throws java.io.IOException
Serialized Fields

ejbHome

javax.ejb.EJBHome ejbHome

Class jrun.ejb.portable.JRunEJBMetaData implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

isSession

boolean isSession

isStateless

boolean isStateless

homeInterfaceClass

java.lang.Class homeInterfaceClass

remoteInterfaceClass

java.lang.Class remoteInterfaceClass

primaryKeyClass

java.lang.Class primaryKeyClass


Package jrun.j2ee

Class jrun.j2ee.J2EEModule implements Serializable

Serialized Fields

isRunning

boolean isRunning

name

java.lang.String name

deploymentOrigin

java.lang.String deploymentOrigin

classloader

java.lang.ClassLoader classloader

j2eeMetaData

J2EEMetaData j2eeMetaData

ejbPeers

java.util.Collection ejbPeers

Class jrun.j2ee.J2EEModuleFactory implements Serializable

Serialized Fields

mandatoryFingerPrintList

java.util.List mandatoryFingerPrintList

optionalFingerPrintList

java.util.List optionalFingerPrintList

potentialFingerPrintList

java.util.List potentialFingerPrintList

persistXML

boolean persistXML

temporaryDirectory

java.lang.String temporaryDirectory

validateXML

boolean validateXML

resourceMap

java.util.Map resourceMap
This is a cache of the resources that were successfully looked up for a particular URL during the finger print matching process. The keys are URL's and the values are Collection's of URL's.


Package jrun.jms

Class jrun.jms.JRunJMS implements Serializable


Package jrun.jms.adapter

Class jrun.jms.adapter.JRunJMSAdapter implements Serializable

Serialized Fields

HomeDir

java.lang.String HomeDir

ClassPath

java.lang.String ClassPath

ConfigFileName

java.lang.String ConfigFileName

StartupCleanup

boolean StartupCleanup

bInitialized

boolean bInitialized

jmsAdapterServices

java.util.ArrayList jmsAdapterServices

Class jrun.jms.adapter.JRunMQAdapter implements Serializable

Serialized Fields

PROVIDER_NAME

java.lang.String PROVIDER_NAME

PROVIDER_VERSION

java.lang.String PROVIDER_VERSION

m_coreService

JMSCoreService m_coreService

Class jrun.jms.adapter.SonicMQAdapter implements Serializable

Serialized Fields

DoReflect

boolean DoReflect

Port

java.lang.String Port

Host

java.lang.String Host

AutoStart

boolean AutoStart

m_sonicUrls

java.net.URL[] m_sonicUrls

m_classLoader

java.net.URLClassLoader m_classLoader

m_brokerManager

progress.message.tools.BrokerManager m_brokerManager

m_th

java.lang.Thread m_th

m_brokerStarted

boolean m_brokerStarted

m_queueCache

java.util.ArrayList m_queueCache


Package jrun.jms.asf

Class jrun.jms.asf.JRunServerSessionPoolService implements Serializable

Class jrun.jms.asf.ServerSessionPoolService implements Serializable

Serialized Fields

_minPoolSize

int _minPoolSize

_maxPoolSize

int _maxPoolSize

_maxMessageNumber

int _maxMessageNumber

_serverSessionPoolFactoryName

java.lang.String _serverSessionPoolFactoryName

_serverSessionPoolImplCN

java.lang.String _serverSessionPoolImplCN


Package jrun.jms.core

Class jrun.jms.core.JMSCoreService implements Serializable

Serialized Fields

m_serverObjects

java.util.HashMap m_serverObjects

m_bDoStartupCleanup

java.lang.Boolean m_bDoStartupCleanup


Package jrun.jms.core.client

Class jrun.jms.core.client.JmsConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsDestination implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsQueue implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsQueueConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsSessionType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsTemporaryQueue implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsTemporaryTopic implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsTopic implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.client.JmsTopicConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException


Package jrun.jms.core.client.rmi

Class jrun.jms.core.client.rmi.RmiJmsMessageListener implements Serializable

Serialized Fields

delegate_

JmsMessageListener delegate_
This is the message listener for JMS messages. The MessageListener is then responsible for delivering it to the actual consumer. The listener is initialised during object construction time

Class jrun.jms.core.client.rmi.RmiJmsSessionStub implements Serializable

Serialized Fields

listener_

JmsMessageListener listener_
This is the message listener for JMS messages. The MessageListener is then responsible for delivering it to the actual consumer. The listener is initialised during object construction time

delegate_

RemoteJmsServerSessionIfc delegate_
This is a remote reference to the session which is initialised at object construction time.


Package jrun.jms.core.config

Class jrun.jms.core.config.ConfigurationFileException implements Serializable

Class jrun.jms.core.config.ConfigurationManagerService implements Serializable

Serialized Fields

m_config

JRunJMSMetaData m_config

m_configFileName

java.lang.String m_configFileName

Class jrun.jms.core.config.ConnectionFactoryMetaData implements Serializable

Serialized Fields

jndiName

java.lang.String jndiName

connectionFactoryClass

java.lang.String connectionFactoryClass

connectionFactoryType

java.lang.String connectionFactoryType


Package jrun.jms.core.gc

Class jrun.jms.core.gc.GarbageCollectionService implements Serializable

Serialized Fields

_gcLowWaterThreshold

int _gcLowWaterThreshold
The default low water threshold value before GC is initiated. This is specified as a percentage with valid values ranging from 10-50.

_memoryCheckInterval

int _memoryCheckInterval
The default interval, in seconds, that memory is checked for the low water threshold. The default is 30 seconds.

_gcInterval

int _gcInterval
The default interval, in seconds, between successive executions of the garbage collector. This will execute regardless the amount of free memory left in the VM.

_gcConnInterval

int _gcConnInterval

_gcThreadPriority

int _gcThreadPriority
This is the priority of that the GC thread uses to collect garbage. Changing it effects how aggressive GC is performed. The default value is 5.

_gcGuard

java.lang.Object _gcGuard
This is used to serialize access to the _collectingGarbage flag

_collectingGarbage

boolean _collectingGarbage
This flag indicates whether garabage collection is in progress

_gcList

java.util.LinkedList _gcList
Maintains a list of all GarbageCollectable instances

Class jrun.jms.core.gc.GarbageCollectionServiceException implements Serializable


Package jrun.jms.core.kernel.ipc

Class jrun.jms.core.kernel.ipc.Client implements Serializable


Package jrun.jms.core.message

Class jrun.jms.core.message.DeliveryModeImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.DestinationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.Expiration implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.MessageId implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.MessageImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.Priority implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.Timestamp implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.jms.core.message.Type implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package jrun.jms.core.messagemgr

Class jrun.jms.core.messagemgr.AbstractMessageHandle implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.messagemgr.ConsumerEndpoint implements Serializable

Serialized Fields

_id

long _id
Represents the identity of the consumer as a long

_stringId

java.lang.String _stringId
The consumer identity as a string

_clientId

long _clientId
The client identity, which uniquely identifies the remote client within a session. This is used to tag messages when they are asynchronously delivered to the client

_selector

JMSSelector _selector
The selector assoicated with this consumer. A selector is used to filter messages.

_messages

MessageQueue _messages
Transient cache of all messages waiting to be sent to the consumer. This should be a priority cache

_listener

InternalMessageListener _listener
Holds the consumer's message listener. This means that messages will be pushed down

_size

int _size
Maintains the maximum size of this cache

_session

JmsServerSession _session
caches the session that created this endpoint

Class jrun.jms.core.messagemgr.DestinationCache implements Serializable

Serialized Fields

_id

long _id
The identity of this object as a long

_stringId

java.lang.String _stringId
The identity of this object as a string

_messages

MessageQueue _messages
Transient cache of all messages sent to this destination

_consumers

java.util.List _consumers
This is the list of consumers that have subscribed to this cache. It hosts both durable and transient subscribers

_leaseHelper

MessageLeaseHelper _leaseHelper
The message lease helper is used to manage leases for messages cached by the destination

_maximumSize

int _maximumSize
Maintain the maximum size of this cache. When the cache reaches this size then messages will be lost. We should only drop transient messages and maintain persistent messages. Remove transient messages from the top of the cache and replace them with persistent messages.

Class jrun.jms.core.messagemgr.DurableConsumerEndpoint implements Serializable

Serialized Fields

_name

java.lang.String _name
The well-known name of the durable subscriber

_active

boolean _active
Determines whether this durable consumer is active or inactive

Class jrun.jms.core.messagemgr.FailedToCreateHandleException implements Serializable

Class jrun.jms.core.messagemgr.FailedToInitializeException implements Serializable

Class jrun.jms.core.messagemgr.MessageLeaseHelperException implements Serializable

Class jrun.jms.core.messagemgr.MessageManagerService implements Serializable

Serialized Fields

m_lMsgQueueSizeMax

long m_lMsgQueueSizeMax
Used to monitor and limit the size of the _messages queue.

m_lMsgQueueSizeCurrent

long m_lMsgQueueSizeCurrent

m_iMsgQueueSizeLogMsgSpacer

int m_iMsgQueueSizeLogMsgSpacer

m_bMsgQueueMaxMbTestFailSilently

boolean m_bMsgQueueMaxMbTestFailSilently

_maximumSize

int _maximumSize
This is the maximum size the cache can reach before we are forced to run garbage collection. Garbage collection will also execute in the background periodically to remove processed messages from the cache.

_collecting

boolean _collecting

Class jrun.jms.core.messagemgr.PersistentMessageHandle implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class jrun.jms.core.messagemgr.QueueBrowserEndpoint implements Serializable

Serialized Fields

_cache

QueueDestinationCache _cache
The destination that this consumer subscribes too

_queue

JmsQueue _queue
The queue that this endpoint is subscribed too

Class jrun.jms.core.messagemgr.QueueConsumerEndpoint implements Serializable

Serialized Fields

_cache

QueueDestinationCache _cache
The destination that this consumer subscribes too

_queue

JmsQueue _queue
The queue that this endpoint is subscribed too

MAX_MESSAGES

int MAX_MESSAGES
The maximum number of messages that a dispatch can deliver at any one time

Class jrun.jms.core.messagemgr.QueueDestinationCache implements Serializable

Serialized Fields

_queueListeners

java.util.Vector _queueListeners
Maintains a list of queue listeners for this cache

_queue

JmsQueue _queue
Underlying destination

_lastConsumerIndex

int _lastConsumerIndex
Index of the last listener that received a message from this destination. If multiple listeners are attached to this queue then messages will be sent to each in a round robin fashion

Class jrun.jms.core.messagemgr.Scheduler implements Serializable

Serialized Fields

m_name

java.lang.String m_name

_threads

ThreadPool _threads
This is the thread pool used by the scheduler

m_th

java.lang.Thread m_th

_queue

java.util.LinkedList _queue

_references

java.util.HashMap _references
HashMap of Runnable->Integer, representing the number of times a Runnable object exists in the queue

_stop

boolean _stop
If true, shuts down the scheduler

Class jrun.jms.core.messagemgr.TopicConsumerEndpoint implements Serializable

Serialized Fields

_caches

java.util.HashMap _caches
Maintains a list of TopicDestinationCache that this endpoint subscribes too. A wildcard subscription may point to more than one.

_topic

JmsTopic _topic
Cache the destination that this endpoint subscribes too

MAX_MESSAGES

int MAX_MESSAGES
The maximum number of messages that a dispatch can deliver at any one time

Class jrun.jms.core.messagemgr.TopicDestinationCache implements Serializable

Serialized Fields

_topic

JmsTopic _topic
Underlying destination

Class jrun.jms.core.messagemgr.TransientMessageHandle implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException


Package jrun.jms.core.persistence

Class jrun.jms.core.persistence.DbKey implements Serializable

Serialized Fields

key

long key

Class jrun.jms.core.persistence.FailedToCreateStoreException implements Serializable

Class jrun.jms.core.persistence.PersistenceException implements Serializable

Serialized Fields

_linkedException

java.lang.Exception _linkedException
This is a link to the previous exception

Class jrun.jms.core.persistence.PersistenceManagerService implements Serializable

Serialized Fields

m_persistentAdapter

PersistentAdapter m_persistentAdapter

m_persistenceMetaData

PersistenceManagerMetaData m_persistenceMetaData

m_datasourceMetaData

DataSourceMetaData m_datasourceMetaData

Class jrun.jms.core.persistence.RDBMConsumer implements Serializable

Serialized Fields

key

long key

name

java.lang.String name

topic

java.lang.String topic

Class jrun.jms.core.persistence.RDBMDestination implements Serializable

Serialized Fields

key

long key

name

java.lang.String name

isQueue

boolean isQueue

destination

byte[] destination

Class jrun.jms.core.persistence.RDBMHandle implements Serializable

Serialized Fields

key

long key

msgId

long msgId

consumerId

long consumerId

destId

long destId

deliveredFlag

boolean deliveredFlag

expireTime

long expireTime

handle

byte[] handle

Class jrun.jms.core.persistence.RDBMMessage implements Serializable

Serialized Fields

key

long key

id

long id

destId

long destId

type

java.lang.String type

priority

long priority

acceptTime

long acceptTime

expireTime

long expireTime

processedFlag

boolean processedFlag

message

byte[] message


Package jrun.jms.core.scheduler

Class jrun.jms.core.scheduler.BaseLease implements Serializable

Serialized Fields

m_duration

long m_duration
The duration of the lease in milliseconds

Class jrun.jms.core.scheduler.IllegalEventDefinedException implements Serializable

Class jrun.jms.core.scheduler.JMSSchedulerService implements Serializable

Serialized Fields

m_metaData

SchedulerMetaData m_metaData

m_eventsCount

int[] m_eventsCount

Class jrun.jms.core.scheduler.MessageLease implements Serializable

Class jrun.jms.core.scheduler.PresistedSchedulableEvent implements Serializable


Package jrun.jms.core.selector

Class jrun.jms.core.selector.ParseException implements Serializable

Serialized Fields

specialConstructor

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

currentToken

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

expectedTokenSequences

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

tokenImage

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

eol

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

Class jrun.jms.core.selector.TokenMgrError implements Serializable

Serialized Fields

errorCode

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


Package jrun.jms.core.server

Class jrun.jms.core.server.ClientDisconnectionException implements Serializable

Class jrun.jms.core.server.FailedToBindFactoriesException implements Serializable

Class jrun.jms.core.server.FailedToCreateConnectionException implements Serializable

Class jrun.jms.core.server.FailedToCreateServerException implements Serializable

Class jrun.jms.core.server.FailedToInitialiseServerException implements Serializable


Package jrun.jms.core.server.rmi

Class jrun.jms.core.server.rmi.RmiJmsAdminServer implements Serializable

Class jrun.jms.core.server.rmi.RmiJmsServer implements Serializable

Serialized Fields

m_port

int m_port

Class jrun.jms.core.server.rmi.RmiJmsServerConnection implements Serializable

Serialized Fields

delegate_

JmsServerConnection delegate_
This is the object that the RMI connection object delegates too. It must be non-null and assigned during object construction

interval_

int interval_
This is the interval, in milliseconds, between subsequent ping events

m_port

int m_port

lease_

BaseLease lease_
This is the lease on this object

Class jrun.jms.core.server.rmi.RmiJmsServerSession implements Serializable

Serialized Fields

delegate_

JmsServerSession delegate_
This instance attribute maintains a reference to the delegate. The delegate must be assigned during object construction

listener_

RemoteJmsMessageListenerIfc listener_
This is the message listener to the remote object. This is how all the messages are pushed down to the client


Package jrun.jms.core.threads

Class jrun.jms.core.threads.ThreadPoolException implements Serializable

Class jrun.jms.core.threads.ThreadPoolManagerService implements Serializable


Package jrun.jms.core.util

Class jrun.jms.core.util.JMSCoreException implements Serializable

Serialized Fields

m_rootCause

java.lang.Throwable m_rootCause

m_msg

java.lang.String m_msg

Class jrun.jms.core.util.JMSServiceAdapter implements Serializable

Serialized Fields

m_metaData

XMLMetaData m_metaData

Class jrun.jms.core.util.JMSServicePartition implements Serializable

Class jrun.jms.core.util.OrderedQueue implements Serializable


Package jrun.jms.security

Class jrun.jms.security.JMSSecurityManager implements Serializable


Package jrun.jms.wrapper

Class jrun.jms.wrapper.JMSServiceWrapper implements Serializable

Serialized Fields

JMS_DEFAULT_TRANSPORT

java.lang.String JMS_DEFAULT_TRANSPORT

DefaultQCFName

java.lang.String DefaultQCFName

DefaultTCFName

java.lang.String DefaultTCFName

DefaultXAQCFName

java.lang.String DefaultXAQCFName

DefaultXATCFName

java.lang.String DefaultXATCFName

DefaultTransport

java.lang.String DefaultTransport

JMSUrl

java.lang.String JMSUrl

JMSContextFactory

java.lang.String JMSContextFactory

AdapterType

java.lang.String AdapterType

AdapterServerName

java.lang.String AdapterServerName

Class jrun.jms.wrapper.JRunMQServiceWrapper implements Serializable

Serialized Fields

JRUN_DEFAULT_TRANSPORT

java.lang.String JRUN_DEFAULT_TRANSPORT

Class jrun.jms.wrapper.SonicMQServiceWrapper implements Serializable

Serialized Fields

DEFAULT_TRANSPORT

java.lang.String DEFAULT_TRANSPORT


Package jrun.jms.wrapper.enterprise

Class jrun.jms.wrapper.enterprise.JRunConnectionFactoryWrapper implements Serializable

Serialized Fields

m_cfName

java.lang.String m_cfName

m_cf

javax.jms.ConnectionFactory m_cf

m_xacf

javax.jms.XAConnectionFactory m_xacf

m_xaSupport

boolean m_xaSupport

m_logger

Logger m_logger

m_useContainerAuth

boolean m_useContainerAuth

m_user

java.lang.String m_user

m_password

java.lang.String m_password

m_ClientType

int m_ClientType

m_providerCFName

java.lang.String m_providerCFName

Class jrun.jms.wrapper.enterprise.JRunWrapperFactory implements Serializable


Package jrun.jms.xa

Class jrun.jms.xa.JRunXAConnectionFactoryImpl implements Serializable

Serialized Fields

m_cf

javax.jms.ConnectionFactory m_cf

m_ptpDomain

boolean m_ptpDomain


Package jrun.jsp

Class jrun.jsp.PageDependencyInfo implements Serializable

Serialized Fields

dependencies

java.lang.String[] dependencies

times

long[] times

jsts

java.lang.String[] jsts

version

int version


Package jrun.jsp.compiler

Class jrun.jsp.compiler.JRunTagLibraryInfo.CouldNotRegisterListenersException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

Class jrun.jsp.compiler.JRunTagLibraryInfo.InvalidTLDElementException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

tag

java.lang.String tag

tld

java.lang.String tld

line

int line

Class jrun.jsp.compiler.JRunTagLibraryInfo.NoSuchAttributeException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

clazz

java.lang.String clazz

name

java.lang.String name

Class jrun.jsp.compiler.JRunTagLibraryInfo.TagAttributeIntrospectionException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

clazz

java.lang.String clazz

name

java.lang.String name

rootCause

java.lang.String rootCause

Class jrun.jsp.compiler.JRunTagLibraryInfo.TagLibraryValidatorException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

clazz

java.lang.String clazz

rootCause

java.lang.String rootCause

Class jrun.jsp.compiler.JRunTagLibraryInfo.TLDMustBeInWEBINF implements Serializable

Serialized Fields

tld_uri

java.lang.String tld_uri

Class jrun.jsp.compiler.JRunTagLibraryInfo.TLDNotFoundException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

uri

java.lang.String uri

resolved_uri

java.lang.String resolved_uri

Class jrun.jsp.compiler.JRunTagLibraryInfo.TLDNotFoundInJarException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

uri

java.lang.String uri

resolved_uri

java.lang.String resolved_uri

Class jrun.jsp.compiler.JRunTagLibraryInfo.TLDParseException implements Serializable

Serialized Fields

this$0

JRunTagLibraryInfo this$0

uri

java.lang.String uri

rootCause

java.lang.String rootCause

Class jrun.jsp.compiler.TagLibraryException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package jrun.jsp.parser

Class jrun.jsp.parser.JSPParserBase.BadEncodingException implements Serializable

Serialized Fields

pagePath

java.lang.String pagePath

rootCause

java.lang.String rootCause

charset

java.lang.String charset

Class jrun.jsp.parser.JSPParserBase.TwoDifferentContentTypesSpecified implements Serializable

Serialized Fields

enc1

java.lang.String enc1

page1

java.lang.String page1

enc2

java.lang.String enc2

page2

java.lang.String page2

line1

int line1

line2

int line2

Class jrun.jsp.parser.TokenMgrError implements Serializable

Serialized Fields

errorText

java.lang.String errorText

beforeText

java.lang.String beforeText

line

int line

column

int column

Class jrun.jsp.parser.WrongContentTypeException implements Serializable

Serialized Fields

node

SimpleNode node

charset

java.lang.String charset


Package jrun.jsp.runtime

Class jrun.jsp.runtime.ConstantTable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

stringTable

java.util.ArrayList stringTable

Class jrun.jsp.runtime.JRunJspWriter.AutoFlushException implements Serializable

Serialized Fields

this$0

JRunJspWriter this$0

Class jrun.jsp.runtime.JRunJspWriter.BaseIOException implements Serializable

Serialized Fields

this$0

JRunJspWriter this$0

page

java.lang.String page

line

int line

Class jrun.jsp.runtime.JRunJspWriter.ClearAfterFlushException implements Serializable

Serialized Fields

this$0

JRunJspWriter this$0

Class jrun.jsp.runtime.JRunJspWriter.JspWriterClosedException implements Serializable

Serialized Fields

this$0

JRunJspWriter this$0


Package jrun.jsp.tags

Class jrun.jsp.tags.UseBean.TypeOnlyInstantiationException implements Serializable

Serialized Fields

this$0

UseBean this$0


Package jrun.mail

Class jrun.mail.MailService implements Serializable

Serialized Fields

m_defaultSessionProps

java.util.Properties m_defaultSessionProps

Class jrun.mail.MailServiceException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package jrun.naming

Class jrun.naming.ContextManager implements Serializable

Serialized Fields

table

java.util.Hashtable table
The data structure containing this context's objects.

prefix

javax.naming.Name prefix

parser

NamingParser parser

parent

ContextManager parent
If this object is managing a subcontext, it will have a parent.

iiopProviderURL

java.lang.String iiopProviderURL
Store iiop prefix to avoid querying for it each time

vmID

java.rmi.dgc.VMID vmID
Store VM ID used for automatic local optimizations.

Class jrun.naming.JRunNamingContext implements Serializable

Serialized Fields

contextProxy

ContextProxy contextProxy

env

java.util.Hashtable env

prefix

javax.naming.Name prefix

currentProvider

java.lang.String currentProvider

parser

javax.naming.NameParser parser

securityID

java.lang.Object securityID

lastPrincipal

java.lang.Object lastPrincipal

cnctx

javax.naming.Context cnctx

iiopProviderURL

java.lang.String iiopProviderURL

Class jrun.naming.NamingParser implements Serializable

Class jrun.naming.NamingService implements Serializable

Serialized Fields

rootProxy

java.rmi.MarshalledObject rootProxy
The stub for the top-level Context.

rmiBroker

RMIBroker rmiBroker
The Namingserver can bootstrap distribution of service stubs.

serverSocket

java.net.ServerSocket serverSocket
The socket on which JRunNamingContext requests will arrive.

jrmpPort

int jrmpPort
Default port on which the ContextProxy communicates with remote clients

potentialPorts

java.util.ArrayList potentialPorts
Default server socket port used by this naming service to receive requests for remote ContextManagers. Assigned to serverSocket field above.

orbPort

int orbPort
Default port on which the CORBA ORB and COSNaming are listening, when they are enabled.

usingFileFederation

boolean usingFileFederation

usingCORBA

boolean usingCORBA

orbHost

java.lang.String orbHost

serverSocketFactory

java.lang.String serverSocketFactory

clientSocketFactory

java.lang.String clientSocketFactory

singleIP

boolean singleIP

singleIPInetAddress

java.net.InetAddress singleIPInetAddress


Package jrun.security

Class jrun.security.JRunSecurityContext implements Serializable

Serialized Fields

securityContextId

java.lang.Object securityContextId

callerPrincipal

SimplePrincipal callerPrincipal

callerCredential

java.lang.Object callerCredential

runAsIdentities

java.util.Stack runAsIdentities

runAsFlag

boolean runAsFlag

Class jrun.security.JRunSecurityException implements Serializable

Class jrun.security.JRunSecurityManagerService implements Serializable

Serialized Fields

userCache

SecurityContextCache userCache

securityDomain

java.lang.String securityDomain
SecurityDomain property obtained from jrun.xml. Used by JAAS LoginModule for selecting the right security configuration in the Config file. This is used for Principal/Credential Authentication only. Not for Role/Resource Authorization. Obtained from jrun.xml

roleMappingDomain

java.lang.String roleMappingDomain
To verify if a principal belongs to the authorized role for a protected resource, we use the securityRealm value obtained from the container. If that value is null, then we use the roleMappingDomain value obtained from jrun.xml.

authConfig

java.lang.String authConfig
Filename for JAAS configuration JAAS looks for it in the java.security.auth.login.config system property

authConfigMetaData

AuthConfigMetaData authConfigMetaData
MetaData object used for auth.config management

checkForSharedPrincipals

boolean checkForSharedPrincipals
Flag to turn on or off the checkForSharedPrincipals behavior. Default value is false This means, if a method is invoked on an EJB using runAs identity, the principals shared between the permissioned roles and the runAs roles, are checked and if found, the call on the EJB method is authorized, else rejected. This check is made only if these two conditions are met: 1. The EJB is running under runAs identity from the calling EJB 2. The runAs role is not in the permissioned roles set

hostNames

java.util.ArrayList hostNames
List of Trusted hosts for interop

guestAccessAllowed

boolean guestAccessAllowed
Flag set in jrun.xml to allow remote access as guest without providing username and password Set to true by default

Class jrun.security.JRunUserManagerService implements Serializable

Serialized Fields

users

java.util.HashMap users
map containing users keyed by username

roles

java.util.HashMap roles
map containing roles keyed by rolename

securityStore

java.lang.String securityStore
file or url for the default security file, specified in jrun.xml

persistTrigger

java.lang.String persistTrigger
Indicates whether changes made are persisted immediately or on stop or on an explicit call default value is "immediate", other valid values are "end" and "explicit"

dirty

boolean dirty
True if changes made are yet to be committed

encrypted

boolean encrypted
True if the passwords are encrypted

encrypterClass

JRunCrypter encrypterClass
name of pluggable encryption class that implements JRunCrypter defaults to JRunCrypterImpl

initComplete

boolean initComplete

jrunUsersMetaData

JRunUsersMetaData jrunUsersMetaData

Class jrun.security.SecurityContextCache implements Serializable

Serialized Fields

userCache

java.util.HashMap userCache
Cache of SecurityContext objects keyed by client Id

broadcasting

boolean broadcasting

logger

Logger logger

Class jrun.security.SimplePrincipal implements Serializable

Serialized Fields

name

java.lang.String name
 

type

java.lang.String type


Package jrun.servlet

Class jrun.servlet.ServletEngineService implements Serializable

Serialized Fields

mappingsByHost

java.util.Map mappingsByHost

virtualHostMappings

java.util.HashMap virtualHostMappings
Our internal list of virtual host mappings [ed] 2/20/02 fixme - this should be a nocase map so we dont have to search twice for the same mapping. dns hostnames are not case sensitive.

mimeMappings

java.util.Map mimeMappings

mimeTypesPath

java.lang.String mimeTypesPath

usersService

ServletUsers usersService

replicationService

ReplicationIdService replicationService

replicationObjectName

javax.management.ObjectName replicationObjectName

sessionReplicationService

SessionReplicationService sessionReplicationService

sessionReplicationObjectName

javax.management.ObjectName sessionReplicationObjectName

noWebapp

WebApplicationService noWebapp

sessionIdGenerator

SessionIdGenerator sessionIdGenerator

servletCheckInterval

long servletCheckInterval

dispatchCache

Cache dispatchCache
cache (host+port+url+querystring) -> requestDispatcher for toplevel invocations. This cache must be cleared when configuration changes are made.

Class jrun.servlet.WebApplicationFactory implements Serializable

Serialized Fields

rootContextAppName

java.lang.String rootContextAppName

Class jrun.servlet.WebApplicationService implements Serializable

Serialized Fields

root

java.lang.String root

webAppName

java.lang.String webAppName

contextPath

java.lang.String contextPath

wholeContextPath

java.lang.String wholeContextPath

tempDir

java.lang.String tempDir

dynClassLoader

DynamicClassLoader dynClassLoader

parentClassLoader

java.lang.ClassLoader parentClassLoader

servlets

FastHashtable servlets

resourceManager

ResourceManager resourceManager

servletEngine

ServletEngine servletEngine

sessionService

Session sessionService

appSecurity

WebAppSecurity appSecurity

servletMappings

java.util.SortedSet servletMappings

servletContext

JRunServletContext servletContext

jrunWebAppMetaData

JRunWebAppMetaData jrunWebAppMetaData

uriCharacterEncoding

java.lang.String uriCharacterEncoding

contextListeners

java.util.Vector contextListeners

contextAttributeListeners

java.util.Vector contextAttributeListeners

sessionListeners

java.util.Vector sessionListeners

sessionAttributeListeners

java.util.Vector sessionAttributeListeners

filterManager

FilterManager filterManager

servletCheckInterval

long servletCheckInterval


Package jrun.servlet.http

Class jrun.servlet.http.SSLService implements Serializable

Class jrun.servlet.http.WebService implements Serializable

Serialized Fields

keepAlive

boolean keepAlive

engine

ServletEngine engine

vpaths

java.util.Vector vpaths

rpaths

java.util.Vector rpaths

servletInfo

java.lang.String servletInfo

lastDate

long lastDate

lastDateString

java.lang.String lastDateString


Package jrun.servlet.io

Class jrun.servlet.io.ClosedIOException implements Serializable


Package jrun.servlet.jrpp

Class jrun.servlet.jrpp.JRunProxyClusterHelper implements Serializable

Serialized Fields

jrpp

JRunProxyService jrpp

cm

ClusterManager cm

serviceChangeSeq

int serviceChangeSeq

seqLock

java.lang.Object seqLock

Class jrun.servlet.jrpp.JRunProxyService implements Serializable

Serialized Fields

engine

ServletEngine engine

loadBalancingAlgorithm

java.lang.String loadBalancingAlgorithm

serverWeight

int serverWeight

mapCheck

int mapCheck

stickySessions

int stickySessions

clusterHelper

JRunProxyClusterHelper clusterHelper

clusterSeq

int clusterSeq

seqLock

java.lang.Object seqLock

bSSL

boolean bSSL

cacheRealPath

boolean cacheRealPath


Package jrun.servlet.network

Class jrun.servlet.network.NetworkService implements Serializable

Serialized Fields

bindAddress

java.lang.String bindAddress

port

int port

backlog

int backlog

iface

java.lang.String iface

socketFactoryName

java.lang.String socketFactoryName

timeoutMs

int timeoutMs

singleIP

boolean singleIP

singleIPInetAddress

java.net.InetAddress singleIPInetAddress

metricsIndexIn

int metricsIndexIn

metricsIndexOut

int metricsIndexOut

metricsServicedIndex

int metricsServicedIndex

metricsElapsedIndex

int metricsElapsedIndex

serverSocketFactory

javax.net.ServerSocketFactory serverSocketFactory

ss

java.net.ServerSocket ss

guard

StackMutex guard


Package jrun.servlet.security

Class jrun.servlet.security.AuthenticatedPrincipal implements Serializable

Serialized Fields

name

java.lang.String name

authType

java.lang.String authType

contextId

java.lang.Object contextId

roleLinks

java.util.Map roleLinks

appSecurity

WebAppSecurity appSecurity

session

javax.servlet.http.HttpSession session

sessionId

java.lang.String sessionId

Class jrun.servlet.security.SecurityInitException implements Serializable

Class jrun.servlet.security.ServletUsersService implements Serializable

Serialized Fields

storedUsers

jrun.servlet.security.ServletUsersService.StoredUserMap storedUsers

Class jrun.servlet.security.WebAppSecurityService implements Serializable

Serialized Fields

authenticationType

java.lang.String authenticationType

authenticationRealm

java.lang.String authenticationRealm

authenticationLoginPage

java.lang.String authenticationLoginPage

authenticationErrorPage

java.lang.String authenticationErrorPage

webAppData

WebAppMetaData webAppData

servletContext

javax.servlet.ServletContext servletContext

webApp

WebApplication webApp

securityFilters

java.util.Collection securityFilters

resources

java.util.Map resources

servletRoleRefs

java.util.Map servletRoleRefs

secManager

JRunSecurityManager secManager

ssl

SSL ssl

servletUsers

ServletUsers servletUsers

jCheckFilter

FilterObject jCheckFilter


Package jrun.servlet.session

Class jrun.servlet.session.JRunSession implements Serializable

Serialized Fields

sessionValid

boolean sessionValid

id

java.lang.String id
the session id

lastAccessTime

long lastAccessTime
last time this session was accessed, or 0 if it has never been accessed before

creationTime

long creationTime

inactiveMs

long inactiveMs
max amount of time this session can be inactive before it is automatically invalidated (in minutes)

attributeSet

boolean attributeSet

Class jrun.servlet.session.ReplicationIdService implements Serializable

Serialized Fields

replicationId

java.lang.String replicationId

replicationIdMap

java.util.Map replicationIdMap

Class jrun.servlet.session.SessionIdGeneratorService implements Serializable

Serialized Fields

ids

java.util.Set ids

Class jrun.servlet.session.SessionReplicationService implements Serializable

Serialized Fields

servletEngine

ServletEngine servletEngine

Class jrun.servlet.session.SessionService implements Serializable

Serialized Fields

maxInactiveIntervalSeconds

int maxInactiveIntervalSeconds

cookieMaxAge

int cookieMaxAge

cookieSecure

boolean cookieSecure

cookieActive

boolean cookieActive

cookieDomain

java.lang.String cookieDomain

cookieComment

java.lang.String cookieComment

cookiePath

java.lang.String cookiePath

cookieName

java.lang.String cookieName

persistence

boolean persistence

persistenceClass

java.lang.String persistenceClass

swapping

boolean swapping

immediateSwap

boolean immediateSwap

maxResident

int maxResident

swapInterval

long swapInterval

persistenceSynchronized

boolean persistenceSynchronized

storageProvider

SessionStorage storageProvider

persisted

boolean persisted

sessionsRestored

boolean sessionsRestored

replicationService

SessionReplicationService replicationService

replicationObjectName

javax.management.ObjectName replicationObjectName

buddyServers

java.util.Collection buddyServers

buddyServersStar

boolean buddyServersStar

replicationId

java.lang.String replicationId

replicationAppend

java.lang.String replicationAppend

replicationAppendDone

boolean replicationAppendDone

webapp

WebApplication webapp

webappContext

java.lang.String webappContext

sessionIdGenerator

SessionIdGenerator sessionIdGenerator

metrics

Metrics metrics

metricsSessionIndex

int metricsSessionIndex

metricsSessionIMIndex

int metricsSessionIMIndex

holders

java.util.Hashtable holders

lruTable

LRUTable lruTable

sessionPathMatch

java.lang.String sessionPathMatch

classLoader

java.lang.ClassLoader classLoader
classloader to use when serializing in sessions that were swapped out


Package jrun.sql

Class jrun.sql.JRunCallableStatement implements Serializable

Serialized Fields

statement

java.sql.CallableStatement statement

Class jrun.sql.JRunConnection implements Serializable

Serialized Fields

mypool

JDBCPool mypool
The DataSource.

con

java.sql.Connection con
The physical Connection.

handle

JRunConnectionHandle handle
The caller's Connection Handle

xaResource

ConnectionXAResource xaResource
This XAConnection's XAResource.

openstatements

java.util.WeakHashMap openstatements
Active Statements.

listeners

java.util.ArrayList listeners
ConnectionEventListeners observing this Connection.

readOnly

boolean readOnly
Original read state, restored upon closing

connectionError

boolean connectionError
cookie to prevent us from getting into an infinite loop when an error event is sent again and again

tmControlled

boolean tmControlled
When the PoolManager has attempted to close the con, but the TM has control of it, this flag notifies the TM to do the work the PoolManager would otherwise have done.

nested

java.util.ArrayList nested

suspended

java.util.HashMap suspended

username

java.lang.String username

password

java.lang.String password

Class jrun.sql.JRunConnectionHandle implements Serializable

Serialized Fields

pcon

JRunConnection pcon

Class jrun.sql.JRunPreparedStatement implements Serializable

Serialized Fields

statement

java.sql.PreparedStatement statement

Class jrun.sql.JRunStatement implements Serializable

Serialized Fields

statement

java.sql.Statement statement

sqlString

java.lang.String sqlString

lastRS

java.sql.ResultSet lastRS

openres

java.util.WeakHashMap openres

mypool

JDBCPool mypool

jrunCon

JRunConnection jrunCon

closed

boolean closed

resultSetType

int resultSetType

resultSetConcurrency

int resultSetConcurrency

Class jrun.sql.RemoteSQLIdentifier implements Serializable

Serialized Fields

data

java.lang.String data

Class jrun.sql.RemoteSQLInvocation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.sql.RemoteStreamResult implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrun.sql.Result implements Serializable

Serialized Fields

tableName

java.lang.String tableName

colName

java.lang.String colName

colValue

java.lang.Object colValue

type

int type


Package jrun.sql.management

Class jrun.sql.management.DataSourceService implements Serializable

Serialized Fields

jdbcMeta

JDBCPoolMetaData jdbcMeta


Package jrun.sql.pool

Class jrun.sql.pool.JDBCManager implements Serializable


Package jrun.transaction

Class jrun.transaction.ClusterTransactionCoordinator implements Serializable

Serialized Fields

m_transactionCache

TransactionContextCacheImpl m_transactionCache

m_domainService

TXDomainService m_domainService

Class jrun.transaction.JRunTransactionService implements Serializable

Class jrun.transaction.JRunUserTransaction implements Serializable

Class jrun.transaction.TransactionContextCacheImpl implements Serializable

Serialized Fields

m_cache

java.util.Hashtable m_cache

m_lock

java.lang.Object m_lock

m_domain

TransactionDomainImpl m_domain

m_helper

ClusterTransactionHelper m_helper

Class jrun.transaction.TransactionContextImpl implements Serializable

Serialized Fields

m_originator

java.lang.String m_originator

m_domain

java.lang.String m_domain

m_status

int m_status

m_xid

javax.transaction.xa.Xid m_xid

m_enlistedServers

java.util.ArrayList m_enlistedServers

Class jrun.transaction.TXDomainService implements Serializable

Serialized Fields

txdomainConf

DomainConfig txdomainConf

txdomain

TransactionDomain txdomain

clusterTransactionCoordinator

ClusterTransactionCoordinator clusterTransactionCoordinator


Package jrunx.axis

Class jrunx.axis.AxisServerReference implements Serializable

Serialized Fields

server

org.apache.axis.server.AxisServer server

Class jrunx.axis.AxisService implements Serializable

Serialized Fields

parentName

java.lang.String parentName

webInfPath

java.lang.String webInfPath

axisServer

org.apache.axis.server.AxisServer axisServer

startupClassLoader

java.lang.ClassLoader startupClassLoader

webappClassLoader

java.lang.ClassLoader webappClassLoader


Package jrunx.cluster

Class jrunx.cluster.AbstractBuddyAlgorithm implements Serializable

Serialized Fields

primary

ClusterableService primary

secondary

ClusterableService secondary

Class jrunx.cluster.BroadcastAlgorithm implements Serializable

Serialized Fields

broadcastMethods

java.util.Map broadcastMethods

Class jrunx.cluster.BuddyAlgorithm implements Serializable

Serialized Fields

primary

ClusterableService primary

secondary

ClusterableService secondary

initialized

boolean initialized

Class jrunx.cluster.ClusterableServiceAdapter implements Serializable

Serialized Fields

defaultAlgorithm

ClusterAlgorithm defaultAlgorithm

myPeers

java.util.ArrayList myPeers

myStub

java.rmi.Remote myStub

myHost

java.lang.String myHost

myIP

java.lang.String myIP

port

int port

serverSocketFactoryName

java.lang.String serverSocketFactoryName

clientSocketFactoryName

java.lang.String clientSocketFactoryName

peerListeners

java.util.List peerListeners

lookupMan

net.jini.discovery.LookupDiscoveryManager lookupMan

clusterListener

ClusterListener clusterListener

joinMan

net.jini.lookup.JoinManager joinMan

leaseMan

net.jini.lease.LeaseRenewalManager leaseMan

serviceDiscoMan

net.jini.lookup.ServiceDiscoveryManager serviceDiscoMan

killDuplicates

boolean killDuplicates

Class jrunx.cluster.ClusterAlgorithm implements Serializable

Class jrunx.cluster.ClusterDeployerService implements Serializable

Serialized Fields

deployDirectory

java.lang.String deployDirectory

deployDirectoryFile

java.io.File deployDirectoryFile

contextRoot

java.lang.String contextRoot

webApplicationService

WebApplicationService webApplicationService

urlPrefix

java.lang.String urlPrefix

watcher

Watcher watcher

clusterManager

ClusterManager clusterManager

deployed

java.util.List deployed

hotDeployed

java.util.List hotDeployed

hotDeploy

boolean hotDeploy

Class jrunx.cluster.ClusterException implements Serializable

Class jrunx.cluster.ClusterManager implements Serializable

Serialized Fields

enabled

boolean enabled

clusterManagerJAR

java.lang.String clusterManagerJAR

policy

java.lang.String policy

logDirectory

java.lang.String logDirectory

temporaryDirectory

java.lang.String temporaryDirectory

clusterDomain

java.lang.String clusterDomain

unicastLocators

java.util.ArrayList unicastLocators

root

java.lang.String root

clusterServers

java.util.ArrayList clusterServers

resolvedLocalIP

java.lang.String resolvedLocalIP

Class jrunx.cluster.RoundRobinAlgorithm implements Serializable

Serialized Fields

cursor

int cursor

Class jrunx.cluster.ServerInfo implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_host

java.lang.String m_host

m_ip

java.lang.String m_ip

Class jrunx.cluster.StatefulBuddyAlgorithm implements Serializable

Serialized Fields

subSystem

java.lang.String subSystem

rmiMarshalling

boolean rmiMarshalling

Class jrunx.cluster.StickyRoundRobinAlgorithm implements Serializable

Serialized Fields

stickyServer

ClusterableService stickyServer


Package jrunx.comp.sql

Class jrunx.comp.sql.SQLInvokerException implements Serializable


Package jrunx.compiler

Class jrunx.compiler.CompilationFailedException implements Serializable


Package jrunx.connectorinstaller

Class jrunx.connectorinstaller.ConnectorInstallerException implements Serializable

Class jrunx.connectorinstaller.WebServerException implements Serializable

Serialized Fields

ws

java.lang.String ws


Package jrunx.connectorinstaller.gui

Class jrunx.connectorinstaller.gui.AddConfigDialog implements Serializable

Serialized Fields

WINDOW_TITLE

java.lang.String WINDOW_TITLE

webServerLbl

javax.swing.JLabel webServerLbl

webServerCombo

javax.swing.JComboBox webServerCombo

webServerDirLbl

javax.swing.JLabel webServerDirLbl

webServerDirFld

javax.swing.JTextField webServerDirFld

chooseDirButton

javax.swing.JButton chooseDirButton

webSiteLbl

javax.swing.JLabel webSiteLbl

webSiteCombo

javax.swing.JComboBox webSiteCombo

advanceButton

javax.swing.JButton advanceButton

jrunServerHostLbl

javax.swing.JLabel jrunServerHostLbl

jrunServerHostFld

javax.swing.JTextField jrunServerHostFld

jrunServerNameLbl

javax.swing.JLabel jrunServerNameLbl

jrunServerNameCombo

javax.swing.JComboBox jrunServerNameCombo

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

isAdd

boolean isAdd

jrunPanel

javax.swing.JPanel jrunPanel

webServerPanel

javax.swing.JPanel webServerPanel

buttonsPanel

javax.swing.JPanel buttonsPanel

webServerBorder

javax.swing.border.TitledBorder webServerBorder

chooser

javax.swing.JFileChooser chooser

wsInfo

WebServerInfo wsInfo

frame

ConfigFrame frame

hostInfo

CIJndi hostInfo

Class jrunx.connectorinstaller.gui.AdvDialog implements Serializable

Serialized Fields

filterButton

javax.swing.JRadioButton filterButton

mappingsButton

javax.swing.JRadioButton mappingsButton

apacheBinPathFld

javax.swing.JTextField apacheBinPathFld

apacheBinChooseFileButton

javax.swing.JButton apacheBinChooseFileButton

apacheScriptPathFld

javax.swing.JTextField apacheScriptPathFld

apacheScriptChooseFileButton

javax.swing.JButton apacheScriptChooseFileButton

extensionsVector

java.util.Vector extensionsVector

extensionsList

javax.swing.JList extensionsList

extensionsListScroll

javax.swing.JScrollPane extensionsListScroll

extensionsFld

javax.swing.JTextField extensionsFld

verboseCheckBox

javax.swing.JCheckBox verboseCheckBox

apiallocCheckBox

javax.swing.JCheckBox apiallocCheckBox

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

addExtensionButton

javax.swing.JButton addExtensionButton

deleteExtensionButton

javax.swing.JButton deleteExtensionButton

iisMappingsPanel

javax.swing.JPanel iisMappingsPanel

wsInfo

WebServerInfo wsInfo

chooser

javax.swing.JFileChooser chooser

Class jrunx.connectorinstaller.gui.ConfigFrame implements Serializable

Serialized Fields

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

cancelButton

javax.swing.JButton cancelButton

listModel

javax.swing.DefaultListModel listModel

list

javax.swing.JList list

listSelectionModel

javax.swing.DefaultListSelectionModel listSelectionModel

configList

java.util.ArrayList configList


Package jrunx.ide

Class jrunx.ide.IntegratorException implements Serializable


Package jrunx.ide.deploy

Class jrunx.ide.deploy.DeploymentException implements Serializable


Package jrunx.ide.install

Class jrunx.ide.install.ChooseIdePanel implements Serializable

Serialized Fields

btnGrp

javax.swing.ButtonGroup btnGrp

jbuilderBtn

javax.swing.JRadioButton jbuilderBtn

forteBtn

javax.swing.JRadioButton forteBtn

standaloneBtn

javax.swing.JRadioButton standaloneBtn

dirChooser

javax.swing.JFileChooser dirChooser

Class jrunx.ide.install.FortePanel implements Serializable

Serialized Fields

jrunHome

java.lang.String jrunHome

jrunWizardHome

java.lang.String jrunWizardHome

forteHome

java.lang.String forteHome

Class jrunx.ide.install.JBuilderPanel implements Serializable

Serialized Fields

jrunHome

java.lang.String jrunHome

jrunWizardHome

java.lang.String jrunWizardHome

Class jrunx.ide.install.JRunHomePanel implements Serializable

Class jrunx.ide.install.StandalonePanel implements Serializable

Serialized Fields

jrunHome

java.lang.String jrunHome

jrunWizardHome

java.lang.String jrunWizardHome


Package jrunx.ide.ui

Class jrunx.ide.ui.AssemblyDescriptorPanel implements Serializable

Serialized Fields

chooseEJBLbl

javax.swing.JLabel chooseEJBLbl

ejbCombo

javax.swing.JComboBox ejbCombo

assemblyPane

javax.swing.JTabbedPane assemblyPane

methodPermPanel

MethodPermissionPanel methodPermPanel

contTransPanel

ContainerTransactionPanel contTransPanel

secRolePanel

SecurityRolePanel secRolePanel

assemblyDesc

AssemblyDescriptor assemblyDesc

currentUIEnabled

boolean currentUIEnabled

Class jrunx.ide.ui.BeanPropertiesPanel implements Serializable

Serialized Fields

beanUIInterface

BeanUIChangeInterface beanUIInterface

securityIdentityLbl

javax.swing.JLabel securityIdentityLbl

callerIdentityBtn

javax.swing.JRadioButton callerIdentityBtn

runAsBtn

javax.swing.JRadioButton runAsBtn

runAsRoleFld

javax.swing.JTextField runAsRoleFld

dummyBtn

javax.swing.JRadioButton dummyBtn

sessionTypeLbl

javax.swing.JLabel sessionTypeLbl

transactionTypeLbl

javax.swing.JLabel transactionTypeLbl

sessionTypeCombo

javax.swing.JComboBox sessionTypeCombo

transactionTypeCombo

javax.swing.JComboBox transactionTypeCombo

persistenceTypeLbl

javax.swing.JLabel persistenceTypeLbl

reentrantLbl

javax.swing.JLabel reentrantLbl

primaryKeyClassLbl

javax.swing.JLabel primaryKeyClassLbl

persistentTypeCombo

javax.swing.JComboBox persistentTypeCombo

reentrantCombo

javax.swing.JComboBox reentrantCombo

primaryKeyClassFld

javax.swing.JTextField primaryKeyClassFld

cmpVersionLbl

javax.swing.JLabel cmpVersionLbl

cmpVersionCombo

javax.swing.JComboBox cmpVersionCombo

abstractSchemaNameLbl

javax.swing.JLabel abstractSchemaNameLbl

abstractSchemaNameFld

javax.swing.JTextField abstractSchemaNameFld

dbSourceLbl

javax.swing.JLabel dbSourceLbl

dbSourceFld

javax.swing.JTextField dbSourceFld

messageTransactionTypeLbl

javax.swing.JLabel messageTransactionTypeLbl

messageTransactionTypeCombo

javax.swing.JComboBox messageTransactionTypeCombo

messageSelectorLbl

javax.swing.JLabel messageSelectorLbl

messageSelectorFld

javax.swing.JTextField messageSelectorFld

messageSelectorBtn

javax.swing.JButton messageSelectorBtn

acknowledgeModeLbl

javax.swing.JLabel acknowledgeModeLbl

acknowledgeModeCombo

javax.swing.JComboBox acknowledgeModeCombo

destinationTypeLbl

javax.swing.JLabel destinationTypeLbl

destinationTypeCombo

javax.swing.JComboBox destinationTypeCombo

subscriptionDurabilityLbl

javax.swing.JLabel subscriptionDurabilityLbl

subscriptionDurabilityCombo

javax.swing.JComboBox subscriptionDurabilityCombo

smallInsets

java.awt.Insets smallInsets

genPanel

FormPanel genPanel

sessionPanel

FormPanel sessionPanel

entityPanel

FormPanel entityPanel

messagePanel

FormPanel messagePanel

cmpMgr

CmpManager cmpMgr

setItem

boolean setItem

currentBean

EJBean currentBean

errorMessage

java.lang.String errorMessage

Class jrunx.ide.ui.BeanSourceConfirmDialog implements Serializable

Serialized Fields

overWriteBtn

javax.swing.JRadioButton overWriteBtn

backupBtn

javax.swing.JRadioButton backupBtn

btnGrp

javax.swing.ButtonGroup btnGrp

txtArea

javax.swing.JTextArea txtArea

scroll

javax.swing.JScrollPane scroll

okBtn

javax.swing.JButton okBtn

cancelBtn

javax.swing.JButton cancelBtn

operation

int operation

Class jrunx.ide.ui.Cmp2ParamDialog implements Serializable

Serialized Fields

paramTypeLbl

javax.swing.JLabel paramTypeLbl

paramTypeFld

javax.swing.JTextField paramTypeFld

okBtn

javax.swing.JButton okBtn

cancelBtn

javax.swing.JButton cancelBtn

paramType

java.lang.String paramType

Class jrunx.ide.ui.CmpFieldsPanel implements Serializable

Serialized Fields

cmpFieldsColumns

java.lang.String[] cmpFieldsColumns

cmpFieldsModel

EJBTableModel cmpFieldsModel

cmpFieldsTbl

javax.swing.JTable cmpFieldsTbl

cmpFieldsScroll

javax.swing.JScrollPane cmpFieldsScroll

headRenderer

JRunTableHeaderRenderer headRenderer

sqlTypesCombo

javax.swing.JComboBox sqlTypesCombo

dbSourceLbl

javax.swing.JLabel dbSourceLbl

dbSourceCombo

javax.swing.JComboBox dbSourceCombo

tablesLbl

javax.swing.JLabel tablesLbl

tablesCombo

javax.swing.JComboBox tablesCombo

cleanCmpFieldsBtn

javax.swing.JButton cleanCmpFieldsBtn

cmp1xPanel

javax.swing.JPanel cmp1xPanel

cmp2xPanel

javax.swing.JPanel cmp2xPanel

buttonPanel

javax.swing.JPanel buttonPanel

allCmpFieldsLbl

javax.swing.JLabel allCmpFieldsLbl

allCmpFieldsListModel

javax.swing.DefaultListModel allCmpFieldsListModel

allCmpFieldsList

javax.swing.JList allCmpFieldsList

allCmpFieldsScroll

javax.swing.JScrollPane allCmpFieldsScroll

cmpFieldNameLbl

javax.swing.JLabel cmpFieldNameLbl

cmpFieldNameFld

javax.swing.JTextField cmpFieldNameFld

cmpFieldTypeLbl

javax.swing.JLabel cmpFieldTypeLbl

cmpFieldTypeFld

javax.swing.JTextField cmpFieldTypeFld

inPkChkBox

javax.swing.JCheckBox inPkChkBox

hasGetterChkBox

javax.swing.JCheckBox hasGetterChkBox

hasSetterChkBox

javax.swing.JCheckBox hasSetterChkBox

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

smallInsets

java.awt.Insets smallInsets

cmpMgr

CmpManager cmpMgr

defaultValues

boolean defaultValues

dbConnections

DBConnection[] dbConnections

currentConn

DBConnection currentConn

currentTable

java.lang.String currentTable

fieldSelected

boolean fieldSelected

setItem

boolean setItem

currentBean

JRunEntityBean currentBean

cmpFieldsExist

boolean cmpFieldsExist

Class jrunx.ide.ui.CMPFieldsTableModel implements Serializable

Class jrunx.ide.ui.CmpMethodsPanel implements Serializable

Serialized Fields

wizmgr

JRunWizardManager wizmgr

wizardui

JRunWizardUI wizardui

methodNameLbl

javax.swing.JLabel methodNameLbl

methodNameCombo

javax.swing.JComboBox methodNameCombo

jndiSourceLbl

javax.swing.JLabel jndiSourceLbl

jndiSourceFld

javax.swing.JTextField jndiSourceFld

paramsLbl

javax.swing.JLabel paramsLbl

paramsCombo

javax.swing.JComboBox paramsCombo

fieldsLbl

javax.swing.JLabel fieldsLbl

fieldsCombo

javax.swing.JComboBox fieldsCombo

addMethodBtn

javax.swing.JButton addMethodBtn

saveMethodBtn

javax.swing.JButton saveMethodBtn

delMethodBtn

javax.swing.JButton delMethodBtn

setJndiSourceBtn

javax.swing.JButton setJndiSourceBtn

addParamBtn

javax.swing.JButton addParamBtn

delParamBtn

javax.swing.JButton delParamBtn

addFieldBtn

javax.swing.JButton addFieldBtn

delFieldBtn

javax.swing.JButton delFieldBtn

sqlLbl

javax.swing.JLabel sqlLbl

sqlArea

javax.swing.JTextArea sqlArea

sqlAreaScroll

javax.swing.JScrollPane sqlAreaScroll

sqlPanel

javax.swing.JPanel sqlPanel

genPanel

javax.swing.JPanel genPanel

genArea

javax.swing.JTextArea genArea

genBtn

javax.swing.JButton genBtn

resultTypeLbl

javax.swing.JLabel resultTypeLbl

resultTypeCombo

javax.swing.JComboBox resultTypeCombo

smallInsets

java.awt.Insets smallInsets

cmpMgr

CmpManager cmpMgr

dbSource

CmpDBSource dbSource

currentMethod

CmpMethod currentMethod

setItem

boolean setItem

currentBean

JRunEntityBean currentBean

Class jrunx.ide.ui.CmpVariablesPanel implements Serializable

Serialized Fields

wizmgr

JRunWizardManager wizmgr

wizard

JRunWizard wizard

smallInsets

java.awt.Insets smallInsets

cmpFieldsPnl

CmpFieldsPanel cmpFieldsPnl

cmpMethodsPnl

CmpMethodsPanel cmpMethodsPnl

cmpMgr

CmpManager cmpMgr

Class jrunx.ide.ui.ContainerTransactionPanel implements Serializable

Serialized Fields

wizmgr

JRunWizardManager wizmgr

wizardui

JRunWizardUI wizardui

assemblyDesc

AssemblyDescriptor assemblyDesc

tablecolumns

java.lang.String[] tablecolumns

tablemodel

ContainerTransactionTableModel tablemodel

allContainerTrans

javax.swing.JTable allContainerTrans

transAttribsCombo

javax.swing.JComboBox transAttribsCombo

modified

boolean modified

currentBean

EJBean currentBean

Class jrunx.ide.ui.ContainerTransactionTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

Class jrunx.ide.ui.DeployerPanel implements Serializable

Serialized Fields

wizardui

JRunWizard wizardui

wizmgr

JRunWizardManager wizmgr

jrunServersLbl

javax.swing.JLabel jrunServersLbl

jrunServersCombo

javax.swing.JComboBox jrunServersCombo

deployGroup

javax.swing.ButtonGroup deployGroup

beansJarRadBtn

javax.swing.JRadioButton beansJarRadBtn

beansJarFld

javax.swing.JTextField beansJarFld

beansJarBtn

javax.swing.JButton beansJarBtn

openDirRadBtn

javax.swing.JRadioButton openDirRadBtn

openDirFld

javax.swing.JTextField openDirFld

openDirBtn

javax.swing.JButton openDirBtn

deployBtn

javax.swing.JButton deployBtn

deployedBeansLbl

javax.swing.JLabel deployedBeansLbl

deployedBeansModel

javax.swing.DefaultListModel deployedBeansModel

deployedBeansList

javax.swing.JList deployedBeansList

deployedBeansScroll

javax.swing.JScrollPane deployedBeansScroll

undeployBtn

javax.swing.JButton undeployBtn

startBtn

javax.swing.JButton startBtn

stopBtn

javax.swing.JButton stopBtn

logDetailsLbl

javax.swing.JLabel logDetailsLbl

logArea

javax.swing.JTextArea logArea

logScroll

javax.swing.JScrollPane logScroll

clearLogBtn

javax.swing.JButton clearLogBtn

smallInsets

java.awt.Insets smallInsets

dirChooser

javax.swing.JFileChooser dirChooser

deployer

Deployer deployer

svrMgr

ServerManager svrMgr

deployUrl

java.lang.String deployUrl

undeployUrl

java.lang.String undeployUrl

currentServer

JRunServer currentServer

setItem

boolean setItem

serversComboListener

java.awt.event.ActionListener serversComboListener

Class jrunx.ide.ui.DescriptionDialog implements Serializable

Serialized Fields

txtArea

javax.swing.JTextArea txtArea

scroll

javax.swing.JScrollPane scroll

okBtn

javax.swing.JButton okBtn

cancelBtn

javax.swing.JButton cancelBtn

description

java.lang.String description

Class jrunx.ide.ui.EJBGeneralPanel implements Serializable

Serialized Fields

wizmgr

JRunWizardManager wizmgr

beanTypeLbl

javax.swing.JLabel beanTypeLbl

packageLbl

javax.swing.JLabel packageLbl

ejbNameLbl

javax.swing.JLabel ejbNameLbl

ejbBeanLbl

javax.swing.JLabel ejbBeanLbl

homeIntLbl

javax.swing.JLabel homeIntLbl

remoteIntLbl

javax.swing.JLabel remoteIntLbl

beanDescLbl

javax.swing.JLabel beanDescLbl

packageFld

javax.swing.JTextField packageFld

ejbNameFld

FocusTextField ejbNameFld

localBeanChk

javax.swing.JCheckBox localBeanChk

remoteBeanChk

javax.swing.JCheckBox remoteBeanChk

ejbBeanFld

javax.swing.JTextField ejbBeanFld

homeIntFld

javax.swing.JTextField homeIntFld

remoteIntFld

javax.swing.JTextField remoteIntFld

jndiName

javax.swing.JTextField jndiName

beanTypeCombo

javax.swing.JComboBox beanTypeCombo

ejbDescFld

javax.swing.JTextField ejbDescFld

descBtn

javax.swing.JButton descBtn

localLbl

javax.swing.JLabel localLbl

localHomeLbl

javax.swing.JLabel localHomeLbl

localFld

javax.swing.JTextField localFld

localHomeFld

javax.swing.JTextField localHomeFld

wizardui

JRunWizardUI wizardui

beanUIInterface

BeanUIChangeInterface beanUIInterface

setItem

boolean setItem

currentBean

EJBean currentBean

errorMessage

java.lang.String errorMessage

Class jrunx.ide.ui.EJBLocalReferencePanel implements Serializable

Serialized Fields

currentref

EJBLocalReference currentref

refNameLbl

javax.swing.JLabel refNameLbl

refTypeLbl

javax.swing.JLabel refTypeLbl

localHomeLbl

javax.swing.JLabel localHomeLbl

localLbl

javax.swing.JLabel localLbl

ejbLinkLbl

javax.swing.JLabel ejbLinkLbl

refDescLbl

javax.swing.JLabel refDescLbl

refDesc

javax.swing.JTextArea refDesc

refDescScroll

javax.swing.JScrollPane refDescScroll

localHomeFld

javax.swing.JTextField localHomeFld

refNameFld

javax.swing.JTextField refNameFld

localFld

javax.swing.JTextField localFld

ejbLinkFld

javax.swing.JTextField ejbLinkFld

refTypeCombo

javax.swing.JComboBox refTypeCombo

tablecolumns

java.lang.String[] tablecolumns

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allEJBRefs

javax.swing.JTable allEJBRefs

rowChosen

boolean rowChosen

currentBean

EJBean currentBean

modified

boolean modified

Class jrunx.ide.ui.EJBPanel implements Serializable

Serialized Fields

beanGrp

javax.swing.ButtonGroup beanGrp

createBeanBtn

javax.swing.JRadioButton createBeanBtn

editBeanBtn

javax.swing.JRadioButton editBeanBtn

dummyBtn

javax.swing.JRadioButton dummyBtn

currentBeansCombo

javax.swing.JComboBox currentBeansCombo

deleteBeanBtn

javax.swing.JButton deleteBeanBtn

generateSourceBtn

javax.swing.JButton generateSourceBtn

ejbGenPanel

EJBGeneralPanel ejbGenPanel

ejbRefPanel

EJBReferencePanel ejbRefPanel

ejbLocalRefPanel

EJBLocalReferencePanel ejbLocalRefPanel

resRefPanel

ResourceRefPanel resRefPanel

resEnvRefPanel

ResourceEnvRefPanel resEnvRefPanel

envEntryPanel

EnvEntryPanel envEntryPanel

secRefPanel

SecurityRoleRefPanel secRefPanel

cmpVarPanel

CmpVariablesPanel cmpVarPanel

beanPropsPanel

BeanPropertiesPanel beanPropsPanel

beanPropsPane

javax.swing.JTabbedPane beanPropsPane

resourcesPane

javax.swing.JTabbedPane resourcesPane

createBeanSelected

boolean createBeanSelected

deleteBeanSelected

boolean deleteBeanSelected

currentUIEnabled

boolean currentUIEnabled

Class jrunx.ide.ui.EJBReferencePanel implements Serializable

Serialized Fields

currentref

EJBReference currentref

refNameLbl

javax.swing.JLabel refNameLbl

refTypeLbl

javax.swing.JLabel refTypeLbl

homeIntLbl

javax.swing.JLabel homeIntLbl

remoteIntLbl

javax.swing.JLabel remoteIntLbl

ejbLinkLbl

javax.swing.JLabel ejbLinkLbl

refDescLbl

javax.swing.JLabel refDescLbl

refDesc

javax.swing.JTextArea refDesc

refDescScroll

javax.swing.JScrollPane refDescScroll

homeFld

javax.swing.JTextField homeFld

refNameFld

javax.swing.JTextField refNameFld

remoteFld

javax.swing.JTextField remoteFld

ejbLinkFld

javax.swing.JTextField ejbLinkFld

refTypeCombo

javax.swing.JComboBox refTypeCombo

tablecolumns

java.lang.String[] tablecolumns

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allEJBRefs

javax.swing.JTable allEJBRefs

rowChosen

boolean rowChosen

currentBean

EJBean currentBean

modified

boolean modified

Class jrunx.ide.ui.EJBTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

Class jrunx.ide.ui.EnvEntryPanel implements Serializable

Serialized Fields

currentenv

EnvironmentEntry currentenv

envDesc

javax.swing.JTextArea envDesc

envDescScroll

javax.swing.JScrollPane envDescScroll

envNameFld

javax.swing.JTextField envNameFld

envValueFld

javax.swing.JTextField envValueFld

tablecolumns

java.lang.String[] tablecolumns

envTypeCombo

javax.swing.JComboBox envTypeCombo

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allEJBEnvs

javax.swing.JTable allEJBEnvs

envNameLbl

javax.swing.JLabel envNameLbl

envTypeLbl

javax.swing.JLabel envTypeLbl

envValueLbl

javax.swing.JLabel envValueLbl

envDescLbl

javax.swing.JLabel envDescLbl

rowChosen

boolean rowChosen

currentBean

EJBean currentBean

modified

boolean modified

Class jrunx.ide.ui.FocusTextField implements Serializable

Class jrunx.ide.ui.JRunTableHeaderRenderer implements Serializable

Class jrunx.ide.ui.JRunWizard implements Serializable

Serialized Fields

integrator

Integrator integrator

wizmgr

JRunWizardManager wizmgr

ejbpanel

EJBPanel ejbpanel

assemblyPanel

AssemblyDescriptorPanel assemblyPanel

deployerPanel

DeployerPanel deployerPanel

packagerPanel

PackagerPanel packagerPanel

relationshipsPanel

RelationshipsPanel relationshipsPanel

ejbBtn

javax.swing.JToggleButton ejbBtn

assemblyBtn

javax.swing.JToggleButton assemblyBtn

deployBtn

javax.swing.JToggleButton deployBtn

packagerBtn

javax.swing.JToggleButton packagerBtn

relationshipsBtn

javax.swing.JToggleButton relationshipsBtn

helpBtn

javax.swing.JButton helpBtn

saveBtn

javax.swing.JButton saveBtn

projectsBtn

javax.swing.JButton projectsBtn

smallInsets

java.awt.Insets smallInsets

mainpane

javax.swing.JPanel mainpane

cards

java.awt.CardLayout cards

helpprops

java.util.Properties helpprops

browserCommand

java.lang.String browserCommand

currentHelpUrl

java.lang.String currentHelpUrl

props

OrderedProperties props

Class jrunx.ide.ui.JRunWizardAbstractPanel implements Serializable

Serialized Fields

wizard

JRunWizard wizard

wizmgr

JRunWizardManager wizmgr

Class jrunx.ide.ui.JRunWizardApplet implements Serializable

Class jrunx.ide.ui.MethodPermissionPanel implements Serializable

Serialized Fields

assemblyDesc

AssemblyDescriptor assemblyDesc

tablemodel

MethodTableModel tablemodel

allMethodsTbl

javax.swing.JTable allMethodsTbl

modified

boolean modified

currentBean

EJBean currentBean

Class jrunx.ide.ui.MethodTableModel implements Serializable

Class jrunx.ide.ui.PackagerPanel implements Serializable

Serialized Fields

wizardui

JRunWizard wizardui

wizmgr

JRunWizardManager wizmgr

appNameLbl

javax.swing.JLabel appNameLbl

clientJarLbl

javax.swing.JLabel clientJarLbl

jarDescLbl

javax.swing.JLabel jarDescLbl

appNameFld

javax.swing.JTextField appNameFld

clientJarFld

javax.swing.JTextField clientJarFld

jarDesc

javax.swing.JTextArea jarDesc

jarDescScroll

javax.swing.JScrollPane jarDescScroll

fileListLbl

javax.swing.JLabel fileListLbl

filemodel

javax.swing.DefaultListModel filemodel

fileList

javax.swing.JList fileList

fileListScroll

javax.swing.JScrollPane fileListScroll

addFileBtn

javax.swing.JButton addFileBtn

delFileBtn

javax.swing.JButton delFileBtn

fileBtnPnl

javax.swing.JPanel fileBtnPnl

beanListLbl

javax.swing.JLabel beanListLbl

beanmodel

javax.swing.DefaultListModel beanmodel

beanList

javax.swing.JList beanList

beanScroll

javax.swing.JScrollPane beanScroll

beanrenderer

jrunx.ide.ui.CheckBoxListRenderer beanrenderer

jarFileLbl

javax.swing.JLabel jarFileLbl

jarFileFld

javax.swing.JTextField jarFileFld

packageBtn

javax.swing.JButton packageBtn

fileChooser

javax.swing.JFileChooser fileChooser

createPackageSelected

boolean createPackageSelected

currentBean

jrunx.ide.ui.SelectedBean currentBean

Class jrunx.ide.ui.ProjectDialog implements Serializable

Serialized Fields

newProjBtn

javax.swing.JRadioButton newProjBtn

newProjFld

javax.swing.JTextField newProjFld

chooseProjBtn

javax.swing.JRadioButton chooseProjBtn

dummyBtn

javax.swing.JRadioButton dummyBtn

currentProjCombo

javax.swing.JComboBox currentProjCombo

sourceDirLbl

javax.swing.JLabel sourceDirLbl

sourceDirFld

javax.swing.JTextField sourceDirFld

classesDirLbl

javax.swing.JLabel classesDirLbl

classesDirFld

javax.swing.JTextField classesDirFld

sourceChooserBtn

javax.swing.JButton sourceChooserBtn

classesChooserBtn

javax.swing.JButton classesChooserBtn

okBtn

javax.swing.JButton okBtn

cancelBtn

javax.swing.JButton cancelBtn

exitBtn

javax.swing.JButton exitBtn

delBtn

javax.swing.JButton delBtn

props

java.util.Properties props

wizard

JRunWizard wizard

dirChooser

javax.swing.JFileChooser dirChooser

exitApp

boolean exitApp

cancelApp

boolean cancelApp

sourceDir

java.lang.String sourceDir

classesDir

java.lang.String classesDir

projectName

java.lang.String projectName

newProjChosen

boolean newProjChosen

deleteAction

boolean deleteAction

Class jrunx.ide.ui.RelationshipsPanel implements Serializable

Serialized Fields

relationNameLbl

javax.swing.JLabel relationNameLbl

relationNameFld

javax.swing.JTextField relationNameFld

relationDescLbl

javax.swing.JLabel relationDescLbl

relationDescFld

javax.swing.JTextField relationDescFld

relationDescBtn

javax.swing.JButton relationDescBtn

firstRoleNameLbl

javax.swing.JLabel firstRoleNameLbl

firstRoleNameFld

javax.swing.JTextField firstRoleNameFld

firstRoleMultiplicityLbl

javax.swing.JLabel firstRoleMultiplicityLbl

firstRoleMultiplicityCombo

javax.swing.JComboBox firstRoleMultiplicityCombo

firstRoleCascadeChk

javax.swing.JCheckBox firstRoleCascadeChk

firstRoleSourceLbl

javax.swing.JLabel firstRoleSourceLbl

firstRoleSourceCombo

javax.swing.JComboBox firstRoleSourceCombo

firstRoleCmrLbl

javax.swing.JLabel firstRoleCmrLbl

firstRoleCmrFld

javax.swing.JTextField firstRoleCmrFld

firstRoleCmrTypeLbl

javax.swing.JLabel firstRoleCmrTypeLbl

firstRoleCmrTypeCombo

javax.swing.JComboBox firstRoleCmrTypeCombo

secondRoleNameLbl

javax.swing.JLabel secondRoleNameLbl

secondRoleNameFld

javax.swing.JTextField secondRoleNameFld

secondRoleMultiplicityLbl

javax.swing.JLabel secondRoleMultiplicityLbl

secondRoleMultiplicityCombo

javax.swing.JComboBox secondRoleMultiplicityCombo

secondRoleCascadeChk

javax.swing.JCheckBox secondRoleCascadeChk

secondRoleSourceLbl

javax.swing.JLabel secondRoleSourceLbl

secondRoleSourceCombo

javax.swing.JComboBox secondRoleSourceCombo

secondRoleCmrLbl

javax.swing.JLabel secondRoleCmrLbl

secondRoleCmrFld

javax.swing.JTextField secondRoleCmrFld

secondRoleCmrTypeLbl

javax.swing.JLabel secondRoleCmrTypeLbl

secondRoleCmrTypeCombo

javax.swing.JComboBox secondRoleCmrTypeCombo

description

java.lang.String description

name

java.lang.String name

multiplicity

java.lang.String multiplicity

cascadeDelete

boolean cascadeDelete

source

java.lang.String source

cmrField

CMRField cmrField

relationPropsPanel

FormPanel relationPropsPanel

firstRolePanel

FormPanel firstRolePanel

secondRolePanel

FormPanel secondRolePanel

tablecolumns

java.lang.String[] tablecolumns

envTypeCombo

javax.swing.JComboBox envTypeCombo

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

relationshipsTbl

javax.swing.JTable relationshipsTbl

smallInsets

java.awt.Insets smallInsets

relationships

Relationships relationships

modified

boolean modified

rowChosen

boolean rowChosen

currentRelation

EJBRelation currentRelation

Class jrunx.ide.ui.ResourceEnvRefPanel implements Serializable

Serialized Fields

currentref

ResourceEnvReference currentref

jruncurrentref

JRunResourceEnvReference jruncurrentref

resDesc

javax.swing.JTextArea resDesc

resDescScroll

javax.swing.JScrollPane resDescScroll

resNameFld

javax.swing.JTextField resNameFld

resTypeFld

javax.swing.JTextField resTypeFld

tablecolumns

java.lang.String[] tablecolumns

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allResRefs

javax.swing.JTable allResRefs

resNameLbl

javax.swing.JLabel resNameLbl

resTypeLbl

javax.swing.JLabel resTypeLbl

resDescLbl

javax.swing.JLabel resDescLbl

mdbDestinationLbl

javax.swing.JLabel mdbDestinationLbl

mdbDestinationFld

javax.swing.JTextField mdbDestinationFld

rowChosen

boolean rowChosen

currentBean

EJBean currentBean

modified

boolean modified

Class jrunx.ide.ui.ResourceRefPanel implements Serializable

Serialized Fields

currentref

ResourceReference currentref

resDesc

javax.swing.JTextArea resDesc

resDescScroll

javax.swing.JScrollPane resDescScroll

resNameFld

javax.swing.JTextField resNameFld

resTypeFld

javax.swing.JTextField resTypeFld

resAuthCombo

javax.swing.JComboBox resAuthCombo

tablecolumns

java.lang.String[] tablecolumns

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allResRefs

javax.swing.JTable allResRefs

resNameLbl

javax.swing.JLabel resNameLbl

resTypeLbl

javax.swing.JLabel resTypeLbl

resAuthLbl

javax.swing.JLabel resAuthLbl

resDescLbl

javax.swing.JLabel resDescLbl

rowChosen

boolean rowChosen

currentBean

EJBean currentBean

modified

boolean modified

Class jrunx.ide.ui.SecurityRolePanel implements Serializable

Serialized Fields

wizmgr

JRunWizardManager wizmgr

currentrole

SecurityRole currentrole

assemblyDesc

AssemblyDescriptor assemblyDesc

secroleDesc

javax.swing.JTextArea secroleDesc

roleNameFld

javax.swing.JTextField roleNameFld

tablecolumns

java.lang.String[] tablecolumns

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allSecRoles

javax.swing.JTable allSecRoles

rowChosen

boolean rowChosen

wizardui

JRunWizardUI wizardui

roleNameLbl

javax.swing.JLabel roleNameLbl

roleDescLbl

javax.swing.JLabel roleDescLbl

modified

boolean modified

currentBean

EJBean currentBean

Class jrunx.ide.ui.SecurityRoleRefPanel implements Serializable

Serialized Fields

currentref

SecurityRoleReference currentref

secroleDesc

javax.swing.JTextArea secroleDesc

secroleScroll

javax.swing.JScrollPane secroleScroll

roleNameFld

javax.swing.JTextField roleNameFld

roleLinkFld

javax.swing.JTextField roleLinkFld

tablecolumns

java.lang.String[] tablecolumns

addBtn

javax.swing.JButton addBtn

delBtn

javax.swing.JButton delBtn

clearBtn

javax.swing.JButton clearBtn

tablemodel

EJBTableModel tablemodel

allSecRoleRefs

javax.swing.JTable allSecRoleRefs

rowChosen

boolean rowChosen

roleNameLbl

javax.swing.JLabel roleNameLbl

roleLinkLbl

javax.swing.JLabel roleLinkLbl

refDescLbl

javax.swing.JLabel refDescLbl

currentBean

EJBean currentBean

modified

boolean modified

Class jrunx.ide.ui.UtilityDialog implements Serializable

Serialized Fields

type

int type

txtArea

javax.swing.JTextArea txtArea

scroll

javax.swing.JScrollPane scroll

yesBtn

javax.swing.JButton yesBtn

noBtn

javax.swing.JButton noBtn

okBtn

javax.swing.JButton okBtn

cancelBtn

javax.swing.JButton cancelBtn

confirm

boolean confirm


Package jrunx.ide.ui.layout

Class jrunx.ide.ui.layout.FormPanel implements Serializable

Class jrunx.ide.ui.layout.hVector implements Serializable


Package jrunx.ide.util

Class jrunx.ide.util.JRunWizardException implements Serializable

Class jrunx.ide.util.XMLDocumentException implements Serializable


Package jrunx.iiop

Class jrunx.iiop.IIOPClusterAlgorithm implements Serializable

Class jrunx.iiop.IIOPSSLSocketFactory implements Serializable

Serialized Fields

type

java.lang.String type

sslPort

int sslPort

ctx

com.sun.net.ssl.SSLContext ctx

cipherSuites

java.lang.String[] cipherSuites

clientAuth

boolean clientAuth

sr

java.security.SecureRandom sr

Class jrunx.iiop.RemoteProxyHolder implements Serializable

Serialized Fields

classes

java.lang.Class[] classes

handler

java.lang.reflect.InvocationHandler handler


Package jrunx.iiop.security

Class jrunx.iiop.security.ConnectionContext implements Serializable

Serialized Fields

mechanism

com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mechanism

sslClientAuth

boolean sslClientAuth

ssl

boolean ssl

ior

com.sun.corba.ee.internal.core.IOR ior

socket

java.net.Socket socket

endpoint

com.sun.corba.ee.connection.EndPointInfo endpoint

Class jrunx.iiop.security.InvalidIdentityTokenException implements Serializable

Class jrunx.iiop.security.InvalidMechanismException implements Serializable

Class jrunx.iiop.security.SecurityMechanismException implements Serializable

Class jrunx.iiop.security.ServerConnectionContext implements Serializable

Serialized Fields

socket

java.net.Socket socket


Package jrunx.install

Class jrunx.install.ButtonPanel implements Serializable

Serialized Fields

installerui

InstallerUI installerui

backBtn

javax.swing.JButton backBtn

nextBtn

javax.swing.JButton nextBtn

exitBtn

javax.swing.JButton exitBtn

helpBtn

javax.swing.JButton helpBtn

ulBorder

UnderLineBorder ulBorder

displayListeners

java.util.Vector displayListeners

Class jrunx.install.DescriptionPanel implements Serializable

Serialized Fields

installerui

InstallerUI installerui

description

javax.swing.JTextArea description

title

javax.swing.JLabel title

ulBorder

UnderLineBorder ulBorder

emptyBorder

javax.swing.border.Border emptyBorder

Class jrunx.install.ImagePanel implements Serializable

Serialized Fields

installerui

InstallerUI installerui

imgLbl

javax.swing.JLabel imgLbl

Class jrunx.install.Installer implements Serializable

Serialized Fields

imagePanel

ImagePanel imagePanel

buttonPanel

ButtonPanel buttonPanel

descPanel

DescriptionPanel descPanel

mainPanel

javax.swing.JPanel mainPanel

cardPanel

javax.swing.JPanel cardPanel

cards

java.awt.CardLayout cards

pnlsCollection

java.util.Hashtable pnlsCollection

displayListeners

java.util.Vector displayListeners

installerProps

java.util.Properties installerProps

currentDisplay

DisplayPanelInterface currentDisplay


Package jrunx.install.standard

Class jrunx.install.standard.AbstractDisplayPanel implements Serializable

Serialized Fields

installerui

InstallerUI installerui

name

java.lang.String name

nextDisplay

java.lang.String nextDisplay

previousDisplay

java.lang.String previousDisplay

title

java.lang.String title

description

java.lang.String description

icon

javax.swing.Icon icon

lastDisplay

boolean lastDisplay

Class jrunx.install.standard.DisplayLicensePanel implements Serializable

Serialized Fields

txtArea

javax.swing.JTextArea txtArea

licenseScroll

javax.swing.JScrollPane licenseScroll

acceptBtn

javax.swing.JRadioButton acceptBtn

denyBtn

javax.swing.JRadioButton denyBtn

btnGrp

javax.swing.ButtonGroup btnGrp

choiceMade

boolean choiceMade

Class jrunx.install.standard.InstallCompletePanel implements Serializable

Serialized Fields

typeBox

javax.swing.JCheckBox typeBox

dirChooser

javax.swing.JFileChooser dirChooser

type

int type

installDirectory

java.lang.String installDirectory

txtFile

java.lang.String txtFile

htmlUrl

java.lang.String htmlUrl

restartCmd

java.lang.String restartCmd

appCmd

java.lang.String appCmd

Class jrunx.install.standard.InstallDirectoryPanel implements Serializable

Serialized Fields

dirFld

javax.swing.JTextField dirFld

chooseBtn

javax.swing.JButton chooseBtn

dirChooser

javax.swing.JFileChooser dirChooser

txtFldBorder

javax.swing.border.Border txtFldBorder

Class jrunx.install.standard.JDKChooserPanel implements Serializable

Serialized Fields

enterJdkBtn

javax.swing.JRadioButton enterJdkBtn

chooseJdkBtn

javax.swing.JRadioButton chooseJdkBtn

jdkFld

javax.swing.JTextField jdkFld

fileChooserBtn

javax.swing.JButton fileChooserBtn

dirChooser

javax.swing.JFileChooser dirChooser

listmodel

javax.swing.DefaultListModel listmodel

jdkLst

javax.swing.JList jdkLst

chosenJdk

java.lang.String chosenJdk


Package jrunx.install.util

Class jrunx.install.util.BusyJFrame implements Serializable

Class jrunx.install.util.SplashScreen implements Serializable


Package jrunx.instrument

Class jrunx.instrument.CustomInstrumentor implements Serializable

Serialized Fields

someAttribute

java.lang.String someAttribute

Class jrunx.instrument.InstrumentationService implements Serializable

Serialized Fields

instrumentors

java.util.List instrumentors

Class jrunx.instrument.MethodInstrumentationResult implements Serializable

Serialized Fields

count

int count

elapsedTime

long elapsedTime

className

java.lang.String className

methodName

java.lang.String methodName

methodType

java.lang.String methodType

classHashcode

int classHashcode

callClassName

java.lang.String callClassName

callMethodName

java.lang.String callMethodName

callMethodType

java.lang.String callMethodType

lineNo

int lineNo

Class jrunx.instrument.MethodInstrumentor implements Serializable

Serialized Fields

excludeCallsToList

java.util.List excludeCallsToList

classNameList

java.util.List classNameList

directSubclasses

boolean directSubclasses

instrumentMethods

boolean instrumentMethods

instrumentMethodList

java.util.List instrumentMethodList

instrumentCalls

boolean instrumentCalls

instrumentCallsToList

java.util.List instrumentCallsToList

outputToStandardLogger

boolean outputToStandardLogger

outputToRequestThread

boolean outputToRequestThread

logTarget

int logTarget


Package jrunx.jrun3

Class jrunx.jrun3.EJBContainerFactory implements Serializable

Class jrunx.jrun3.EnterpriseApplicationFactory implements Serializable

Class jrunx.jrun3.WebApplicationFactory implements Serializable


Package jrunx.kernel

Class jrunx.kernel.ConfigurableServicePartition implements Serializable

Serialized Fields

documentParent

DocumentElement documentParent

childElements

java.util.Vector childElements

Class jrunx.kernel.DeploymentService implements Serializable

Serialized Fields

url

java.net.URL url

Class jrunx.kernel.JRun.Usage implements Serializable

Class jrunx.kernel.JRunServer implements Serializable

Serialized Fields

serverName

java.lang.String serverName

serverRootDirectory

java.lang.String serverRootDirectory

hostName

java.lang.String hostName

Class jrunx.kernel.JRunServiceDeployer implements Serializable

Serialized Fields

sortedServices

java.util.ArrayList sortedServices

serverEventListeners

java.util.ArrayList serverEventListeners

Class jrunx.kernel.ServerEvent implements Serializable

Serialized Fields

type

int type

Class jrunx.kernel.ServiceAdapter implements Serializable

Serialized Fields

mbeanName

java.lang.String mbeanName
Every Service knows the String version of its JMX ObjectName

status

int status
Every Service knows it current status.

deactivated

boolean deactivated
Every Service knows whether it is enabled or not.

jndiBindable

boolean jndiBindable
By default, do not bind to JNDI

domainName

java.lang.String domainName
The domain name of the Service

scheduler

Scheduler scheduler

serverProperties

java.util.Properties serverProperties

parentService

ServiceMBean parentService

serverName

java.lang.String serverName

lastLoggerTime

long lastLoggerTime

lastLogger

Logger lastLogger

Class jrunx.kernel.ServiceException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class jrunx.kernel.ServicePartition implements Serializable

Serialized Fields

sortedServices

java.util.ArrayList sortedServices

sortedInstances

java.util.ArrayList sortedInstances


Package jrunx.kernel.agents

Class jrunx.kernel.agents.HtmlAgentService implements Serializable

Serialized Fields

classtype

java.lang.String classtype

agentName

java.lang.String agentName

port

int port

maxActiveClients

int maxActiveClients

rawuserinfo

java.lang.String rawuserinfo

agentObjectName

javax.management.ObjectName agentObjectName

agentInstance

java.lang.Object agentInstance

Class jrunx.kernel.agents.JRunAdminService implements Serializable

Serialized Fields

serverMetaData

JRunServerMetaData serverMetaData

serverInfos

java.util.Map serverInfos

Class jrunx.kernel.agents.LogFileView implements Serializable

Serialized Fields

direction

int direction

startAt

java.lang.Integer startAt

endAt

java.lang.Integer endAt

maxLines

java.lang.Integer maxLines

keywords

java.lang.String[] keywords

caseSensitive

boolean caseSensitive

totalLines

int totalLines
The total number of lines in the file

lineNumbers

java.util.List lineNumbers

lines

java.util.List lines


Package jrunx.kernel.remote

Class jrunx.kernel.remote.ClassArrayRefAddr implements Serializable

Serialized Fields

list

java.lang.Class[] list

Class jrunx.kernel.remote.ServiceReference implements Serializable


Package jrunx.launcher

Class jrunx.launcher.ErrorDialog implements Serializable

Serialized Fields

txtArea

javax.swing.JTextArea txtArea

scroll

javax.swing.JScrollPane scroll

okBtn

javax.swing.JButton okBtn

errorDesc

java.lang.String errorDesc

Class jrunx.launcher.GUILogDialog implements Serializable

Serialized Fields

txtArea

javax.swing.JTextArea txtArea

scroll

javax.swing.JScrollPane scroll

okBtn

javax.swing.JButton okBtn

title

java.lang.String title

Class jrunx.launcher.GUIModel implements Serializable

Serialized Fields

jrunHome

java.lang.String jrunHome

serverStatus

java.util.Map serverStatus

Class jrunx.launcher.GUIView implements Serializable

Serialized Fields

model

GUIModel model

controller

GUIController controller

tablecolumns

java.lang.String[] tablecolumns

tablemodel

ServersTableModel tablemodel

serversTbl

javax.swing.JTable serversTbl

serversScroll

javax.swing.JScrollPane serversScroll

renderer

TableHeaderRenderer renderer

startBtn

javax.swing.JButton startBtn

stopBtn

javax.swing.JButton stopBtn

restartBtn

javax.swing.JButton restartBtn

refreshBtn

javax.swing.JButton refreshBtn

clearlogBtn

javax.swing.JButton clearlogBtn

exitBtn

javax.swing.JButton exitBtn

viewlogBtn

javax.swing.JButton viewlogBtn

logArea

javax.swing.JTextArea logArea

logAreaScroll

javax.swing.JScrollPane logAreaScroll

logAreaRowHeight

int logAreaRowHeight

selectedrow

int selectedrow

statusPanel

jrunx.launcher.GUIView.StatusPanel statusPanel

contentPane

java.awt.Container contentPane

timer

javax.swing.Timer timer

operationCompleted

boolean operationCompleted

oper

jrunx.launcher.GUIView.OperationThread oper

lastServer

java.lang.String lastServer

Class jrunx.launcher.LauncherException implements Serializable

Class jrunx.launcher.ServersCellRenderer implements Serializable

Serialized Fields

normalFont

java.awt.Font normalFont

boldFont

java.awt.Font boldFont

model

GUIModel model

Class jrunx.launcher.ServersTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

Class jrunx.launcher.TableHeaderRenderer implements Serializable

Serialized Fields

normalFont

java.awt.Font normalFont

boldFont

java.awt.Font boldFont


Package jrunx.launcher.utils

Class jrunx.launcher.utils.SortableTableModel implements Serializable

Serialized Fields

indexes

int[] indexes

sorter

TableSorter sorter

Class jrunx.launcher.utils.SortButtonRenderer implements Serializable

Serialized Fields

pushedColumn

int pushedColumn

state

java.util.Hashtable state

downButton

javax.swing.JButton downButton

upButton

javax.swing.JButton upButton


Package jrunx.license

Class jrunx.license.LicenseService implements Serializable

Serialized Fields

license

License license

licenseKey

java.lang.String licenseKey

previousLicenseKey

java.lang.String previousLicenseKey

evalCode

long evalCode


Package jrunx.logger

Class jrunx.logger.BufferLogEventHandler implements Serializable

Class jrunx.logger.ConsoleLogEventHandler implements Serializable

Class jrunx.logger.FileLogEventHandler implements Serializable

Serialized Fields

closeDelay

long closeDelay

lastWriteTime

long lastWriteTime

currentFilename

java.lang.String currentFilename

out

java.io.PrintWriter out

deleteOnExit

boolean deleteOnExit

filename

java.lang.String filename

rotationSize

int rotationSize

rotationSizeString

java.lang.String rotationSizeString

rotationFiles

int rotationFiles

heading

java.lang.String heading

scheduled

boolean scheduled

Class jrunx.logger.LogEvent implements Serializable

Serialized Fields

type

int type

message

java.lang.String message

throwable

java.lang.Throwable throwable

props

java.util.Properties props

format

java.lang.String format

logTime

java.util.Date logTime

logStack

java.lang.Throwable logStack

Class jrunx.logger.LogEventHandler implements Serializable

Serialized Fields

format

java.lang.String format

Class jrunx.logger.LoggerService implements Serializable

Serialized Fields

metricsLogFrequency

int metricsLogFrequency

metricsFormat

java.lang.String metricsFormat

format

java.lang.String format

metricsLogger

MetricsLogger metricsLogger

handlers

java.util.ArrayList handlers

Class jrunx.logger.ThreadedLogEventHandler implements Serializable

Serialized Fields

format

java.lang.String format

queue

java.util.Vector queue

queuePointer

int queuePointer

flushing

boolean flushing

lockObject

java.lang.Object lockObject

handlers

java.util.ArrayList handlers


Package jrunx.metrics

Class jrunx.metrics.MetricsService implements Serializable

Serialized Fields

history

java.util.Vector history

historySize

int historySize

metrics

int[] metrics

initialSize

int initialSize

nextMetric

int nextMetric

available

java.util.Stack available

metricObjects

java.util.Map metricObjects

rt

java.lang.Runtime rt

freeMemoryMetric

int freeMemoryMetric

totalMemoryMetric

int totalMemoryMetric

lastSnapshotTime

long lastSnapshotTime


Package jrunx.persistence

Class jrunx.persistence.LoadingException implements Serializable

Class jrunx.persistence.RemovalException implements Serializable


Package jrunx.persistence.greylock

Class jrunx.persistence.greylock.ArrayHandler.IllegalArrayTypeException implements Serializable

Serialized Fields

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.CFODBColumnMetaData.InvalidJDBCTypeException implements Serializable

Serialized Fields

_jdbcType

java.lang.String _jdbcType

Class jrunx.persistence.greylock.CFODBMetaData.DBNoSuchPropertyException implements Serializable

Serialized Fields

this$0

CFODBMetaData this$0

_propertyName

java.lang.String _propertyName

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.DBException implements Serializable

Serialized Fields

rootException

java.lang.Throwable rootException

Class jrunx.persistence.greylock.DBInvokerException implements Serializable

Class jrunx.persistence.greylock.DBPropertyDef implements Serializable

Serialized Fields

_typeClass

java.lang.Class _typeClass

_type

java.lang.String _type

_defaultValue

java.lang.Object _defaultValue

_isRequired

boolean _isRequired

_isArray

boolean _isArray

_isIndexed

boolean _isIndexed

_isSearchable

boolean _isSearchable

_description

java.lang.String _description

_displayName

java.lang.String _displayName

_refType

int _refType

_tDef

DBTypeDef _tDef

_name

java.lang.String _name

_jdbcType

int _jdbcType

Class jrunx.persistence.greylock.DBSchemaException implements Serializable

Serialized Fields

_vendor

java.lang.String _vendor

Class jrunx.persistence.greylock.DBSequencerException implements Serializable

Class jrunx.persistence.greylock.DBSQLException implements Serializable

Serialized Fields

_sql

java.lang.String _sql

Class jrunx.persistence.greylock.DBStoreManager.DatasourceMappingException implements Serializable

Serialized Fields

_vendor

java.lang.String _vendor

Class jrunx.persistence.greylock.DBTypeDef implements Serializable

Serialized Fields

_properties

java.util.Map _properties

_requiresInternalID

boolean _requiresInternalID

_typeID

long _typeID

_nameObject

Name _nameObject

parent

java.lang.String parent

Class jrunx.persistence.greylock.DBTypeDef.DBIllegalParentTypeException implements Serializable

Serialized Fields

this$0

DBTypeDef this$0

_parentTypeName

java.lang.String _parentTypeName

Class jrunx.persistence.greylock.DBTypeUpdate implements Serializable

Serialized Fields

_newTypeDef

DBTypeDef _newTypeDef

_oldTypeDef

DBTypeDef _oldTypeDef

_isTypeRenamed

boolean _isTypeRenamed

_oldName

java.lang.String _oldName

_modifiedProps

java.util.Map _modifiedProps

_renamedPropsKeyedByNew

java.util.Map _renamedPropsKeyedByNew

_renamedPropsKeyedByOld

java.util.Map _renamedPropsKeyedByOld

_removedProps

java.util.List _removedProps

_addedProps

java.util.List _addedProps

Class jrunx.persistence.greylock.DuplicateInstanceException implements Serializable

Class jrunx.persistence.greylock.GetInstanceSqlBuilder.DBEmbeddedPropertyException implements Serializable

Serialized Fields

_property

java.lang.String _property

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.GetInstanceSqlBuilder.InvalidIDTypeException implements Serializable

Serialized Fields

this$0

GetInstanceSqlBuilder this$0

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.InstanceForge.DBPropertyNotFoundException implements Serializable

Serialized Fields

this$0

InstanceForge this$0

_typeName

java.lang.String _typeName

_propName

java.lang.String _propName

Class jrunx.persistence.greylock.InstanceForge.DeleteRequiredPropertyException implements Serializable

Serialized Fields

this$0

InstanceForge this$0

_typeName

java.lang.String _typeName

_colName

java.lang.String _colName

_primaryKeyTypeName

java.lang.String _primaryKeyTypeName

Class jrunx.persistence.greylock.InstanceForge.EmbeddedInstanceNotFoundException implements Serializable

Serialized Fields

this$0

InstanceForge this$0

_id

long _id

_typeName

java.lang.String _typeName

_propName

java.lang.String _propName

Class jrunx.persistence.greylock.InstanceForge.InvalidPrimaryKeyTypeException implements Serializable

Serialized Fields

_typeName

java.lang.String _typeName

_colName

java.lang.String _colName

_primaryKeyTypeName

java.lang.String _primaryKeyTypeName

Class jrunx.persistence.greylock.InstanceForge.InvalidPropertyTypeException implements Serializable

Serialized Fields

this$0

InstanceForge this$0

_id

java.lang.String _id

_typeName

java.lang.String _typeName

_propName

java.lang.String _propName

_expected

java.lang.String _expected

_actual

java.lang.String _actual

Class jrunx.persistence.greylock.InstancePK implements Serializable

Serialized Fields

typeName

java.lang.String typeName

instanceName

java.lang.String instanceName

pk

java.lang.String pk

Class jrunx.persistence.greylock.InstancePK.InvalidInstancePKException implements Serializable

Serialized Fields

this$0

InstancePK this$0

_instanceName

java.lang.String _instanceName

_typeName

java.lang.String _typeName

pk

java.lang.String pk

Class jrunx.persistence.greylock.InternalException implements Serializable

Class jrunx.persistence.greylock.InvalidPropertyException implements Serializable

Serialized Fields

_propertyName

java.lang.String _propertyName

_propertyTypeName

java.lang.String _propertyTypeName

Class jrunx.persistence.greylock.JDBCUtils.DBUnsupportedTypeException implements Serializable

Serialized Fields

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.JDBCUtils.InvalidMapException implements Serializable

Class jrunx.persistence.greylock.NoSuchInstanceException implements Serializable

Serialized Fields

_id

java.lang.String _id

Class jrunx.persistence.greylock.NoSuchPropertyException implements Serializable

Class jrunx.persistence.greylock.NoSuchTypeException implements Serializable

Serialized Fields

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.NullRequiredPropertyException implements Serializable

Class jrunx.persistence.greylock.ObjectPersistenceException implements Serializable

Serialized Fields

_id

java.lang.String _id

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.TypeForge.TypeDependencyException implements Serializable

Serialized Fields

_typeName

java.lang.String _typeName

Class jrunx.persistence.greylock.WrongTypeException implements Serializable

Serialized Fields

_invalidPropertyTypeName

java.lang.String _invalidPropertyTypeName


Package jrunx.pool

Class jrunx.pool.ObjectPool implements Serializable

Serialized Fields

metadata

PoolMetaData metadata

count

int count

locked

java.util.Hashtable locked

unlocked

java.util.Hashtable unlocked

skimmer

java.lang.Thread skimmer

lifeguard

java.lang.Thread lifeguard

createdLogger

boolean createdLogger

logger

Logger logger

isDefault

boolean isDefault

Class jrunx.pool.PoolManager implements Serializable

Serialized Fields

pools

java.util.Hashtable pools

defaultpool

ObjectPool defaultpool


Package jrunx.pool.management

Class jrunx.pool.management.ObjectPoolService implements Serializable

Serialized Fields

server

javax.management.MBeanServer server

metadata

PoolMetaData metadata


Package jrunx.resource

Class jrunx.resource.ResourceService implements Serializable

Serialized Fields

resourceCheckInterval

long resourceCheckInterval

resourceCacheSize

int resourceCacheSize


Package jrunx.ri

Class jrunx.ri.EJBContainerFactory implements Serializable

Class jrunx.ri.EJBContainerFactory1_2 implements Serializable

Class jrunx.ri.EnterpriseApplicationFactory implements Serializable

Class jrunx.ri.EnterpriseApplicationFactory1_2 implements Serializable

Class jrunx.ri.WebApplicationFactory implements Serializable


Package jrunx.rmi

Class jrunx.rmi.Invocation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrunx.rmi.InvocationAlgorithm implements Serializable

Class jrunx.rmi.RemoteInvocationHandler implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jrunx.rmi.RMIBroker implements Serializable

Serialized Fields

ejbServer

RemoteInvocationProxyImpl ejbServer


Package jrunx.scheduler

Class jrunx.scheduler.SchedulerService implements Serializable

Serialized Fields

times

long[] times
array to store the time values for when we want to run something. The arrays implement a heap priority queue data structure, where element 0 is the root of the tree, and element i's children are at 2i+1 and 2i+2. Conversly, each element i has a parent at (i-1)/2.

tasks

java.lang.Runnable[] tasks
array of Runnable's to run. each runnable has a corresponding entry in the times[] array

count

int count
number of Runnables currently scheduled

lock

java.lang.Object lock
private lock boject for synchronizing the heap and waiting for new entries

testmode

boolean testmode

shutDownObjects

java.util.ArrayList shutDownObjects
Runnables register with a ShutDownHook

Class jrunx.scheduler.ThreadPoolService implements Serializable

Serialized Fields

threadPool

ThreadPool threadPool

metrics

Metrics metrics


Package jrunx.service

Class jrunx.service.ServiceFactory implements Serializable


Package jrunx.tyrex.services

Class jrunx.tyrex.services.UUID.InvalidIDException implements Serializable


Package jrunx.tyrex.tm

Class jrunx.tyrex.tm.DomainConfigurationException implements Serializable

Class jrunx.tyrex.tm.RecoveryException implements Serializable

Serialized Fields

_next

RecoveryException _next
Reference to the next recovery exception.

Class jrunx.tyrex.tm.TransactionTimeoutException implements Serializable


Package jrunx.tyrex.tm.xid

Class jrunx.tyrex.tm.xid.BaseXid implements Serializable

Serialized Fields

_string

java.lang.String _string
The textual representation of the transaction identifier.

Class jrunx.tyrex.tm.xid.BranchXid implements Serializable

Serialized Fields

_global

byte[] _global
The global transaction identifier for this transaction.

_branch

byte[] _branch
The branch qualifier for this transaction.

Class jrunx.tyrex.tm.xid.ExternalXid implements Serializable

Serialized Fields

_formatId

int _formatId
The format identifier.

_global

byte[] _global
The global identifier for this transaction.

_branch

byte[] _branch
The branch qualifier for this transaction.

Class jrunx.tyrex.tm.xid.GlobalXid implements Serializable

Serialized Fields

_global

byte[] _global
The global transaction identifier this transaction.

Class jrunx.tyrex.tm.xid.InvalidXidException implements Serializable

Class jrunx.tyrex.tm.xid.LocalXid implements Serializable

Serialized Fields

_branch

byte[] _branch
The branch qualifier for this transaction.


Package jrunx.tyrex.util

Class jrunx.tyrex.util.NestedException implements Serializable

Serialized Fields

_except

java.lang.Exception _except
The underlying exception.


Package jrunx.util

Class jrunx.util.EnvironmentNamingContextException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class jrunx.util.FastHashtable implements Serializable

Serialized Fields

map

FastMap map

Class jrunx.util.FastHashtable.HashEnumerator implements Serializable

Serialized Fields

this$0

FastHashtable this$0

_iter

FastMap._Iterator _iter

_isKeylist

boolean _isKeylist

Class jrunx.util.FastMap implements Serializable

Serialized Fields

_capacity

int _capacity

_entries

FastMap._Entry[] _entries

_maxSize

int _maxSize

_minSize

int _minSize

_size

int _size

Class jrunx.util.FastMap._Entry implements Serializable

Serialized Fields

this$0

FastMap this$0

_key

java.lang.Object _key

_value

java.lang.Object _value

_next

FastMap._Entry _next

Class jrunx.util.FastMap._Iterator implements Serializable

Serialized Fields

this$0

FastMap this$0

_count

int _count

_index

int _index

_entry

FastMap._Entry _entry

_previous

FastMap._Entry _previous

Class jrunx.util.FlatHashtable implements Serializable

Serialized Fields

keys

java.lang.Object[] keys

values

java.lang.Object[] values

size

int size
number of active elements in the hash

removed

int removed
number of elements that have been removed.

Class jrunx.util.LRUCache implements Serializable

Serialized Fields

head

jrunx.util.LRUListEntry head

tail

jrunx.util.LRUListEntry tail

maxSize

int maxSize

purgeSize

int purgeSize

Class jrunx.util.LRUCache.LRUEnumerator implements Serializable

Serialized Fields

this$0

LRUCache this$0

Class jrunx.util.MetaDataException implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException

Class jrunx.util.MultiKeyContainer implements Serializable

Serialized Fields

sb

char[] sb

Class jrunx.util.NoCaseContainer implements Serializable

Class jrunx.util.OrderedHashMap implements Serializable

Serialized Fields

orderedKeys

java.util.ArrayList orderedKeys

orderedElements

java.util.ArrayList orderedElements

Class jrunx.util.OrderedProperties implements Serializable

Serialized Fields

keys

java.util.Vector keys

comment_blocks

java.util.Hashtable comment_blocks

Class jrunx.util.Pool implements Serializable

Class jrunx.util.ReflectionMessageException implements Serializable


Package jrunx.util.ui

Class jrunx.util.ui.BusyJFrame implements Serializable


Package jrunx.watcher

Class jrunx.watcher.Watcher implements Serializable

Serialized Fields

pollFrequency

long pollFrequency

listeners

java.util.List listeners

directories

java.util.List directories
The list of watched directories.

directoryMap

java.util.Map directoryMap
The map of watched directories to the directory contents.

filenameFilter

java.io.FilenameFilter filenameFilter


Package jrunx.xdoclet

Class jrunx.xdoclet.XDocletService implements Serializable

Serialized Fields

watchedEJBDirectories

java.util.ArrayList watchedEJBDirectories

watchedWARDirectories

java.util.ArrayList watchedWARDirectories

watchedDirModTime

java.util.Map watchedDirModTime

pollFrequency

long pollFrequency
The interval at which the watched directories are re-examined, in seconds. The default is 3 seconds, and this can be changed via JMX.

antFile

java.lang.String antFile
This file can be found at $JRUN_HOME/lib/xdoclet.xml

warSuffixes

java.util.ArrayList warSuffixes

antLevel

java.lang.String antLevel


Package jrunx.xml

Class jrunx.xml.MetaDataException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class jrunx.xml.PersistenceContext.ExportFailedException implements Serializable

Serialized Fields

descriptor

java.lang.String descriptor

Class jrunx.xml.XMLMetaData.BaseException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

location

java.lang.String location

line

int line

Class jrunx.xml.XMLMetaData.CouldNotCreateDocumentException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

location

java.lang.String location

Class jrunx.xml.XMLMetaData.CreateInstanceException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

className

java.lang.String className

Class jrunx.xml.XMLMetaData.ElementRequiredException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

child

java.lang.String child

parent

java.lang.String parent

Class jrunx.xml.XMLMetaData.IntegerExpectedException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

value

java.lang.String value

elementName

java.lang.String elementName

Class jrunx.xml.XMLMetaData.InvalidElementException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

name

java.lang.String name

list

java.util.List list

Class jrunx.xml.XMLMetaData.InvalidObjectException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

className

java.lang.String className

objStr

java.lang.String objStr

constStr

java.lang.String constStr

Class jrunx.xml.XMLMetaData.MetaDataExportIOException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

message

java.lang.String message

location

java.lang.String location

Class jrunx.xml.XMLMetaData.NoLocationException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

Class jrunx.xml.XMLMetaData.NoStringConstructorException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

className

java.lang.String className

excStr

java.lang.String excStr

Class jrunx.xml.XMLMetaData.UnsupportedArrayTypeException implements Serializable

Serialized Fields

this$0

XMLMetaData this$0

arrayType

java.lang.String arrayType

cls

java.lang.String cls

Class jrunx.xml.XMLScript.NoSuchNodeTransformerException implements Serializable

Serialized Fields

expression

java.lang.String expression



Copyright © 2002 Macromedia Corporation. All Rights Reserved.