Serialized Form


Package com.opensymphony.ejb

Class com.opensymphony.ejb.EntityAdapter implements Serializable

Class com.opensymphony.ejb.ExceptionlessEntityAdapter implements Serializable

Class com.opensymphony.ejb.SessionAdapter implements Serializable

Serialized Fields

context

javax.ejb.SessionContext context
Reference to SessionContext.


Package com.opensymphony.module.propertyset

Class com.opensymphony.module.propertyset.DuplicatePropertyKeyException implements Serializable

Class com.opensymphony.module.propertyset.EJBPropertySet implements Serializable

Serialized Fields

store

PropertyStore store

entityName

java.lang.String entityName

entityId

long entityId

Class com.opensymphony.module.propertyset.IllegalPropertyException implements Serializable

Class com.opensymphony.module.propertyset.InvalidPropertyTypeException implements Serializable

Class com.opensymphony.module.propertyset.MemoryPropertySet.ValueEntry implements Serializable

Serialized Fields

type

int type

value

java.lang.Object value

Class com.opensymphony.module.propertyset.PropertyException implements Serializable

Class com.opensymphony.module.propertyset.PropertyImplementationException implements Serializable

Serialized Fields

original

java.lang.Throwable original

Class com.opensymphony.module.propertyset.PropertySchema implements Serializable

Serialized Fields

type

int type

verifiers

java.util.Collection verifiers

name

java.lang.String name

Class com.opensymphony.module.propertyset.PropertySetSchema implements Serializable

Serialized Fields

restricted

boolean restricted

propertySchemas

java.util.Map propertySchemas

Class com.opensymphony.module.propertyset.SerializablePropertySet implements Serializable

Class com.opensymphony.module.propertyset.XMLPropertySet implements Serializable

Serialized Fields

dateFormat

java.text.SimpleDateFormat dateFormat


Package com.opensymphony.module.propertyset.ejb

Class com.opensymphony.module.propertyset.ejb.PropertyStoreEJB implements Serializable

Serialized Fields

context

javax.ejb.SessionContext context

Class com.opensymphony.module.propertyset.ejb.PropertyStoreSession implements Serializable


Package com.opensymphony.module.propertyset.ejb.types

Class com.opensymphony.module.propertyset.ejb.types.DataEntityEJB implements Serializable

Serialization Methods

readObject

private java.lang.Object readObject(byte[] data)
DeSerialize an Object from byte array.

writeObject

private byte[] writeObject(java.lang.Object o)
Serialize an Object to byte array.
Serialized Fields

context

javax.ejb.EntityContext context

Class com.opensymphony.module.propertyset.ejb.types.DateEntityEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

Class com.opensymphony.module.propertyset.ejb.types.DecimalEntityEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

Class com.opensymphony.module.propertyset.ejb.types.NumberEntityEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

Class com.opensymphony.module.propertyset.ejb.types.PropertyDataCMP implements Serializable

Serialized Fields

id

java.lang.Long id

bytes

byte[] bytes

dirty

boolean dirty

Class com.opensymphony.module.propertyset.ejb.types.PropertyDateCMP implements Serializable

Serialized Fields

id

java.lang.Long id

date

java.sql.Timestamp date

dirty

boolean dirty

Class com.opensymphony.module.propertyset.ejb.types.PropertyDecimalCMP implements Serializable

Serialized Fields

id

java.lang.Long id

decimal

double decimal

dirty

boolean dirty

Class com.opensymphony.module.propertyset.ejb.types.PropertyEntryCMP implements Serializable

Serialized Fields

id

java.lang.Long id

entityName

java.lang.String entityName

entityId

long entityId

type

int type

key

java.lang.String key

dirty

boolean dirty

Class com.opensymphony.module.propertyset.ejb.types.PropertyEntryEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

Class com.opensymphony.module.propertyset.ejb.types.PropertyNumberCMP implements Serializable

Serialized Fields

id

java.lang.Long id

number

long number

dirty

boolean dirty

Class com.opensymphony.module.propertyset.ejb.types.PropertyStringCMP implements Serializable

Serialized Fields

id

java.lang.Long id

string

java.lang.String string

dirty

boolean dirty

Class com.opensymphony.module.propertyset.ejb.types.StringEntityEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context


Package com.opensymphony.module.propertyset.ofbiz

Class com.opensymphony.module.propertyset.ofbiz.OFBizPropertySet implements Serializable

Serialized Fields

delegatorName

java.lang.String delegatorName

entityName

java.lang.String entityName

entityId

java.lang.Long entityId


Package com.opensymphony.module.propertyset.utility

Class com.opensymphony.module.propertyset.utility.CachingPropertySet implements Serializable

Serialized Fields

cachePS

SerializablePropertySet cachePS

decoratedPS

PropertySet decoratedPS


Package com.opensymphony.module.propertyset.verifiers

Class com.opensymphony.module.propertyset.verifiers.NumberVerifier implements Serializable

Serialized Fields

min

java.lang.Number min

max

java.lang.Number max

type

java.lang.Class type

Class com.opensymphony.module.propertyset.verifiers.StringVerifier implements Serializable

Serialized Fields

max

int max

min

int min

prefix

java.lang.String prefix

suffix

java.lang.String suffix

contains

java.lang.String contains

allowableStrings

java.util.Set allowableStrings

Class com.opensymphony.module.propertyset.verifiers.VerifyException implements Serializable


Package com.opensymphony.module.random

Class com.opensymphony.module.random.Yarrow implements Serializable

Serialized Fields

ZERO_ARRAY

byte[] ZERO_ARRAY

reseed_ctx

java.security.MessageDigest reseed_ctx

cipher_ctx

Rijndael cipher_ctx

output_buffer

byte[] output_buffer

counter

byte[] counter

allZeroString

byte[] allZeroString

tmp

byte[] tmp

output_count

int output_count

fetch_counter

int fetch_counter

block_bytes

int block_bytes

fast_pool

java.security.MessageDigest fast_pool

slow_pool

java.security.MessageDigest slow_pool

fast_entropy

int fast_entropy

slow_entropy

int slow_entropy

digestSize

int digestSize

fast_select

boolean fast_select

long_buffer

byte[] long_buffer

entropySeen

java.util.Hashtable entropySeen


Package com.opensymphony.module.sequence

Class com.opensymphony.module.sequence.SequenceCMP implements Serializable

Serialized Fields

name

java.lang.String name

actualCount

long actualCount

dirty

boolean dirty

Class com.opensymphony.module.sequence.SequenceEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

Class com.opensymphony.module.sequence.SequenceGeneratorEJB implements Serializable

Serialized Fields

context

javax.ejb.SessionContext context

sequenceHome

SequenceHome sequenceHome
Home for Sequence Entity

sequenceStore

java.util.Map sequenceStore
Map of sequenceNames to appropriate MemorySequence's.

increment

int increment
Increment size (size of HIGH block).

retry

int retry
Number of times to attempt to retry.

retryPause

int retryPause
Time (in milliseconds) to pause between retries.

Class com.opensymphony.module.sequence.SequenceGeneratorSession implements Serializable


Package com.opensymphony.provider

Class com.opensymphony.provider.ProviderConfigurationException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class com.opensymphony.provider.ProviderInvocationException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package com.opensymphony.util

Class com.opensymphony.util.Data implements Serializable

Serialized Fields

bytes

byte[] bytes

Class com.opensymphony.util.Logger implements Serializable

Serialized Fields

context

java.lang.Object context

Class com.opensymphony.util.MultipartException implements Serializable

Serialized Fields

errors

java.util.List errors
List used internally to store Strings of error messages.

Class com.opensymphony.util.OrderedMap implements Serializable

Serialized Fields

keyOrder

java.util.List keyOrder


Package com.opensymphony.web

Class com.opensymphony.web.ActionServlet implements Serializable

Serialized Fields

actionMappings

java.util.Map actionMappings


Package com.opensymphony.web.tags.base

Class com.opensymphony.web.tags.base.Base implements Serializable

Serialized Fields

pageContext

javax.servlet.jsp.PageContext pageContext

parent

javax.servlet.jsp.tagext.Tag parent

Class com.opensymphony.web.tags.base.InvalidScopeException implements Serializable


See www.opensymphony.com for more information.