java.lang.Throwable exception
java.lang.String type
java.lang.Object data
Session session
java.lang.String type
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
java.lang.String authType
java.lang.String password
java.util.concurrent.ConcurrentHashMap<K,V> sessionKeys
java.lang.String username
boolean canReauthenticate
FilterDef filterDef
FilterDef
that defines our associated Filter.javax.management.ObjectName oname
java.lang.String description
java.lang.String name
boolean override
java.lang.String value
java.lang.String handlerclass
java.util.HashMap<K,V> soapHeaders
java.util.ArrayList<E> soapRoles
java.util.ArrayList<E> portNames
java.lang.String auth
Application
or Container
).java.lang.String scope
Shareable
or Unshareable
).boolean singleton
java.lang.String closeMethod
java.lang.String displayname
java.lang.String largeIcon
java.lang.String smallIcon
java.lang.String serviceInterface
java.lang.String wsdlfile
java.lang.String jaxrpcmappingfile
java.lang.String[] serviceqname
java.util.HashMap<K,V> handlers
java.util.HashMap<K,V> properties
NamingResources resources
int errorCode
java.lang.String exceptionType
java.lang.String location
java.lang.String description
java.lang.String displayName
java.lang.String filterClass
java.lang.String filterName
java.lang.String largeIcon
java.util.Map<K,V> parameters
java.lang.String smallIcon
java.lang.String asyncSupported
int dispatcherMapping
java.lang.String filterName
java.lang.String[] servletNames
boolean matchAllUrlPatterns
boolean matchAllServletNames
java.lang.String[] urlPatterns
java.lang.String authMethod
java.lang.String errorPage
java.lang.String loginPage
java.lang.String realmName
boolean resourceRequireExplicitRegistration
java.lang.Object container
java.util.Set<E> entries
java.util.HashMap<K,V> ejbs
java.util.HashMap<K,V> envs
java.util.HashMap<K,V> localEjbs
java.util.HashMap<K,V> mdrs
java.util.HashMap<K,V> resourceEnvRefs
java.util.HashMap<K,V> resources
java.util.HashMap<K,V> resourceLinks
java.util.HashMap<K,V> services
ContextTransaction transaction
java.beans.PropertyChangeSupport support
java.lang.String description
java.lang.String name
java.lang.String type
java.util.HashMap<K,V> properties
java.util.List<E> injectionTargets
NamingResources resources
java.lang.String description
java.lang.String[] methods
java.lang.String[] omittedMethods
java.lang.String name
java.lang.String[] patterns
boolean isFromDescriptor
true
.boolean allRoles
boolean authConstraint
java.lang.String[] authRoles
SecurityCollection[] collections
java.lang.String displayName
java.lang.String userConstraint
java.lang.String description
java.lang.String displayName
java.lang.String smallIcon
java.lang.String largeIcon
java.lang.String servletName
java.lang.String servletClass
java.lang.String jspFile
java.util.Map<K,V> parameters
java.lang.Integer loadOnStartup
java.lang.String runAs
java.util.Set<E> securityRoleRefs
MultipartDef multipartDef
java.lang.Boolean asyncSupported
java.lang.Boolean enabled
boolean overridable
Member address
long timestamp
java.lang.String uniqueId
java.lang.String contextName
boolean undeploy
int resend
int compress
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
java.lang.String name
java.lang.String password
java.lang.String[] roles
java.security.Principal userPrincipal
java.io.File configBase
int debug
java.io.File deployed
java.io.File versioned
java.io.File contextDescriptors
java.io.File appBase
javax.management.ObjectName oname
javax.management.MBeanServer mBeanServer
java.util.Vector<E> protocolHandlers
java.util.Vector<E> threadPools
java.util.Vector<E> requestProcessors
java.util.Vector<E> globalRequestProcessors
int debug
java.lang.String cgiPathPrefix
java.lang.String cgiExecutable
java.util.List<E> cgiExecutableArgs
java.lang.String parameterEncoding
long stderrTimeout
java.util.Hashtable<K,V> shellEnv
int debug
int input
boolean listings
boolean readOnly
int output
java.lang.String localXsltFile
java.lang.String contextXsltFile
java.lang.String globalXsltFile
java.lang.String readmeFile
java.lang.String fileEncoding
int sendfileSize
boolean useAcceptRanges
boolean showServerInfo
java.util.Hashtable<K,V> resourceLocks
Key : path
Value : LockInfo
java.util.Hashtable<K,V> lockNullResources
Key : path of the collection containing the lock-null resource
Value : Vector of lock-null resource which are members of the
collection. Each element of the Vector is the path associated with
the lock-null resource.
java.util.Vector<E> collectionLocks
Key : path
Value : LockInfo
java.lang.String secret
int maxDepth
boolean allowSpecialPaths
protected void readObject(java.io.ObjectInputStream stream) throws java.lang.ClassNotFoundException, java.io.IOException
IMPLEMENTATION NOTE: The reference to the owning Manager is not restored by this method, and must be set explicitly.
java.lang.ClassNotFoundException
- if an unknown class is specifiedjava.io.IOException
- if an input/output error occursprotected void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
IMPLEMENTATION NOTE: The owning Manager will not be stored
in the serialized representation of this Session. After calling
readObject()
, you must set the associated Manager
explicitly.
IMPLEMENTATION NOTE: Any attribute that is not Serializable
will be unbound from the session, with appropriate actions if it
implements HttpSessionBindingListener. If you do not want any such
attributes, be sure the distributable
property of the
associated Manager is set to true
.
java.io.IOException
- if an input/output error occursjava.util.Map<K,V> attributes
long creationTime
java.lang.String id
long lastAccessedTime
int maxInactiveInterval
boolean isNew
boolean isValid
long thisAccessedTime
int debug
boolean buffered
java.lang.Long expires
boolean isVirtualWebappRelative
java.lang.String inputEncoding
java.lang.String outputEncoding
boolean allowExec
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
java.io.IOException
Externalizable.readExternal(java.io.ObjectInput)
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Externalizable.writeExternal(java.io.ObjectOutput)
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
int options
XByteBuffer message
long timestamp
byte[] uniqueId
Member address
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Log log
java.util.concurrent.ConcurrentHashMap<K,V> innerMap
Log log
Log log
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Token currentToken
int[][] expectedTokenSequences
java.lang.String[] tokenImage
java.lang.String eol
int kind
int beginLine
int beginColumn
int endLine
int endColumn
java.lang.String image
Token next
Token specialToken
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
ServletConfig config
java.lang.String jspFile
boolean collection
long contentLength
long creation
java.util.Date creationDate
long lastModified
java.util.Date lastModifiedDate
java.lang.String lastModifiedHttp
java.lang.String mimeType
java.lang.String name
java.lang.String weakETag
java.lang.String strongETag
javax.naming.directory.Attributes attributes
java.util.Properties dbProperties
java.lang.String url
java.lang.String driverClassName
java.lang.Boolean defaultAutoCommit
java.lang.Boolean defaultReadOnly
int defaultTransactionIsolation
java.lang.String defaultCatalog
java.lang.String connectionProperties
int initialSize
int maxActive
int maxIdle
int minIdle
int maxWait
java.lang.String validationQuery
int validationQueryTimeout
java.lang.String validatorClassName
Validator validator
boolean testOnBorrow
boolean testOnReturn
boolean testWhileIdle
int timeBetweenEvictionRunsMillis
int numTestsPerEvictionRun
int minEvictableIdleTimeMillis
boolean accessToUnderlyingConnectionAllowed
boolean removeAbandoned
int removeAbandonedTimeout
boolean logAbandoned
java.lang.String name
java.lang.String password
java.lang.String username
long validationInterval
boolean jmxEnabled
java.lang.String initSQL
boolean testOnConnect
java.lang.String jdbcInterceptors
boolean fairQueue
boolean useEquals
int abandonWhenPercentageFull
long maxAge
boolean useLock
PoolProperties.InterceptorDefinition[] interceptors
int suspectTimeout
java.lang.Object dataSource
java.lang.String dataSourceJNDI
boolean alternateUsernameAllowed
boolean commitOnReturn
boolean rollbackOnReturn
boolean useDisposableConnectionFacade
boolean logValidationErrors
boolean propagateInterruptState
boolean ignoreExceptionOnPreLoad
byte[] buff
int start
int end
java.nio.charset.Charset charset
boolean isSet
int limit
ByteChunk.ByteInputChannel in
ByteChunk.ByteOutputChannel out
boolean optimizedWrite
char[] buff
int start
int end
boolean isSet
int limit
CharChunk.CharInputChannel in
CharChunk.CharOutputChannel out
boolean optimizedWrite
MessageBytes name
MessageBytes value
MessageBytes path
MessageBytes domain
boolean secure
MessageBytes comment
int maxAge
int version
java.util.Map<K,V> attributes
java.util.Map<K,V> operations
java.lang.String className
java.lang.String description
java.lang.String domain
java.lang.String group
java.lang.String name
NotificationInfo[] notifications
java.lang.String type
java.lang.String impact
java.lang.String role
ParameterInfo[] parameters
java.lang.String authority
java.lang.String file
java.lang.String host
java.lang.String path
int port
java.lang.String protocol
java.lang.String query
java.lang.String ref
java.lang.String userInfo
ThreadPoolExecutor parent
java.lang.Integer forcedRemainingCapacity
CloseReason closeReason
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.