Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E F G H I M O P R S

A

accept(ClusterMessage) - Method in interface org.apache.catalina.cluster.MessageListener
 
add(Member) - Method in interface org.apache.catalina.cluster.ClusterSender
 
addClusterListener(MessageListener) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
addManager(String, Manager) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
addMembershipListener(MembershipListener) - Method in interface org.apache.catalina.cluster.MembershipService
Sets the membership listener, only one listener can be added.
addValve(Valve) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 

B

backgroundProcess() - Method in interface org.apache.catalina.cluster.ClusterDeployer
call from container Background Process
backgroundProcess() - Method in interface org.apache.catalina.cluster.ClusterSender
 

C

CatalinaCluster - interface org.apache.catalina.cluster.CatalinaCluster.
A CatalinaCluster interface allows to plug in and out the different cluster implementations
ClusterDeployer - interface org.apache.catalina.cluster.ClusterDeployer.
 
ClusterManager - interface org.apache.catalina.cluster.ClusterManager.
The common interface used by all cluster manager.
ClusterMessage - interface org.apache.catalina.cluster.ClusterMessage.
 
ClusterReceiver - interface org.apache.catalina.cluster.ClusterReceiver.
Cluster Receiver Interface
ClusterSender - interface org.apache.catalina.cluster.ClusterSender.
 
ClusterSession - interface org.apache.catalina.cluster.ClusterSession.
 
ClusterValve - interface org.apache.catalina.cluster.ClusterValve.
Cluster Valve Interface to mark all Cluster Valves Only those Valve can'be configured as Cluster Valves
Constants - class org.apache.catalina.cluster.Constants.
Manifest constants for the org.apache.catalina.cluster package.
Constants() - Constructor for class org.apache.catalina.cluster.Constants
 

E

equals(Object) - Method in interface org.apache.catalina.cluster.MessageListener
 

F

FLAG_ALLOWED - Static variable in interface org.apache.catalina.cluster.ClusterMessage
 
FLAG_DEFAULT - Static variable in interface org.apache.catalina.cluster.ClusterMessage
 
FLAG_FORBIDDEN - Static variable in interface org.apache.catalina.cluster.ClusterMessage
 
findMemberByName(String) - Method in interface org.apache.catalina.cluster.MembershipService
Return the member by name

G

getAddress() - Method in interface org.apache.catalina.cluster.ClusterMessage
Get the address that this message originated from.
getCatalinaCluster() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get Callback.
getCluster() - Method in interface org.apache.catalina.cluster.ClusterManager
 
getCluster() - Method in interface org.apache.catalina.cluster.ClusterValve
Returns the cluster the cluster deployer is associated with
getCluster() - Method in interface org.apache.catalina.cluster.MessageListener
Returns the cluster the cluster deployer is associated with
getClusterDeployer() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getClusterReceiver() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getClusterSender() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getCompress() - Method in interface org.apache.catalina.cluster.ClusterMessage
Each message can made the desicion that compress is allowed or not or handle by default.
getDomain() - Method in interface org.apache.catalina.cluster.Member
Returns the name of the cluster domain from this node
getHost() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get the listing ip interface
getHost() - Method in interface org.apache.catalina.cluster.Member
Returns the TCP listen host for the TCP implementation
getInvalidatedSessions() - Method in interface org.apache.catalina.cluster.ClusterManager
When the manager expires session not tied to a request.
getLocalMember() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Return the member that represents this node.
getLocalMember() - Method in interface org.apache.catalina.cluster.MembershipService
Returns the member object that defines this member
getLogger() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Returns the associates logger with this cluster.
getManager(String) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getManagers() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getMemberAliveTime() - Method in interface org.apache.catalina.cluster.Member
Contains information on how long this member has been online.
getMemberProperties() - Method in interface org.apache.catalina.cluster.Member
Return implementation specific properties about this cluster node.
getMembers() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Returns all the members currently participating in the cluster.
getMembers() - Method in interface org.apache.catalina.cluster.MembershipService
Returns a list of all the members in the cluster.
getMembersByName() - Method in interface org.apache.catalina.cluster.MembershipService
Return all members by name
getMembershipService() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getName() - Method in interface org.apache.catalina.cluster.ClusterManager
Return the name of the manager, at host /context name and at engine hostname+/context.
getName() - Method in interface org.apache.catalina.cluster.Member
Returns the name of this node, should be unique within the cluster.
getPort() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get the listing ip port
getPort() - Method in interface org.apache.catalina.cluster.Member
Returns the TCP listen portfor the TCP implementation
getProperties() - Method in interface org.apache.catalina.cluster.MembershipService
Returns the properties for the configuration used.
getResend() - Method in interface org.apache.catalina.cluster.ClusterMessage
Each message can made the desicion that resend is allowed or not or handle by default.
getTimestamp() - Method in interface org.apache.catalina.cluster.ClusterMessage
Timestamp message.
getUniqueId() - Method in interface org.apache.catalina.cluster.ClusterMessage
Each message must have a unique ID, in case of using async replication, and a smart queue, this id is used to replace messages not yet sent.
getValves() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 

H

hashCode() - Method in interface org.apache.catalina.cluster.MessageListener
 

I

info - Static variable in interface org.apache.catalina.cluster.CatalinaCluster
Descriptive information about this component implementation.
info - Static variable in interface org.apache.catalina.cluster.ClusterDeployer
Descriptive information about this component implementation.
install(String, URL) - Method in interface org.apache.catalina.cluster.ClusterDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context path.
isCompress() - Method in interface org.apache.catalina.cluster.ClusterReceiver
 
isCompress() - Method in interface org.apache.catalina.cluster.ClusterSender
 
isDefaultMode() - Method in interface org.apache.catalina.cluster.ClusterManager
 
isPrimarySession() - Method in interface org.apache.catalina.cluster.ClusterSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isSendAck() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Send Ack to sender or not.
isSendClusterDomainOnly() - Method in interface org.apache.catalina.cluster.ClusterManager
 
isWaitForAck() - Method in interface org.apache.catalina.cluster.ClusterSender
 

M

Member - interface org.apache.catalina.cluster.Member.
The Member interface, defines a member in the Cluster.
MembershipListener - interface org.apache.catalina.cluster.MembershipListener.
The MembershipListener interface is used as a callback to the membership service.
MembershipService - interface org.apache.catalina.cluster.MembershipService.
The membership service helps the cluster determine the membership logic in the cluster.
MessageListener - interface org.apache.catalina.cluster.MessageListener.
 
memberAdded(Member) - Method in interface org.apache.catalina.cluster.MembershipListener
 
memberDisappeared(Member) - Method in interface org.apache.catalina.cluster.MembershipListener
 
messageDataReceived(ClusterMessage) - Method in interface org.apache.catalina.cluster.ClusterManager
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages.
messageReceived(ClusterMessage) - Method in interface org.apache.catalina.cluster.MessageListener
 

O

org.apache.catalina.cluster - package org.apache.catalina.cluster
 

P

Package - Static variable in class org.apache.catalina.cluster.Constants
 

R

receive(ClusterMessage) - Method in interface org.apache.catalina.cluster.CatalinaCluster
receive a message to all the members in the cluster.
remove(String, boolean) - Method in interface org.apache.catalina.cluster.ClusterDeployer
Remove an existing web application, attached to the specified context path.
remove(Member) - Method in interface org.apache.catalina.cluster.ClusterSender
 
removeClusterListener(MessageListener) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
removeManager(String, Manager) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
removeMembershipListener() - Method in interface org.apache.catalina.cluster.MembershipService
removes the membership listener.
requestCompleted(String) - Method in interface org.apache.catalina.cluster.ClusterManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.

S

send(ClusterMessage) - Method in interface org.apache.catalina.cluster.CatalinaCluster
Sends a message to all the members in the cluster
send(ClusterMessage, Member) - Method in interface org.apache.catalina.cluster.CatalinaCluster
Sends a message to a specific member in the cluster.
sendClusterDomain(ClusterMessage) - Method in interface org.apache.catalina.cluster.CatalinaCluster
Sends a message to a all members at local cluster domain
sendMessage(ClusterMessage, Member) - Method in interface org.apache.catalina.cluster.ClusterSender
 
sendMessage(ClusterMessage) - Method in interface org.apache.catalina.cluster.ClusterSender
 
sendMessageClusterDomain(ClusterMessage) - Method in interface org.apache.catalina.cluster.ClusterSender
 
setAddress(Member) - Method in interface org.apache.catalina.cluster.ClusterMessage
Called by the cluster before sending it to the other nodes.
setCatalinaCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.ClusterReceiver
set callback.
setCatalinaCluster(SimpleTcpCluster) - Method in interface org.apache.catalina.cluster.ClusterSender
 
setCatalinaCluster(SimpleTcpCluster) - Method in interface org.apache.catalina.cluster.MembershipService
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.ClusterManager
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.ClusterValve
Associates the cluster deployer with a cluster
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.MessageListener
Associates the cluster deployer with a cluster
setClusterDeployer(ClusterDeployer) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setClusterReceiver(ClusterReceiver) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setClusterSender(ClusterSender) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setCompress(int) - Method in interface org.apache.catalina.cluster.ClusterMessage
set desicion that compress is allowed or not or handle by default.
setCompress(boolean) - Method in interface org.apache.catalina.cluster.ClusterReceiver
 
setCompress(boolean) - Method in interface org.apache.catalina.cluster.ClusterSender
 
setDefaultMode(boolean) - Method in interface org.apache.catalina.cluster.ClusterManager
 
setLocalMemberProperties(String, int) - Method in interface org.apache.catalina.cluster.MembershipService
Sets the local member properties for broadcasting
setMembershipService(MembershipService) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setName(String) - Method in interface org.apache.catalina.cluster.ClusterManager
Set the name of the manager, at host /context name and at engine hostname+/context
setPrimarySession(boolean) - Method in interface org.apache.catalina.cluster.ClusterSession
Sets whether this is the primary session or not.
setProperties(Properties) - Method in interface org.apache.catalina.cluster.MembershipService
Sets the properties for the membership service.
setResend(int) - Method in interface org.apache.catalina.cluster.ClusterMessage
set desicion that resend is allowed or not or handle by default.
setSendAck(boolean) - Method in interface org.apache.catalina.cluster.ClusterReceiver
set ack mode
setSendClusterDomainOnly(boolean) - Method in interface org.apache.catalina.cluster.ClusterManager
 
setTimestamp(long) - Method in interface org.apache.catalina.cluster.ClusterMessage
Called by the cluster before sending out the message.
setWaitForAck(boolean) - Method in interface org.apache.catalina.cluster.ClusterSender
 
start() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Start the cluster, the owning container will invoke this
start() - Method in interface org.apache.catalina.cluster.ClusterDeployer
Start the cluster deployer, the owning container will invoke this
start() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Start message listing
start() - Method in interface org.apache.catalina.cluster.ClusterSender
 
start() - Method in interface org.apache.catalina.cluster.MembershipService
Starts the membership service.
start(int) - Method in interface org.apache.catalina.cluster.MembershipService
Starts the membership service.
stop() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Stops the cluster, the owning container will invoke this
stop() - Method in interface org.apache.catalina.cluster.ClusterDeployer
Stops the cluster deployer, the owning container will invoke this
stop() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Stop message listing
stop() - Method in interface org.apache.catalina.cluster.ClusterSender
 
stop() - Method in interface org.apache.catalina.cluster.MembershipService
Stops the membership service

A B C E F G H I M O P R S