Serialized Form


Package org.apache.turbine

Class org.apache.turbine.Turbine implements Serializable

Serialized Fields

services

TurbineServices services
instance of turbine services


Package org.apache.turbine.modules

Class org.apache.turbine.modules.ActionLoader implements Serializable

Class org.apache.turbine.modules.GenericLoader implements Serializable

Serialized Fields

reload

boolean reload
This can be serialized

CACHE

boolean CACHE
This can be serialized

Class org.apache.turbine.modules.LayoutLoader implements Serializable

Class org.apache.turbine.modules.NavigationLoader implements Serializable

Class org.apache.turbine.modules.PageLoader implements Serializable

Class org.apache.turbine.modules.ScheduledJobLoader implements Serializable

Class org.apache.turbine.modules.ScreenLoader implements Serializable


Package org.apache.turbine.om

Class org.apache.turbine.om.BaseObject implements Serializable

Serialized Fields

is_new

boolean is_new
attribute to determine if this object has previously been saved.

primaryKey

ObjectKey primaryKey
The unique id for the object which can be used for persistence.

modified

boolean modified
A flag which can be set to indicate that an object has been modified, since it was last retrieved from the persistence mechanism.

Class org.apache.turbine.om.ComboKey implements Serializable

Serialized Fields

tmpKeys

java.util.ArrayList tmpKeys

sbuf

java.lang.StringBuffer sbuf

key

SimpleKey[] key

Class org.apache.turbine.om.DateKey implements Serializable

Class org.apache.turbine.om.NumberKey implements Serializable

Class org.apache.turbine.om.ObjectKey implements Serializable

Serialized Fields

key

java.lang.Object key
The underlying key value.

Class org.apache.turbine.om.SimpleKey implements Serializable

Class org.apache.turbine.om.StringKey implements Serializable


Package org.apache.turbine.om.security

Class org.apache.turbine.om.security.SecurityObject implements Serializable

Serialized Fields

name

java.lang.String name
The name of this object.

attributes

java.util.Map attributes
The attributes of this object.

Class org.apache.turbine.om.security.TurbineGroup implements Serializable

Class org.apache.turbine.om.security.TurbinePermission implements Serializable

Class org.apache.turbine.om.security.TurbineRole implements Serializable

Serialized Fields

permissionSet

PermissionSet permissionSet
The permissions for this role.

Class org.apache.turbine.om.security.TurbineUser implements Serializable

Serialized Fields

createDate

java.util.Date createDate
The date on which the user account was created.

lastAccessDate

java.util.Date lastAccessDate
The date on which the user last accessed the application.

permStorage

java.util.Hashtable permStorage
This is data that will survive a servlet engine restart.

tempStorage

java.util.Hashtable tempStorage
This is data that will not survive a servlet engine restart.


Package org.apache.turbine.services

Class org.apache.turbine.services.BaseUnicastRemoteService implements Serializable

Serialized Fields

configuration

org.apache.stratum.configuration.Configuration configuration

isInitialized

boolean isInitialized

initableBroker

InitableBroker initableBroker

name

java.lang.String name

properties

java.util.Properties properties

serviceBroker

ServiceBroker serviceBroker

Class org.apache.turbine.services.InitializationException implements Serializable

Class org.apache.turbine.services.InstantiationException implements Serializable


Package org.apache.turbine.services.cache

Class org.apache.turbine.services.cache.CachedObject implements Serializable

Serialized Fields

contents

java.lang.Object contents
The object to be cached.

defaultage

long defaultage
Default age (30 minutes).

created

long created
When created.

expires

long expires
When it expires.

stale

boolean stale
Is this object stale/expired?

Class org.apache.turbine.services.cache.ObjectExpiredException implements Serializable

Class org.apache.turbine.services.cache.RefreshableCachedObject implements Serializable

Serialized Fields

timeToLive

long timeToLive
How long to wait before removing an untouched object from the cache. Negative numbers mean never remove (the default).

lastAccess

long lastAccess
The last time the Object was accessed from the cache.


Package org.apache.turbine.services.freemarker

Class org.apache.turbine.services.freemarker.InputModel implements Serializable

Class org.apache.turbine.services.freemarker.TextAreaModel implements Serializable


Package org.apache.turbine.services.intake.validator

Class org.apache.turbine.services.intake.validator.ValidationException implements Serializable

Serialized Fields

message

java.lang.String message


Package org.apache.turbine.services.intake.xmlmodel

Class org.apache.turbine.services.intake.xmlmodel.AppData implements Serializable

Serialized Fields

inputs

java.util.List inputs

basePackage

java.lang.String basePackage

Class org.apache.turbine.services.intake.xmlmodel.Rule implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

message

java.lang.String message

parent

XmlField parent

Class org.apache.turbine.services.intake.xmlmodel.XmlField implements Serializable

Serialization Methods

readObject

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

writeObject

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

baseClass

java.lang.String baseClass

name

java.lang.String name

key

java.lang.String key

type

java.lang.String type

displayName

java.lang.String displayName

onError

java.lang.String onError

multiValued

java.lang.String multiValued

parent

XmlGroup parent

rules

java.util.List rules

ruleMap

java.util.Map ruleMap

ifRequiredMessage

java.lang.String ifRequiredMessage

mapToObject

java.lang.String mapToObject

mapToProperty

java.lang.String mapToProperty

validator

java.lang.String validator

defaultValue

java.lang.String defaultValue

Class org.apache.turbine.services.intake.xmlmodel.XmlGroup implements Serializable

Serialized Fields

fields

java.util.List fields

mapToObjects

java.util.List mapToObjects

defaultMapToObject

java.lang.String defaultMapToObject

parent

AppData parent

groupName

java.lang.String groupName

key

java.lang.String key

poolCapacity

java.lang.String poolCapacity


Package org.apache.turbine.services.schedule

Class org.apache.turbine.services.schedule.JobEntry implements Serializable

Serialized Fields

second

int second
Valid entry ( 0-60 ).

minute

int minute
Valid entry ( 0-59 ).

hour

int hour
Valid entry ( 0-23 ).

weekday

int weekday
Valid entry ( 1-7 ).

day_of_month

int day_of_month
Valid entry ( 1-31 ).

task

java.lang.String task
The Task to perform.

runtime

long runtime
Next runtime.

email

java.lang.String email
E-mail address to send notification of job run.

jobIsActive

boolean jobIsActive
indicates if job is currently running

jobProp

java.util.Hashtable jobProp
Storage for additional properties


Package org.apache.turbine.services.security.ldap

Class org.apache.turbine.services.security.ldap.LDAPUser implements Serializable

Serialized Fields

createDate

java.util.Date createDate

lastAccessDate

java.util.Date lastAccessDate

timeout

int timeout

permStorage

java.util.Hashtable permStorage
This is data that will survive a servlet engine restart.

tempStorage

java.util.Hashtable tempStorage
This is data that will not survive a servlet engine restart.


Package org.apache.turbine.torque.engine.sql

Class org.apache.turbine.torque.engine.sql.ParseException implements Serializable


Package org.apache.turbine.util

Class org.apache.turbine.util.BufferCache implements Serializable

Serialized Fields

maxSize

int maxSize
The size of the cache. The newest elements in the sequence are kept toward the end.

Class org.apache.turbine.util.SequencedHashtable implements Serializable

Serialized Fields

keySequence

java.util.LinkedList keySequence
The sequence used to keep track of the hash keys. Younger objects are kept towards the end of the list. Does not allow duplicates.

Class org.apache.turbine.util.StringStackBuffer implements Serializable

Serialized Fields

stk

java.util.Stack stk
The stack.

Class org.apache.turbine.util.TurbineException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested
Holds the reference to the exception or error that caused this exception to be thrown.

Class org.apache.turbine.util.TurbineRuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested
Holds the reference to the exception or error that caused this exception to be thrown.


Package org.apache.turbine.util.db

Class org.apache.turbine.util.db.Criteria implements Serializable

Serialized Fields

ignoreCase

boolean ignoreCase

singleRecord

boolean singleRecord

cascade

boolean cascade

selectModifiers

StringStackBuffer selectModifiers

selectColumns

StringStackBuffer selectColumns

orderByColumns

StringStackBuffer orderByColumns

asColumns

java.util.Hashtable asColumns

joinL

java.util.ArrayList joinL

joinR

java.util.ArrayList joinR

dbName

java.lang.String dbName
The name of the database.

limit

int limit
To limit the number of rows to return. -1 means return all rows.

offset

int offset
To start the results at a row other than the first one.

aliases

java.util.HashMap aliases

blobFlag

boolean blobFlag

Class org.apache.turbine.util.db.Criteria.Criterion implements Serializable

Serialized Fields

this$0

Criteria this$0

value

java.lang.Object value
Value of the CO.

comparison

java.lang.String comparison
Comparison value.

table

java.lang.String table
Table name.

column

java.lang.String column
Column name.

ignoreStringCase

boolean ignoreStringCase
flag to ignore case in comparision

db

DB db
The DB adaptor which might be used to get db specific variations of sql.

or

Criteria.Criterion or
Another Criterion connected to this one by an OR clause.

and

Criteria.Criterion and
Another criterion connected to this one by an AND clause.


Package org.apache.turbine.util.db.adapter

Class org.apache.turbine.util.db.adapter.DB implements Serializable

Serialized Fields

DB_USER

java.lang.String DB_USER
The database user name.

DB_PASS

java.lang.String DB_PASS
The database password.

DB_CONNECTION

java.lang.String DB_CONNECTION
The database name.

JDBCDriver

java.lang.String JDBCDriver
The JDBC driver.

Class org.apache.turbine.util.db.adapter.DBDB2400 implements Serializable

Class org.apache.turbine.util.db.adapter.DBDB2App implements Serializable

Class org.apache.turbine.util.db.adapter.DBDB2Net implements Serializable

Class org.apache.turbine.util.db.adapter.DBHypersonicSQL implements Serializable

Serialized Fields

url

java.lang.String url

username

java.lang.String username

password

java.lang.String password

Class org.apache.turbine.util.db.adapter.DBInformix implements Serializable

Class org.apache.turbine.util.db.adapter.DBInstantDB implements Serializable

Class org.apache.turbine.util.db.adapter.DBInterbase implements Serializable

Class org.apache.turbine.util.db.adapter.DBMM implements Serializable

Class org.apache.turbine.util.db.adapter.DBMSSQL implements Serializable

Class org.apache.turbine.util.db.adapter.DBMSSQL7 implements Serializable

Class org.apache.turbine.util.db.adapter.DBNone implements Serializable

Class org.apache.turbine.util.db.adapter.DBOdbc implements Serializable

Class org.apache.turbine.util.db.adapter.DBOracle implements Serializable

Class org.apache.turbine.util.db.adapter.DBPostgres implements Serializable

Class org.apache.turbine.util.db.adapter.DBSapDB implements Serializable

Class org.apache.turbine.util.db.adapter.DBSybase implements Serializable

Class org.apache.turbine.util.db.adapter.DBWeblogic implements Serializable

Serialized Fields

DATABASE_POOL

java.lang.String DATABASE_POOL


Package org.apache.turbine.util.db.pool

Class org.apache.turbine.util.db.pool.ConnectionWaitTimeoutException implements Serializable


Package org.apache.turbine.util.security

Class org.apache.turbine.util.security.AccessControlException implements Serializable

Class org.apache.turbine.util.security.AccessControlList implements Serializable

Serialized Fields

roleSets

java.util.Map roleSets
The sets of roles that the user has in different groups

permissionSets

java.util.Map permissionSets
The sets of permissions that the user has in different groups

Class org.apache.turbine.util.security.DataBackendException implements Serializable

Class org.apache.turbine.util.security.EntityExistsException implements Serializable

Class org.apache.turbine.util.security.GroupSet implements Serializable

Serialized Fields

set

java.util.TreeSet set
Set to hold the Group Set

Class org.apache.turbine.util.security.PasswordMismatchException implements Serializable

Class org.apache.turbine.util.security.PermissionSet implements Serializable

Serialized Fields

set

java.util.TreeSet set
Set to hold the Permission Set

Class org.apache.turbine.util.security.RoleSet implements Serializable

Serialized Fields

set

java.util.TreeSet set
Role storage.

Class org.apache.turbine.util.security.TurbineSecurityException implements Serializable

Class org.apache.turbine.util.security.UnknownEntityException implements Serializable


Package org.apache.turbine.util.upload

Class org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException implements Serializable

Serialized Fields

this$0

MultipartStream this$0

Class org.apache.turbine.util.upload.MultipartStream.MalformedStreamException implements Serializable

Serialized Fields

this$0

MultipartStream this$0



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.