Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
J
L
M
N
O
R
S
T
W
_
A
alloc()
- Method in class org.apache.geronimo.clustering.
Tier
alloc()
- Method in class org.apache.geronimo.clustering.ejb.
EJBTier
alloc()
- Method in class org.apache.geronimo.clustering.jndi.
JNDITier
alloc()
- Method in class org.apache.geronimo.clustering.web.
WebTier
apply(Data)
- Method in class org.apache.geronimo.clustering.
DataDelta
Apply the enclosed delta to the Data arg.
applyDataDelta(DataDelta)
- Method in interface org.apache.geronimo.clustering.
DataDeltaListener
Called by Cluster to notify node of a change to Cluster state.
applyDataDelta(DataDelta)
- Method in class org.apache.geronimo.clustering.
Node
C
Cluster
- class org.apache.geronimo.clustering.
Cluster
.
A 'Cluster' is a point of connection between all 'Cluster's with the same name, running in other VMs.
Cluster()
- Constructor for class org.apache.geronimo.clustering.
Cluster
canStart()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
canStart()
- Method in class org.apache.geronimo.clustering.
NamedMBeanImpl
canStart()
- Method in class org.apache.geronimo.clustering.
Node
canStart()
- Method in class org.apache.geronimo.clustering.
Tier
canStart()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
canStop()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
D
Data
- class org.apache.geronimo.clustering.
Data
.
An object capable of holding the state of multiple applications and tiers.
Data()
- Constructor for class org.apache.geronimo.clustering.
Data
DataDelta
- class org.apache.geronimo.clustering.
DataDelta
.
An object capable of holding a Data change (Delta) and applying it to said Data.
DataDelta()
- Constructor for class org.apache.geronimo.clustering.
DataDelta
DataDeltaListener
- interface org.apache.geronimo.clustering.
DataDeltaListener
.
An interface implemented by components that wish to be notified about changes to Cluster state.
DataListener
- interface org.apache.geronimo.clustering.
DataListener
.
An interface implemented by components that wish to have their state initialised from the Cluster.
deregisterData(String)
- Method in class org.apache.geronimo.clustering.
Tier
deregisterData(String)
- Method in class org.apache.geronimo.clustering.ejb.
EJBTier
deregisterData(String)
- Method in class org.apache.geronimo.clustering.jndi.
JNDITier
deregisterData(String)
- Method in class org.apache.geronimo.clustering.web.
WebTier
doFail()
- Method in class org.apache.geronimo.clustering.
Cluster
doFail()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
doFail()
- Method in class org.apache.geronimo.clustering.
Node
doStart()
- Method in class org.apache.geronimo.clustering.
Cluster
doStart()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
doStart()
- Method in class org.apache.geronimo.clustering.
Node
doStart()
- Method in class org.apache.geronimo.clustering.
Tier
doStart()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
doStop()
- Method in class org.apache.geronimo.clustering.
Cluster
doStop()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
doStop()
- Method in class org.apache.geronimo.clustering.
Node
doStop()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
E
EJBTier
- class org.apache.geronimo.clustering.ejb.
EJBTier
.
Responsible for maintaining state stored in the EJB tier - i.e.
EJBTier()
- Constructor for class org.apache.geronimo.clustering.ejb.
EJBTier
G
getAppCount()
- Method in class org.apache.geronimo.clustering.ejb.
EJBTier
getCluster()
- Method in class org.apache.geronimo.clustering.
Node
getClusterName()
- Method in class org.apache.geronimo.clustering.
Node
Returns the Node's Cluster's MBean's unique identifier.
getClusterName()
- Method in class org.apache.geronimo.clustering.
Tier
getClusterName()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getClusterObjectName()
- Method in class org.apache.geronimo.clustering.
Node
getContextPath()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getData()
- Method in class org.apache.geronimo.clustering.
Cluster
Return the Object which this Cluster is responsible for maintaining via e.g.
getData()
- Method in interface org.apache.geronimo.clustering.
DataListener
Called by Cluster to retrieve current Cluster state.
getData()
- Method in class org.apache.geronimo.clustering.
LocalCluster
Get the Cluster's Data - uses an election policy (currently hardwired) to decide which node to get it from.
getData()
- Method in class org.apache.geronimo.clustering.
Node
getHttpSessionCount()
- Method in class org.apache.geronimo.clustering.web.
WebTier
getMembers()
- Method in class org.apache.geronimo.clustering.
Cluster
Return current Cluster members.
getMembers()
- Method in class org.apache.geronimo.clustering.
LocalCluster
getName()
- Method in class org.apache.geronimo.clustering.
NamedMBeanImpl
Returns the MBean's name.
getNode()
- Method in class org.apache.geronimo.clustering.
Tier
getNodeName()
- Method in class org.apache.geronimo.clustering.
Tier
getNodeName()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getNodeObjectName()
- Method in class org.apache.geronimo.clustering.
Tier
getObjectName()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
getReference()
- Method in class org.apache.geronimo.clustering.
MBeanImpl
Return a local reference to this Object.
getSize()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getStatefulSessionCount()
- Method in class org.apache.geronimo.clustering.ejb.
EJBTier
getTier()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getTierName()
- Method in class org.apache.geronimo.clustering.jndi.
JNDITier
getTierName()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getTierObjectName()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getTiers()
- Method in class org.apache.geronimo.clustering.
Data
getUID()
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
getWebAppCount()
- Method in class org.apache.geronimo.clustering.web.
WebTier
H
HttpSessionManager
- class org.apache.geronimo.clustering.web.
HttpSessionManager
.
An HttpSessionManager for <distributable/> webapps, which backs onto the generic Geronimo clustering framework.
HttpSessionManager()
- Constructor for class org.apache.geronimo.clustering.web.
HttpSessionManager
J
JNDITier
- class org.apache.geronimo.clustering.jndi.
JNDITier
.
Responsible for maintaining state stored in the JNDI tier - i.e.
JNDITier()
- Constructor for class org.apache.geronimo.clustering.jndi.
JNDITier
join(Object)
- Method in class org.apache.geronimo.clustering.
Cluster
Add the given node to this Cluster.
join(Object)
- Method in class org.apache.geronimo.clustering.
LocalCluster
L
LocalCluster
- class org.apache.geronimo.clustering.
LocalCluster
.
A uniquely identifiable n->n intra-vm event-raising communications channel.
LocalCluster()
- Constructor for class org.apache.geronimo.clustering.
LocalCluster
leave(Object)
- Method in class org.apache.geronimo.clustering.
Cluster
Remove the given node from this Cluster.
leave(Object)
- Method in class org.apache.geronimo.clustering.
LocalCluster
M
MBeanImpl
- class org.apache.geronimo.clustering.
MBeanImpl
.
A base class containing fnality useful to the MBeans of the Clustering module.
MBeanImpl()
- Constructor for class org.apache.geronimo.clustering.
MBeanImpl
MetaDataListener
- interface org.apache.geronimo.clustering.
MetaDataListener
.
An interface implemented by components that wish to be notified upon membership of a Cluster changing.
makeObjectName(String)
- Static method in class org.apache.geronimo.clustering.
Cluster
Makes an ObjectName for a Cluster MBean with the given parameters.
makeObjectName(String, String)
- Static method in class org.apache.geronimo.clustering.
Node
Makes an ObjectName for a Node MBean with the given parameters.
makeObjectName(String, String, String)
- Static method in class org.apache.geronimo.clustering.
Tier
Makes an ObjectName for a Tier MBean with the given parameters.
N
NamedMBeanImpl
- class org.apache.geronimo.clustering.
NamedMBeanImpl
.
A base class containing fnality useful to Named MBeans of the Clustering module.
NamedMBeanImpl()
- Constructor for class org.apache.geronimo.clustering.
NamedMBeanImpl
Node
- class org.apache.geronimo.clustering.
Node
.
A Node is an instance of a connection to a Cluster.
Node()
- Constructor for class org.apache.geronimo.clustering.
Node
notifyDataDelta(DataDeltaListener, DataDelta)
- Method in class org.apache.geronimo.clustering.
LocalCluster
Apply the given delta to all interested members of the cluster, excluding the member which generated it.
notifyMembershipChanged(List)
- Method in class org.apache.geronimo.clustering.
LocalCluster
Notify interested Cluster members of a change in membership, including the node which generated it.
O
org.apache.geronimo.clustering
- package org.apache.geronimo.clustering
The Geronimo Clustering implementation.
org.apache.geronimo.clustering.ejb
- package org.apache.geronimo.clustering.ejb
The Geronimo EJB Tier Clustering binding.
org.apache.geronimo.clustering.jndi
- package org.apache.geronimo.clustering.jndi
The Geronimo JNDI Tier Clustering binding.
org.apache.geronimo.clustering.web
- package org.apache.geronimo.clustering.web
The Geronimo Web Tier Clustering binding.
R
registerData(String, Object)
- Method in class org.apache.geronimo.clustering.
Tier
registerData(String, Object)
- Method in class org.apache.geronimo.clustering.ejb.
EJBTier
registerData(String, Object)
- Method in class org.apache.geronimo.clustering.jndi.
JNDITier
registerData(String, Object)
- Method in class org.apache.geronimo.clustering.web.
WebTier
S
setClusterName(String)
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
setContextPath(String)
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
setData(Data)
- Method in interface org.apache.geronimo.clustering.
DataListener
Called by Cluster to initialise the state of a [new] node.
setData(Data)
- Method in class org.apache.geronimo.clustering.
Node
setMetaData(List)
- Method in interface org.apache.geronimo.clustering.
MetaDataListener
Called by Cluster when a change in membership occurs.
setMetaData(List)
- Method in class org.apache.geronimo.clustering.
Node
setNodeName(String)
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
setTierName(String)
- Method in class org.apache.geronimo.clustering.web.
HttpSessionManager
T
Tier
- class org.apache.geronimo.clustering.
Tier
.
Tier abstracts code common to different Tier impls into the same abstract base.
Tier()
- Constructor for class org.apache.geronimo.clustering.
Tier
toString()
- Method in class org.apache.geronimo.clustering.
Data
W
WebTier
- class org.apache.geronimo.clustering.web.
WebTier
.
Responsible for maintaining state stored in the Web tier - i.e.
WebTier()
- Constructor for class org.apache.geronimo.clustering.web.
WebTier
_
_cluster
- Variable in class org.apache.geronimo.clustering.
Node
_clusterName
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_contextPath
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_data
- Variable in class org.apache.geronimo.clustering.
Node
_data
- Variable in class org.apache.geronimo.clustering.
Tier
_log
- Variable in class org.apache.geronimo.clustering.
Cluster
_log
- Static variable in class org.apache.geronimo.clustering.
Data
_log
- Variable in class org.apache.geronimo.clustering.
LocalCluster
_log
- Variable in class org.apache.geronimo.clustering.
MBeanImpl
_log
- Variable in class org.apache.geronimo.clustering.
NamedMBeanImpl
_log
- Variable in class org.apache.geronimo.clustering.
Node
_log
- Variable in class org.apache.geronimo.clustering.
Tier
_log
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_members
- Variable in class org.apache.geronimo.clustering.
LocalCluster
_node
- Variable in class org.apache.geronimo.clustering.
Tier
_nodeName
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_objectName
- Variable in class org.apache.geronimo.clustering.
MBeanImpl
_server
- Variable in class org.apache.geronimo.clustering.
MBeanImpl
_sessions
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_tier
- Variable in class org.apache.geronimo.clustering.
Tier
_tier
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_tierName
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
_tiers
- Variable in class org.apache.geronimo.clustering.
Data
_tiers
- Variable in class org.apache.geronimo.clustering.
Tier
_uid
- Variable in class org.apache.geronimo.clustering.web.
HttpSessionManager
A
C
D
E
G
H
J
L
M
N
O
R
S
T
W
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.