Serialized Form


Package org.jwarp.common

Class org.jwarp.common.ACascadingException implements Serializable

Serialized Fields

exceptions

java.util.LinkedList exceptions

Class org.jwarp.common.ConfigurationException implements Serializable

Serialized Fields

underlying

java.lang.Exception underlying

Class org.jwarp.common.InitializationException implements Serializable

Class org.jwarp.common.NotAvailableException implements Serializable

Class org.jwarp.common.NotFoundException implements Serializable

Class org.jwarp.common.NotSupportedException implements Serializable


Package org.jwarp.flow

Class org.jwarp.flow.WorkflowException implements Serializable


Package org.jwarp.flow.form.event

Class org.jwarp.flow.form.event.ComponentEvent implements Serializable

Class org.jwarp.flow.form.event.ContainerEvent implements Serializable

Serialized Fields

child

IComponent child
The non-null component that is being added or removed from the Container.
 
See Also:
getChild

Class org.jwarp.flow.form.event.FormEvent implements Serializable

Serialized Fields

data

java.lang.Object data
Additional object data.


Package org.jwarp.flow.form.model

Class org.jwarp.flow.form.model.FormException implements Serializable

Class org.jwarp.flow.form.model.FormInitException implements Serializable


Package org.jwarp.flow.process

Class org.jwarp.flow.process.ActivityException implements Serializable

Class org.jwarp.flow.process.ActivityInitException implements Serializable

Class org.jwarp.flow.process.ProcessException implements Serializable

Class org.jwarp.flow.process.ProcessInitException implements Serializable

Class org.jwarp.flow.process.TransitionException implements Serializable

Class org.jwarp.flow.process.TransitionInitException implements Serializable


Package org.jwarp.service

Class org.jwarp.service.InvalidContextException implements Serializable

Class org.jwarp.service.ServiceException implements Serializable

Class org.jwarp.service.ServiceInitializationException implements Serializable

Class org.jwarp.service.ServiceNotFoundException implements Serializable

Class org.jwarp.service.ServiceNotReadyException implements Serializable

Class org.jwarp.service.ServiceRuntimeException implements Serializable


Package org.jwarp.service.connectionpool

Class org.jwarp.service.connectionpool.InvalidPoolException implements Serializable

Class org.jwarp.service.connectionpool.MaxConnectException implements Serializable

Class org.jwarp.service.connectionpool.PoolInitException implements Serializable


Package org.jwarp.service.groups

Class org.jwarp.service.groups.FileGroupManager implements Serializable

Serialized Fields

supportedTypes

int[] supportedTypes

typeDescriptions

java.util.Hashtable typeDescriptions

items

java.util.Hashtable items
The currently defined users. Keys are the ids.

names

java.util.Hashtable names
The currently defined groups. Keys are the group's name.

members

java.util.Hashtable members
The group members table.

Class org.jwarp.service.groups.Group implements Serializable

Serialized Fields

members

Members members

Class org.jwarp.service.groups.Item implements Serializable

Serialized Fields

id

int id

object

java.lang.Object object

Class org.jwarp.service.groups.Members implements Serializable

Serialized Fields

members

java.util.Hashtable members

owner

int owner


Package org.jwarp.service.mail

Class org.jwarp.service.mail.MailException implements Serializable


Package org.jwarp.service.param

Class org.jwarp.service.param.ParameterDescriptions implements Serializable

Class org.jwarp.service.param.ParameterException implements Serializable

Class org.jwarp.service.param.ParameterManager implements Serializable

Class org.jwarp.service.param.ParameterNotFoundException implements Serializable

Serialized Fields

missingParameter

IParameterDescription missingParameter
The parameter descriptor for the missing parameter


Package org.jwarp.service.persistence

Class org.jwarp.service.persistence.PersistenceException implements Serializable


Package org.jwarp.service.security

Class org.jwarp.service.security.EntityExistsException implements Serializable

Class org.jwarp.service.security.FileSecurity implements Serializable

Serialized Fields

groupManager

FileGroupManager groupManager

Class org.jwarp.service.security.LoginException implements Serializable

Class org.jwarp.service.security.SecurityGroup implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

Class org.jwarp.service.security.SecurityObject implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

accessList

java.util.Vector accessList

Class org.jwarp.service.security.SQLSecurityGroup implements Serializable

Serialized Fields

pool

ConnectionPool pool

Class org.jwarp.service.security.SQLSystemObject implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

pool

ConnectionPool pool

Class org.jwarp.service.security.SQLUser implements Serializable

Serialized Fields

pool

ConnectionPool pool

Class org.jwarp.service.security.Ticket implements Serializable

Serialized Fields

loginDate

long loginDate

expireTime

long expireTime

user

int user

context

IContext context

magic

long magic

extendExpireSecs

int extendExpireSecs

Class org.jwarp.service.security.User implements Serializable

Serialized Fields

uid

java.lang.String uid

name

java.lang.String name

pwd

java.lang.String pwd

description

java.lang.String description


Package org.jwarp.service.threadpool

Class org.jwarp.service.threadpool.ThreadPoolStoppedException implements Serializable

Class org.jwarp.service.threadpool.WorkQueue implements Serializable

Serialized Fields

waitingCount

int waitingCount
the number of waiting consumers

freeThreads

boolean freeThreads


Package org.jwarp.service.web.dispatch

Class org.jwarp.service.web.dispatch.ActionException implements Serializable

Serialized Fields

value

java.lang.Object value

Class org.jwarp.service.web.dispatch.DispatchException implements Serializable

Class org.jwarp.service.web.dispatch.IllegalActionException implements Serializable


Package org.jwarp.service.web.dispatch.decode

Class org.jwarp.service.web.dispatch.decode.DecodeException implements Serializable

Class org.jwarp.service.web.dispatch.decode.EncodingException implements Serializable


Package org.jwarp.service.web.forward

Class org.jwarp.service.web.forward.InvalidForwardException implements Serializable

Class org.jwarp.service.web.forward.InvalidForwardTypeException implements Serializable


Package org.jwarp.service.work

Class org.jwarp.service.work.AnonymousJobNotAllowedException implements Serializable

Class org.jwarp.service.work.InvalidJobStateException implements Serializable

Class org.jwarp.service.work.ToolRunException implements Serializable


Package org.jwarp.util

Class org.jwarp.util.Circuit.CircuitException implements Serializable

Serialized Fields

this$0

Circuit this$0

Class org.jwarp.util.LockException implements Serializable

Class org.jwarp.util.Queue implements Serializable

Serialized Fields

queue

java.util.LinkedList queue
The underlying list


Package org.jwarp.util.filter

Class org.jwarp.util.filter.CharacterFilter implements Serializable

Class org.jwarp.util.filter.StringFilter implements Serializable

Class org.jwarp.util.filter.WordFilter implements Serializable


Package org.jwarp.util.recycle

Class org.jwarp.util.recycle.RecycleBinEmptyException implements Serializable

Class org.jwarp.util.recycle.RecycleBinFullException implements Serializable


Package org.jwarp.xml

Class org.jwarp.xml.XMLException implements Serializable


©   O R C A   S y s t e m s