Java Doc for BackupManager.java in  » Sevlet-Container » apache-tomcat-6.0.14 » org » apache » catalina » ha » session » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Sevlet Container » apache tomcat 6.0.14 » org.apache.catalina.ha.session 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.catalina.session.StandardManager
   org.apache.catalina.ha.session.BackupManager

BackupManager
public class BackupManager extends StandardManager implements ClusterManager(Code)

author:
   Filip Hanik
version:
   1.0


Field Summary
protected static  longDEFAULT_REPL_TIMEOUT
    
protected  CatalinaClustercluster
    
public static  org.apache.juli.logging.Loglog
    
protected  booleanmExpireSessionsOnShutdown
    
protected  Stringname
    

Constructor Summary
public  BackupManager()
    

Method Summary
public  ClusterManagercloneFromTemplate()
    
public  SessioncreateEmptySession()
    
public  booleandoDomainReplication()
    
public  ClassLoader[]getClassLoaders()
    
public  CatalinaClustergetCluster()
    
public  booleangetDistributable()
    
public  booleangetExpireSessionsOnShutdown()
    
public  String[]getInvalidatedSessions()
    
public  StringgetMapName()
    
public  intgetMapSendOptions()
    
public  StringgetName()
    
public  ReplicationStreamgetReplicationStream(byte[] data)
    
public  ReplicationStreamgetReplicationStream(byte[] data, int offset, int length)
    
public  booleanisDefaultMode()
    
public  booleanisNotifyListenersOnReplication()
    
public  voidmessageDataReceived(ClusterMessage msg)
    
public  ClusterMessagerequestCompleted(String sessionId)
    
public  voidsetCluster(CatalinaCluster cluster)
    
public  voidsetDefaultMode(boolean defaultMode)
    
public  voidsetDistributable(boolean dist)
    
public  voidsetDomainReplication(boolean sendClusterDomainOnly)
    
public  voidsetExpireSessionsOnShutdown(boolean expireSessionsOnShutdown)
    
public  voidsetMapSendOptions(int mapSendOptions)
    
public  voidsetName(String name)
    
public  voidsetNotifyListenersOnReplication(boolean notifyListenersOnReplication)
    
public  voidstart()
     Prepare for the beginning of active use of the public methods of this component.
public  voidstop()
     Gracefully terminate the active use of the public methods of this component.
public  voidunload()
     Override persistence since they don't go hand in hand with replication for now.

Field Detail
DEFAULT_REPL_TIMEOUT
protected static long DEFAULT_REPL_TIMEOUT(Code)



cluster
protected CatalinaCluster cluster(Code)
A reference to the cluster



log
public static org.apache.juli.logging.Log log(Code)



mExpireSessionsOnShutdown
protected boolean mExpireSessionsOnShutdown(Code)
Set to true if we don't want the sessions to expire on shutdown



name
protected String name(Code)
The name of this manager




Constructor Detail
BackupManager
public BackupManager()(Code)
Constructor, just calls super()




Method Detail
cloneFromTemplate
public ClusterManager cloneFromTemplate()(Code)



createEmptySession
public Session createEmptySession()(Code)



doDomainReplication
public boolean doDomainReplication()(Code)



getClassLoaders
public ClassLoader[] getClassLoaders()(Code)



getCluster
public CatalinaCluster getCluster()(Code)



getDistributable
public boolean getDistributable()(Code)



getExpireSessionsOnShutdown
public boolean getExpireSessionsOnShutdown()(Code)



getInvalidatedSessions
public String[] getInvalidatedSessions()(Code)



getMapName
public String getMapName()(Code)



getMapSendOptions
public int getMapSendOptions()(Code)



getName
public String getName()(Code)



getReplicationStream
public ReplicationStream getReplicationStream(byte[] data) throws IOException(Code)
Open Stream and use correct ClassLoader (Container) Switch ThreadClassLoader
Parameters:
  data - The object input stream
throws:
  IOException -



getReplicationStream
public ReplicationStream getReplicationStream(byte[] data, int offset, int length) throws IOException(Code)



isDefaultMode
public boolean isDefaultMode()(Code)
Returns the defaultMode.



isNotifyListenersOnReplication
public boolean isNotifyListenersOnReplication()(Code)



messageDataReceived
public void messageDataReceived(ClusterMessage msg)(Code)



requestCompleted
public ClusterMessage requestCompleted(String sessionId)(Code)



setCluster
public void setCluster(CatalinaCluster cluster)(Code)



setDefaultMode
public void setDefaultMode(boolean defaultMode)(Code)

Parameters:
  defaultMode - The defaultMode to set.



setDistributable
public void setDistributable(boolean dist)(Code)



setDomainReplication
public void setDomainReplication(boolean sendClusterDomainOnly)(Code)

Parameters:
  sendClusterDomainOnly - The sendClusterDomainOnly to set.



setExpireSessionsOnShutdown
public void setExpireSessionsOnShutdown(boolean expireSessionsOnShutdown)(Code)



setMapSendOptions
public void setMapSendOptions(int mapSendOptions)(Code)



setName
public void setName(String name)(Code)



setNotifyListenersOnReplication
public void setNotifyListenersOnReplication(boolean notifyListenersOnReplication)(Code)



start
public void start() throws LifecycleException(Code)
Prepare for the beginning of active use of the public methods of this component. This method should be called after configure(), and before any of the public methods of the component are utilized.
Starts the cluster communication channel, this will connect with the other nodes in the cluster, and request the current session state to be transferred to this node.
exception:
  IllegalStateException - if this component has already beenstarted
exception:
  LifecycleException - if this component detects a fatal errorthat prevents this component from being used



stop
public void stop() throws LifecycleException(Code)
Gracefully terminate the active use of the public methods of this component. This method should be the last one called on a given instance of this component.
This will disconnect the cluster communication channel and stop the listener thread.
exception:
  IllegalStateException - if this component has not been started
exception:
  LifecycleException - if this component detects a fatal errorthat needs to be reported



unload
public void unload() throws IOException(Code)
Override persistence since they don't go hand in hand with replication for now.



Fields inherited from org.apache.catalina.session.StandardManager
final protected static String info(Code)(Java Doc)
protected LifecycleSupport lifecycle(Code)(Java Doc)
protected int maxActiveSessions(Code)(Java Doc)
protected static String name(Code)(Java Doc)
protected String pathname(Code)(Java Doc)
protected long processingTime(Code)(Java Doc)
protected int rejectedSessions(Code)(Java Doc)
protected boolean started(Code)(Java Doc)

Methods inherited from org.apache.catalina.session.StandardManager
public void addLifecycleListener(LifecycleListener listener)(Code)(Java Doc)
public Session createSession(String sessionId)(Code)(Java Doc)
protected void doLoad() throws ClassNotFoundException, IOException(Code)(Java Doc)
protected void doUnload() throws IOException(Code)(Java Doc)
protected File file()(Code)(Java Doc)
public LifecycleListener[] findLifecycleListeners()(Code)(Java Doc)
public String getInfo()(Code)(Java Doc)
public int getMaxActiveSessions()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getPathname()(Code)(Java Doc)
public int getRejectedSessions()(Code)(Java Doc)
public void load() throws ClassNotFoundException, IOException(Code)(Java Doc)
public void propertyChange(PropertyChangeEvent event)(Code)(Java Doc)
public void removeLifecycleListener(LifecycleListener listener)(Code)(Java Doc)
public void setContainer(Container container)(Code)(Java Doc)
public void setMaxActiveSessions(int max)(Code)(Java Doc)
public void setPathname(String pathname)(Code)(Java Doc)
public void setRejectedSessions(int rejectedSessions)(Code)(Java Doc)
public void start() throws LifecycleException(Code)(Java Doc)
public void stop() throws LifecycleException(Code)(Java Doc)
public void unload() throws IOException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.