Serialized Form
Class com.bowstreet.BSBootstrapConfig extends java.lang.Object implements Serializable |
bootstrapProps
java.util.Properties bootstrapProps
Package com.bowstreet.appserver |
Class com.bowstreet.appserver.BowHttpSessionBindingListener extends java.lang.Object implements Serializable |
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 |
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 |
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 |
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 |
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 |
name
java.lang.String name
data
byte[] data
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 |
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 |
Package com.bowstreet.profiles |
Class com.bowstreet.profiles.BaseItemCollection extends java.lang.Object implements Serializable |
items
java.util.Map<K,V> items
Class com.bowstreet.profiles.EntryCollection extends com.bowstreet.profiles.BaseItemCollection implements Serializable |
strName
java.lang.String strName
values
com.bowstreet.profiles.ValueCollection values
isContainer
boolean isContainer
Class com.bowstreet.profiles.ProfileCollection extends com.bowstreet.profiles.BaseItemCollection implements Serializable |
strUIType
java.lang.String strUIType
strUIPrompt
java.lang.String strUIPrompt
strUIExtraData
java.lang.String strUIExtraData
isRuntime
boolean isRuntime
Class com.bowstreet.profiles.ProfileSetChangedException extends java.lang.Exception implements Serializable |
lastModifiedRead
long lastModifiedRead
lastModified
long lastModified
strModifiedBy
java.lang.String strModifiedBy
changedProfiles
java.util.List<E> changedProfiles
structureChanged
boolean structureChanged
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)
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 |
list
java.util.List<E> list
map
java.util.Map<K,V> map
Class com.bowstreet.util.FastHashtable extends java.util.Dictionary implements Serializable |
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
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
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 |
maximumSize
int maximumSize
lru
java.util.List<E> lru
Class com.bowstreet.util.ObjectContainer extends java.lang.Object implements Serializable |
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 |
ordinal
int ordinal
ordinalMap
java.util.HashMap<K,V> ordinalMap
Class com.bowstreet.util.SerializableIXmlValueHolder extends java.lang.Object implements Serializable |
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
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 |
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 |
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 |
isCompilerError
boolean isCompilerError
Class com.bowstreet.webapp.engine.WebAppHandleImpl extends java.lang.Object implements Serializable |
webAppInstanceData
com.bowstreet.webapp.engine.WebAppInstanceData webAppInstanceData
Class com.bowstreet.webapp.engine.WebAppInstanceDataExternalizable extends com.bowstreet.webapp.engine.WebAppInstanceData implements Serializable |
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.WebAppServlet extends javax.servlet.http.HttpServlet implements Serializable |
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 |
isStale
boolean isStale
currentStateID
java.lang.String currentStateID
states
java.util.HashMap<K,V> states
nextStateID
int nextStateID
webAppAccess
WebAppAccess webAppAccess
isSingleton
boolean isSingleton
name
java.lang.String name
modelName
java.lang.String modelName
profileName
java.lang.String profileName
Package com.bowstreet.xml |
exception
java.lang.Exception exception
Package com.bowstreet.xml.soap |
Class com.bowstreet.xml.soap.SOAPException extends java.lang.Exception implements Serializable |
faultCode
java.lang.String faultCode
targetException
java.lang.Throwable targetException
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.