Serialized Form


Package com.bowstreet

Class com.bowstreet.BSBootstrapConfig extends java.lang.Object implements Serializable

Serialized Fields

bootstrapProps

java.util.Properties bootstrapProps

Package com.bowstreet.appserver

Class com.bowstreet.appserver.BowHttpSessionBindingListener extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Package com.bowstreet.appserver.logmanager

Class com.bowstreet.appserver.logmanager.LogAdminException extends java.lang.Exception implements Serializable

Class com.bowstreet.appserver.logmanager.LoggerException extends java.lang.Exception implements Serializable


Package com.bowstreet.builders.webapp.methods

Class com.bowstreet.builders.webapp.methods.EJBCallMethods extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

jndiHomeName

java.lang.String jndiHomeName

useCustomConstructor

boolean useCustomConstructor

constructorName

java.lang.String constructorName

serverKey

java.lang.String serverKey

remoteHandle

javax.ejb.Handle remoteHandle

Class com.bowstreet.builders.webapp.methods.EJBMethods extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

jndiHomeName

java.lang.String jndiHomeName

useCustomConstructor

boolean useCustomConstructor

constructorName

java.lang.String constructorName

remoteHandle

javax.ejb.Handle remoteHandle

Class com.bowstreet.builders.webapp.methods.ModelContainerImpl extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

modelName

java.lang.String modelName

profileName

java.lang.String profileName

isSingleton

boolean isSingleton

errorModelName

java.lang.String errorModelName

explicitModelInstance

WebAppAccess explicitModelInstance

freeInstance

boolean freeInstance

needToFirePreLoadEvent

boolean needToFirePreLoadEvent

deliverRequestEvents

boolean deliverRequestEvents

Class com.bowstreet.builders.webapp.methods.ModelContainerImpl.InitializationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nestedException

java.lang.Exception nestedException

Class com.bowstreet.builders.webapp.methods.ModelContainerStateManager extends WebAppModelStateManager implements Serializable

Class com.bowstreet.builders.webapp.methods.ModelContainerStateManager.ModelContainerDescriptor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

data

byte[] data

Class com.bowstreet.builders.webapp.methods.PagingAssistant extends java.lang.Object implements Serializable

Serialized Fields

useRequestDataCache

boolean useRequestDataCache

name

java.lang.String name
The name of this Paging Assistant Linked Java Object.


rowsPerPage

int rowsPerPage
The number of rows per page of returned data.


currentPage

int currentPage
The current page in the data set.


rowCount

int rowCount
The total number of rows. Negative value indicates need to fetch.


rangeFormat

java.lang.String rangeFormat
Used to calculate range strings.


topLevelTagName

java.lang.String topLevelTagName
The tag name to use for the top-level element.


cachedData

IXml cachedData
Cached data - generally, source will deliver more than one page.


startCached

int startCached
Range of data cached above.


endCached

int endCached
Range of data cached above.


enableLookaheadCaching

boolean enableLookaheadCaching
Whether or not to cache lookahead pages.


sortAscending

boolean sortAscending
Is current sort direction ascending?


dateFormat

java.lang.String dateFormat
How to parse dates - for use by sorting code.


preserveLocation

boolean preserveLocation
for backward compatibility: if false, reset() does not set the current page to zero


bHasSorted

boolean bHasSorted

oldHash

int oldHash

Package com.bowstreet.builders.webapp.pageautomation

Class com.bowstreet.builders.webapp.pageautomation.LongDateFormat extends java.text.DateFormat implements Serializable

Class com.bowstreet.builders.webapp.pageautomation.PageAutomationException extends WrappedException implements Serializable


Package com.bowstreet.builders.webapp.pagelocation

Class com.bowstreet.builders.webapp.pagelocation.PageLocationParseException extends java.lang.Exception implements Serializable


Package com.bowstreet.editor

Class com.bowstreet.editor.EditableProfileSet extends ProfileSet implements Serializable

Serialized Fields

observers

java.util.Vector<E> observers

Package com.bowstreet.generation

Class com.bowstreet.generation.ModelGenerateException extends java.lang.RuntimeException implements Serializable


Package com.bowstreet.methods

Class com.bowstreet.methods.FieldFormatterTranslationError extends WebAppRuntimeException implements Serializable


Package com.bowstreet.profiles

Class com.bowstreet.profiles.BaseItemCollection extends java.lang.Object implements Serializable

Serialized Fields

items

java.util.Map<K,V> items

Class com.bowstreet.profiles.EntryCollection extends com.bowstreet.profiles.BaseItemCollection implements Serializable

Class com.bowstreet.profiles.NamedObject extends java.lang.Object implements Serializable

Serialized Fields

strName

java.lang.String strName

Class com.bowstreet.profiles.Profile extends NamedObject implements Serializable

Serialized Fields

values

com.bowstreet.profiles.ValueCollection values

isContainer

boolean isContainer

Class com.bowstreet.profiles.ProfileCollection extends com.bowstreet.profiles.BaseItemCollection implements Serializable

Class com.bowstreet.profiles.ProfileDefEntry extends NamedObject implements Serializable

Serialized Fields

strUIType

java.lang.String strUIType

strUIPrompt

java.lang.String strUIPrompt

strUIExtraData

java.lang.String strUIExtraData

isRuntime

boolean isRuntime

Class com.bowstreet.profiles.ProfileException extends WrappedException implements Serializable

Class com.bowstreet.profiles.ProfileSet extends ProfileSetDescription implements Serializable

Class com.bowstreet.profiles.ProfileSetChangedException extends java.lang.Exception implements Serializable

Serialized Fields

lastModifiedRead

long lastModifiedRead

lastModified

long lastModified

strModifiedBy

java.lang.String strModifiedBy

changedProfiles

java.util.List<E> changedProfiles

structureChanged

boolean structureChanged

Class com.bowstreet.profiles.ProfileSetDescription extends NamedObject implements Serializable

Serialized Fields

strDescription

java.lang.String strDescription

lastTimeModified

long lastTimeModified

strLastModifiedBy

java.lang.String strLastModifiedBy

useQualifiedProfileNames

boolean useQualifiedProfileNames
specify if this profile set should be using full names (e.g. bowstreet.hr.foo)

Class com.bowstreet.profiles.ProfileValue extends NamedObject implements Serializable

Serialized Fields

data

java.lang.String data

Class com.bowstreet.profiles.ValueCollection extends com.bowstreet.profiles.BaseItemCollection implements Serializable


Package com.bowstreet.util

Class com.bowstreet.util.BaseObjectList extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.List<E> list

map

java.util.Map<K,V> map

Class com.bowstreet.util.FastHashtable extends java.util.Dictionary implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold

loadFactor

float loadFactor

Class com.bowstreet.util.HashtableIgnoreCase extends com.bowstreet.util.FastHashtable implements Serializable

Class com.bowstreet.util.IdentityHashSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -5688663876697050570L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.bowstreet.util.LRUMap extends java.util.HashMap implements Serializable

Serialized Fields

maximumSize

int maximumSize

lru

java.util.List<E> lru

Class com.bowstreet.util.ObjectContainer extends java.lang.Object implements Serializable

Serialized Fields

currentIndex

int currentIndex

Class com.bowstreet.util.ObservablePropertiesException extends java.io.IOException implements Serializable

Class com.bowstreet.util.OrdinalHashMap extends java.util.HashMap implements Serializable

Serialized Fields

ordinal

int ordinal

ordinalMap

java.util.HashMap<K,V> ordinalMap

Class com.bowstreet.util.SerializableIXmlValueHolder extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.bowstreet.util.WrappedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

properties

java.util.Map<K,V> properties

target

java.lang.Throwable target
This field holds the target if the WrappedException(Throwable target) constructor was used to instantiate the object


Package com.bowstreet.util.soap

Class com.bowstreet.util.soap.IXmlAXISDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

java.lang.Class<T> javaType

Class com.bowstreet.util.soap.IXmlAXISDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

Class com.bowstreet.util.soap.IXmlAXISSerializer extends java.lang.Object implements Serializable

Serialized Fields

xmlType

javax.xml.namespace.QName xmlType

javaType

java.lang.Class<T> javaType

Class com.bowstreet.util.soap.IXmlAXISSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable


Package com.bowstreet.webapp.engine

Class com.bowstreet.webapp.engine.MethodGeneratorException extends WrappedException implements Serializable

Serialized Fields

isCompilerError

boolean isCompilerError

Class com.bowstreet.webapp.engine.WebAppHandleImpl extends java.lang.Object implements Serializable

Serialized Fields

webAppInstanceData

com.bowstreet.webapp.engine.WebAppInstanceData webAppInstanceData

Class com.bowstreet.webapp.engine.WebAppInstanceDataExternalizable extends com.bowstreet.webapp.engine.WebAppInstanceData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.bowstreet.webapp.engine.WebAppRuntimeException extends WrappedException implements Serializable

Class com.bowstreet.webapp.engine.WebAppServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

webAppRunner

WebAppRunner webAppRunner

urlMapperClassName

java.lang.String urlMapperClassName

Package com.bowstreet.webapp.util

Class com.bowstreet.webapp.util.PortalURLException extends java.lang.Exception implements Serializable

Class com.bowstreet.webapp.util.StalePageModelStateManager extends WebAppModelStateManager implements Serializable

Serialized Fields

isStale

boolean isStale

currentStateID

java.lang.String currentStateID

Class com.bowstreet.webapp.util.TerminateProcessingException extends java.lang.RuntimeException implements Serializable

Class com.bowstreet.webapp.util.TrialExpiredException extends WebAppRuntimeException implements Serializable

Class com.bowstreet.webapp.util.WebAppModelStateManager extends java.lang.Object implements Serializable

Serialized Fields

states

java.util.HashMap<K,V> states

nextStateID

int nextStateID

webAppAccess

WebAppAccess webAppAccess

Class com.bowstreet.webapp.util.WebAppModelStateManager.LinkedModelDescriptor extends java.lang.Object implements Serializable

Serialized Fields

isSingleton

boolean isSingleton

name

java.lang.String name

modelName

java.lang.String modelName

profileName

java.lang.String profileName

Package com.bowstreet.xml

Class com.bowstreet.xml.XMLException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Package com.bowstreet.xml.soap

Class com.bowstreet.xml.soap.SOAPException extends java.lang.Exception implements Serializable

Serialized Fields

faultCode

java.lang.String faultCode

targetException

java.lang.Throwable targetException

Class com.bowstreet.xml.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

faultCode

java.lang.String faultCode

faultString

java.lang.String faultString

faultActor

java.lang.String faultActor

detail

java.lang.String detail

detailXml

IXml detailXml



Copyright © 2009 IBM. All Rights Reserved.