A C D E F G H I K L M N P R S T U W

A

activate() - Method in class com.hazelcast.web.tomcat.HazelcastSession
Perform internal processing required to activate this session.
addLifecycleListener(LifecycleListener) - Method in class com.hazelcast.web.tomcat.HazelcastValve
 

C

com.hazelcast.web - package com.hazelcast.web
 
com.hazelcast.web.tomcat - package com.hazelcast.web.tomcat
 
createDocument(InputStream) - Method in class com.hazelcast.web.Installer
 

D

destroy() - Method in class com.hazelcast.web.WebFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.hazelcast.web.WebFilter
 

E

expire(boolean) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.

F

findLifecycleListeners() - Method in class com.hazelcast.web.tomcat.HazelcastValve
 
findSession(String) - Method in class com.hazelcast.web.tomcat.HazelcastManager
 

G

get() - Static method in class com.hazelcast.web.tomcat.HazelcastClusterSupport
 
get() - Static method in class com.hazelcast.web.tomcat.LocalRequestId
 
getAttribute(String) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Return the object bound with the specified name in this session, or null if no object is bound with that name.
getAttributeNames() - Method in class com.hazelcast.web.tomcat.HazelcastSession
Return an Enumeration of String objects containing the names of the objects bound to this session.
getAttributesMap() - Method in class com.hazelcast.web.tomcat.HazelcastClusterSupport
 
getClusteredFilePrefix() - Method in class com.hazelcast.web.Installer
 
getInfo() - Method in class com.hazelcast.web.tomcat.HazelcastManager
 
getInstance(FilterConfig) - Method in class com.hazelcast.web.WebFilter
 
getKey() - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
getLocalAttribute(String) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Get HazelAttribute directly
getName() - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
getNewSession() - Method in class com.hazelcast.web.tomcat.HazelcastManager
Get new session class to be used in the doLoad() method.
getSession() - Method in class com.hazelcast.web.tomcat.HazelcastSession
Return the HttpSession for which this object is the facade.
getSessionId() - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
getTouchedAttributes(long) - Method in class com.hazelcast.web.tomcat.HazelcastSessionFacade
 
getValue() - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 

H

HazelcastAttribute - Class in com.hazelcast.web.tomcat
 
HazelcastAttribute() - Constructor for class com.hazelcast.web.tomcat.HazelcastAttribute
 
HazelcastAttribute(String, String, Object) - Constructor for class com.hazelcast.web.tomcat.HazelcastAttribute
 
HazelcastClusterSupport - Class in com.hazelcast.web.tomcat
 
HazelcastManager - Class in com.hazelcast.web.tomcat
 
HazelcastManager() - Constructor for class com.hazelcast.web.tomcat.HazelcastManager
 
HazelcastSession - Class in com.hazelcast.web.tomcat
 
HazelcastSession(Manager) - Constructor for class com.hazelcast.web.tomcat.HazelcastSession
Construct a new Session associated with the specified Manager.
HazelcastSessionFacade - Class in com.hazelcast.web.tomcat
 
HazelcastSessionFacade(HazelcastSession) - Constructor for class com.hazelcast.web.tomcat.HazelcastSessionFacade
 
HazelcastValve - Class in com.hazelcast.web.tomcat
 
HazelcastValve() - Constructor for class com.hazelcast.web.tomcat.HazelcastValve
 

I

info - Static variable in class com.hazelcast.web.tomcat.HazelcastSession
Descriptive information describing this Session implementation.
init(FilterConfig) - Method in class com.hazelcast.web.WebFilter
 
Installer - Class in com.hazelcast.web
 
Installer() - Constructor for class com.hazelcast.web.Installer
 
invoke(Request, Response) - Method in class com.hazelcast.web.tomcat.HazelcastValve
 
isAddHazelcastLib() - Method in class com.hazelcast.web.Installer
 
isAppsSharingSessions() - Method in class com.hazelcast.web.Installer
 
isReplaceOld() - Method in class com.hazelcast.web.Installer
 
isTouched(long) - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 

K

keys() - Method in class com.hazelcast.web.tomcat.HazelcastSession
Return the names of all currently defined session attributes as an array of Strings.

L

LocalRequestId - Class in com.hazelcast.web.tomcat
 
LocalRequestId() - Constructor for class com.hazelcast.web.tomcat.LocalRequestId
 
log(Object) - Method in class com.hazelcast.web.WebFilter
 
logger - Static variable in class com.hazelcast.web.Installer
 

M

main(String[]) - Static method in class com.hazelcast.web.Installer
 
modify(File, File) - Method in class com.hazelcast.web.Installer
 
modifyWebXml(Document) - Method in class com.hazelcast.web.Installer
 

N

name - Static variable in class com.hazelcast.web.tomcat.HazelcastManager
The descriptive name of this Manager implementation (for logging).
notifyRemove(String, Object, boolean) - Method in class com.hazelcast.web.tomcat.HazelcastSession
 

P

passivate() - Method in class com.hazelcast.web.tomcat.HazelcastSession
Perform the internal processing required to passivate this session.

R

readData(DataInput) - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
readModifyWrite(InputStream, OutputStream) - Method in class com.hazelcast.web.Installer
 
readObject(ObjectInputStream) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Read a serialized version of this session object from the specified object input stream.
removeAttributeHard(String, boolean) - Method in class com.hazelcast.web.tomcat.HazelcastSession
 
removeAttributeInternal(String, boolean) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Remove the object bound with the specified name from this session.
removeLifecycleListener(LifecycleListener) - Method in class com.hazelcast.web.tomcat.HazelcastValve
 
reset() - Static method in class com.hazelcast.web.tomcat.LocalRequestId
 

S

sessionCreated(HttpSessionEvent) - Method in class com.hazelcast.web.SessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.hazelcast.web.SessionListener
 
SessionListener - Class in com.hazelcast.web
 
SessionListener() - Constructor for class com.hazelcast.web.SessionListener
 
set(long) - Static method in class com.hazelcast.web.tomcat.LocalRequestId
 
setAddHazelcastLib(boolean) - Method in class com.hazelcast.web.Installer
 
setAppsSharingSessions(boolean) - Method in class com.hazelcast.web.Installer
 
setAttribute(String, Object, boolean) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Bind an object to this session, using the specified name.
setClusteredFilePrefix(String) - Method in class com.hazelcast.web.Installer
 
setId(String) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Set the session identifier for this session.
setReplaceOld(boolean) - Method in class com.hazelcast.web.Installer
 
setValue(Object) - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
shutdownInstance() - Method in class com.hazelcast.web.WebFilter
 
start() - Method in class com.hazelcast.web.tomcat.HazelcastClusterSupport
 
start() - Method in class com.hazelcast.web.tomcat.HazelcastValve
 
stop() - Method in class com.hazelcast.web.tomcat.HazelcastClusterSupport
 
stop() - Method in class com.hazelcast.web.tomcat.HazelcastValve
 

T

toString() - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
touch(long) - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 

U

unzip(File) - Method in class com.hazelcast.web.Installer
 

W

WebFilter - Class in com.hazelcast.web
 
WebFilter() - Constructor for class com.hazelcast.web.WebFilter
 
writeData(DataOutput) - Method in class com.hazelcast.web.tomcat.HazelcastAttribute
 
writeObject(ObjectOutputStream) - Method in class com.hazelcast.web.tomcat.HazelcastSession
Write a serialized version of this session object to the specified object output stream.

A C D E F G H I K L M N P R S T U W

Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.