A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractRemoteNode - class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode.
Abstract implememtation for the RemoteNode contracts.
AbstractRemoteNode(NodeInfo, IOContext) - Constructor for class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
AbstractRemoteNode(NodeInfo, NodeInfo, IOContext) - Constructor for class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
AbstractRemoteNodeConnection - class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection.
Abstract implememtation for the RemoteNodeConnection contracts.
AbstractRemoteNodeConnection(IOContext) - Constructor for class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
AbstractReplacerResolver - class org.apache.geronimo.messaging.io.AbstractReplacerResolver.
Base implementation for the ReplacerResolver contracts.
AbstractReplacerResolver() - Constructor for class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
AdminServer - class org.apache.geronimo.messaging.admin.deployment.AdminServer.
Administration DeploymentServer.
AdminServer(Node, Object) - Constructor for class org.apache.geronimo.messaging.admin.deployment.AdminServer
Creates an administration server mounted by the specified node and having the provided identifier.
accept(Method) - Method in class org.apache.geronimo.messaging.proxy.HOPPFilter
 
accepted(AcceptableProtocol) - Method in class org.apache.geronimo.messaging.remotenode.network.NodeServerImpl
 
add(Msg) - Method in class org.apache.geronimo.messaging.interceptors.MsgQueue
Adds a Message to this queue.
addEndPoint(EndPoint) - Method in interface org.apache.geronimo.messaging.Node
Registers a new EndPoint.
addEndPoint(EndPoint) - Method in class org.apache.geronimo.messaging.NodeImpl
 
addHeader(Object, Object) - Method in class org.apache.geronimo.messaging.MsgHeader
Adds an header.
addListener(ClusterEventListener) - Method in interface org.apache.geronimo.messaging.cluster.Cluster
Adds a listener to this cluster.
addListener(ClusterEventListener) - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
addListener(RemoteNodeEventListener) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Adds a listener for RemoteNode event.
addListener(RemoteNodeEventListener) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
addMember(NodeInfo) - Method in interface org.apache.geronimo.messaging.cluster.Cluster
Adds a Node to this cluster.
addMember(NodeInfo) - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
addNode(NodeInfo) - Method in class org.apache.geronimo.messaging.cluster.topology.RingTopologyManager
 
addNode(NodeInfo) - Method in interface org.apache.geronimo.messaging.cluster.topology.TopologyManager
Adds a node.
addProgressListener(ProgressListener) - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
addProgressObject(ProgressObject) - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
Adds a ProgressObject.
addUpdateListener(UpdateListener) - Method in interface org.apache.geronimo.messaging.replication.ReplicationCapable
Adds an UpdateEvent listener.
addUpdateListener(UpdateListener) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
afterPop(StreamInputStream, Msg, Object) - Method in interface org.apache.geronimo.messaging.io.PopSynchronization
Notifies the implementation that a Msg has been popped.
afterPop(StreamInputStream, Msg, Object) - Method in class org.apache.geronimo.messaging.io.PopSynchronizationAdaptor
 
afterPop(StreamInputStream, Msg, Object) - Method in class org.apache.geronimo.messaging.remotenode.LogicalCompression
 
afterPush(StreamOutputStream, Msg, Object) - Method in interface org.apache.geronimo.messaging.io.PushSynchronization
Notifies the implementation that a Msg has been pushed.
afterPush(StreamOutputStream, Msg, Object) - Method in class org.apache.geronimo.messaging.io.PushSynchronizationAdaptor
 
afterPush(StreamOutputStream, Msg, Object) - Method in class org.apache.geronimo.messaging.remotenode.LogicalCompression
 
append(ReplacerResolver) - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
append(ReplacerResolver) - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Appends a ReplacerResolver to this instance.

B

BODY_TYPE - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Body type.
BaseEndPoint - class org.apache.geronimo.messaging.BaseEndPoint.
Base class for EndPoint implementations.
BaseEndPoint(Node, Object) - Constructor for class org.apache.geronimo.messaging.BaseEndPoint
Creates an EndPoint, which is mounted by the specified Node and having the specified identifier.
beforePop(StreamInputStream) - Method in interface org.apache.geronimo.messaging.io.PopSynchronization
Notifies the implementation that a Msg is being popped.
beforePop(StreamInputStream) - Method in class org.apache.geronimo.messaging.io.PopSynchronizationAdaptor
 
beforePop(StreamInputStream) - Method in class org.apache.geronimo.messaging.remotenode.LogicalCompression
 
beforePush(StreamOutputStream, Msg) - Method in interface org.apache.geronimo.messaging.io.PushSynchronization
Notifies the implementation that a Msg is being pushed.
beforePush(StreamOutputStream, Msg) - Method in class org.apache.geronimo.messaging.io.PushSynchronizationAdaptor
 
beforePush(StreamOutputStream, Msg) - Method in class org.apache.geronimo.messaging.remotenode.LogicalCompression
 

C

CACHED - Static variable in class org.apache.geronimo.messaging.io.StreamOutputStream
First byte written by writeClassDescriptor to indicate that the ObjectStreamClass to be written has already been provided.
CLEAR - Static variable in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
CORRELATION_ID - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Msg identifier.
CallbackSocketProtocol - class org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol.
SocketProtocol providing asynchronous callbacks upon closure.
CallbackSocketProtocol() - Constructor for class org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol
 
CallbackSocketProtocol.SocketProtocolListener - interface org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol.SocketProtocolListener.
When the underlying socket is closed, this callback is called.
Cluster - interface org.apache.geronimo.messaging.cluster.Cluster.
Cluster of Nodes.
ClusterEvent - class org.apache.geronimo.messaging.cluster.ClusterEvent.
A cluster-wide event.
ClusterEvent(Cluster, NodeInfo, Object) - Constructor for class org.apache.geronimo.messaging.cluster.ClusterEvent
 
ClusterEventListener - interface org.apache.geronimo.messaging.cluster.ClusterEventListener.
Cluster event listener.
ClusterHBReceiver - class org.apache.geronimo.messaging.cluster.ClusterHBReceiver.
Heartbeats listener.
ClusterHBReceiver(Cluster, ClockPool, int) - Constructor for class org.apache.geronimo.messaging.cluster.ClusterHBReceiver
Creates an heartbeat listener.
ClusterHBSender - class org.apache.geronimo.messaging.cluster.ClusterHBSender.
Node heartbeat sender.
ClusterHBSender(Node, Cluster, ClockPool, long, GBeanLifecycleController) - Constructor for class org.apache.geronimo.messaging.cluster.ClusterHBSender
Creates a node heartbeat sender.
ClusterImpl - class org.apache.geronimo.messaging.cluster.ClusterImpl.
Cluster implementation.
ClusterImpl(ClusterInfo, Node, TopologyManager) - Constructor for class org.apache.geronimo.messaging.cluster.ClusterImpl
Creates a cluster view mounted by the specified node.
ClusterInfo - class org.apache.geronimo.messaging.cluster.ClusterInfo.
Cluster meta-data.
ClusterInfo() - Constructor for class org.apache.geronimo.messaging.cluster.ClusterInfo
Required for externalization
ClusterInfo(InetAddress, int) - Constructor for class org.apache.geronimo.messaging.cluster.ClusterInfo
 
ClusterInfoEditor - class org.apache.geronimo.messaging.cluster.ClusterInfoEditor.
ClusterInfo editor.
ClusterInfoEditor() - Constructor for class org.apache.geronimo.messaging.cluster.ClusterInfoEditor
 
CommunicationException - exception org.apache.geronimo.messaging.CommunicationException.
Exception to be raised when a communication problem occurs.
CommunicationException(String) - Constructor for class org.apache.geronimo.messaging.CommunicationException
 
CommunicationException(Throwable) - Constructor for class org.apache.geronimo.messaging.CommunicationException
 
CommunicationException(String, Throwable) - Constructor for class org.apache.geronimo.messaging.CommunicationException
 
cancel() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
clear() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
cloneProtocol() - Method in class org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol
 
close() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeConnection
Closes the connection.
close() - Method in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
close() - Method in class org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol
 
commitTopology() - Method in interface org.apache.geronimo.messaging.NodeEndPointView
Commits the topology previously prepared.
commitTopology() - Method in class org.apache.geronimo.messaging.remotenode.LogicalCompression
Commits the previousy prepared topology.
commitTopology() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Commits the Topology which has been previously prepared.
commitTopology() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
consolidate() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
Consolidates the ProgressObject registered until now.
containsKey(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
containsValue(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
customReplaceObject(Object) - Method in class org.apache.geronimo.messaging.MsgReplacerResolver
 
customReplaceObject(Object) - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentReplacerResolver
 
customReplaceObject(Object) - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
customReplaceObject(Object) - Method in class org.apache.geronimo.messaging.io.InputStreamReplacerResolver
 
customReplaceObject(Object) - Method in class org.apache.geronimo.messaging.io.NullReplacerResolver
 
customReplaceObject(Object) - Method in class org.apache.geronimo.messaging.reference.ReferenceReplacerResolver
 
customResolveObject(Object) - Method in class org.apache.geronimo.messaging.MsgReplacerResolver
 
customResolveObject(Object) - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentReplacerResolver
 
customResolveObject(Object) - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
customResolveObject(Object) - Method in class org.apache.geronimo.messaging.io.InputStreamReplacerResolver
 
customResolveObject(Object) - Method in class org.apache.geronimo.messaging.io.NullReplacerResolver
 
customResolveObject(Object) - Method in class org.apache.geronimo.messaging.reference.ReferenceReplacerResolver
 

D

DEST_ENDPOINT - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Destination EndPoint.
DEST_NODE - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Destination node.
DEST_NODES - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Destination nodes.
DEST_NODE_PATH - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Path to be traversed to reach DEST_NODES.
DeploymentReplacerResolver - class org.apache.geronimo.messaging.admin.deployment.DeploymentReplacerResolver.
 
DeploymentReplacerResolver() - Constructor for class org.apache.geronimo.messaging.admin.deployment.DeploymentReplacerResolver
 
DeploymentStatusImpl - class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl.
A Serializable DeploymentStatus implementation.
DeploymentStatusImpl(CommandType, ActionType, StateType, String) - Constructor for class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
distribute(Target[], ConfigurationBuilder, InputStream, XmlObject) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
distribute(Target[], ConfigurationBuilder, InputStream, XmlObject) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
doFail() - Method in class org.apache.geronimo.messaging.GBeanBaseEndPoint
 
doFail() - Method in class org.apache.geronimo.messaging.NodeImpl
 
doFail() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
doFail() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
doFail() - Method in class org.apache.geronimo.messaging.cluster.ClusterHBReceiver
 
doFail() - Method in class org.apache.geronimo.messaging.cluster.ClusterHBSender
 
doFail() - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
doStart() - Method in class org.apache.geronimo.messaging.GBeanBaseEndPoint
 
doStart() - Method in class org.apache.geronimo.messaging.NodeImpl
 
doStart() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
doStart() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
doStart() - Method in class org.apache.geronimo.messaging.cluster.ClusterHBReceiver
 
doStart() - Method in class org.apache.geronimo.messaging.cluster.ClusterHBSender
 
doStart() - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
doStop() - Method in class org.apache.geronimo.messaging.GBeanBaseEndPoint
 
doStop() - Method in class org.apache.geronimo.messaging.NodeImpl
 
doStop() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
doStop() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
doStop() - Method in class org.apache.geronimo.messaging.cluster.ClusterHBReceiver
 
doStop() - Method in class org.apache.geronimo.messaging.cluster.ClusterHBSender
 
doStop() - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 

E

END_POINT_ID - Static variable in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
EndPoint identifier of a ManagedDeploymentServer.
EndPoint - interface org.apache.geronimo.messaging.EndPoint.
EndPoints are registered by Nodes and abstract end-points of inter-node communication channels.
EndPointCallback - class org.apache.geronimo.messaging.proxy.EndPointCallback.
This Callback sends Request to an EndPoint hosted by a set of Nodes.
EndPointCallback(RequestSender) - Constructor for class org.apache.geronimo.messaging.proxy.EndPointCallback
 
EndPointProxy - interface org.apache.geronimo.messaging.proxy.EndPointProxy.
EndPointProxyFactory creates EndPoint proxies, which automatically implement this interface.
EndPointProxyFactory - interface org.apache.geronimo.messaging.proxy.EndPointProxyFactory.
Factory of EndPoint proxies.
EndPointProxyFactoryImpl - class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl.
EndPointProxyFactory implementation.
EndPointProxyFactoryImpl(Node, Object) - Constructor for class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
Creates a factory mounted by the specified node and having the specified identifier.
EndPointProxyInfo - class org.apache.geronimo.messaging.proxy.EndPointProxyInfo.
EndPoint proxy meta-data.
EndPointProxyInfo(Object, Class, NodeInfo) - Constructor for class org.apache.geronimo.messaging.proxy.EndPointProxyInfo
Convenience constructor
EndPointProxyInfo(Object, Class[], NodeInfo[]) - Constructor for class org.apache.geronimo.messaging.proxy.EndPointProxyInfo
Creates the meta-data of an EndPoint proxy.
enhance(Object) - Static method in class org.apache.geronimo.messaging.reference.ReferenceableEnhancer
Injects the Referenceable interface to the set of interfaces of anOpaque.
entrySet() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
equals(Object) - Method in class org.apache.geronimo.messaging.NodeInfo
 
equals(Object) - Method in class org.apache.geronimo.messaging.RequestSender.RequestID
 
equals(Object) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl.ID
 
equals(Object) - Method in interface org.apache.geronimo.messaging.reference.Reference
Equals if obj is a Reference to the same Referenceable.
equals(Object) - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
 
equals(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
execute() - Method in class org.apache.geronimo.messaging.Request
Executes the command against the specified target.

F

factory(EndPointProxyInfo) - Method in interface org.apache.geronimo.messaging.proxy.EndPointProxyFactory
Creates a proxy for the EndPoint defined by anInfo.
factory(EndPointProxyInfo) - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
Creates a proxy for the EndPoint defined by anInfo.
factory(ReferenceableInfo) - Method in class org.apache.geronimo.messaging.reference.ReferenceFactory
Builds a proxy for the Referenceable aReferenceInfo.
factoryEndPointProxy(EndPointProxyInfo) - Method in interface org.apache.geronimo.messaging.Node
Creates a proxy for the EndPoint defined by anInfo.
factoryEndPointProxy(EndPointProxyInfo) - Method in class org.apache.geronimo.messaging.NodeImpl
 
factoryProxy(ReferenceableInfo) - Method in interface org.apache.geronimo.messaging.reference.ReferenceableManager
Builds a proxy for the provided Referenceable.
factoryProxy(ReferenceableInfo) - Method in class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
 
factoryRemoteNode(NodeInfo, NodeInfo, IOContext) - Method in interface org.apache.geronimo.messaging.remotenode.MessagingTransportFactory
Creates a RemoteNode providing a local view of the remote node aNodeInfo.
factoryRemoteNode(NodeInfo, NodeInfo, IOContext) - Method in class org.apache.geronimo.messaging.remotenode.network.NetworkTransportFactory
 
factoryServer(NodeInfo, IOContext) - Method in interface org.apache.geronimo.messaging.remotenode.MessagingTransportFactory
Creates a NodeServer for the specified node.
factoryServer(NodeInfo, IOContext) - Method in class org.apache.geronimo.messaging.remotenode.network.NetworkTransportFactory
 
factoryTopology() - Method in class org.apache.geronimo.messaging.cluster.topology.RingTopologyManager
 
factoryTopology() - Method in interface org.apache.geronimo.messaging.cluster.topology.TopologyManager
Builds a node topology.
findOrJoinRemoteNode(NodeInfo) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Finds or joins a remote node.
findOrJoinRemoteNode(NodeInfo) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
findRemoteNode(NodeInfo) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Finds a remote node.
findRemoteNode(NodeInfo) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
fireClusterMemberEvent(ClusterEvent) - Method in interface org.apache.geronimo.messaging.cluster.ClusterEventListener
To be notified when a cluster event occcurs.
fireRemoteNodeEvent(RemoteNodeEvent) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeEventListener
To be fired when an event occurs against a RemoteNode.
fireUpdateEvent(UpdateEvent) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
 
fireUpdateEvent(UpdateEvent) - Method in interface org.apache.geronimo.messaging.replication.UpdateListener
Fire an UpdateEvent on this listener.

G

GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.GBeanBaseEndPoint
 
GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.NodeImpl
 
GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.cluster.ClusterHBReceiver
 
GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.cluster.ClusterHBSender
 
GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.remotenode.network.NetworkTransportFactory
 
GBEAN_INFO - Static variable in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
 
GBeanBaseEndPoint - class org.apache.geronimo.messaging.GBeanBaseEndPoint.
Based implementation for EndPoints to be exposed as GBeans.
GBeanBaseEndPoint(Node, Object) - Constructor for class org.apache.geronimo.messaging.GBeanBaseEndPoint
Creates an EndPoint, which is mounted by the specified Node and having the specified identifier.
GInputStream - class org.apache.geronimo.messaging.io.GInputStream.
An Externalizable InputStream Wrapper.
GInputStream() - Constructor for class org.apache.geronimo.messaging.io.GInputStream
Requires for Externalization.
GInputStream(InputStream) - Constructor for class org.apache.geronimo.messaging.io.GInputStream
Wraps the specified InputStream.
get(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
getAction() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
getAddress() - Method in class org.apache.geronimo.messaging.NodeInfo
Gets the listening address of the node providing this instance.
getAddress() - Method in class org.apache.geronimo.messaging.cluster.ClusterInfo
 
getAvailableModules(ModuleType, Target[]) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
getAvailableModules(ModuleType, Target[]) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
getBody() - Method in class org.apache.geronimo.messaging.Msg
Gets the body
getByCode(int) - Static method in class org.apache.geronimo.messaging.MsgBody.Type
 
getClientConfiguration(TargetModuleID) - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
getCluster() - Method in class org.apache.geronimo.messaging.cluster.ClusterEvent
 
getClusterInfo() - Method in interface org.apache.geronimo.messaging.cluster.Cluster
Gets the meta-data of this cluster.
getClusterInfo() - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
getCode() - Method in class org.apache.geronimo.messaging.MsgBody.Type
 
getCommand() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
getContent() - Method in class org.apache.geronimo.messaging.MsgBody
Gets the content of this body.
getDeploymentStatus() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
Gets the deployment status.
getDescription() - Method in class org.apache.geronimo.messaging.admin.deployment.TargetImpl2
 
getEndPointID() - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyInfo
Gets the EndPoint identifier.
getEndPointId() - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Gets the target EndPoint identifier.
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.GBeanBaseEndPoint
 
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.NodeImpl
 
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.cluster.ClusterHBReceiver
 
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.cluster.ClusterHBSender
 
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.remotenode.network.NetworkTransportFactory
 
getGBeanInfo() - Static method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
 
getHeader() - Method in class org.apache.geronimo.messaging.Msg
Gets the header.
getHeader(Object) - Method in class org.apache.geronimo.messaging.MsgHeader
Gets a required header.
getHeader() - Method in class org.apache.geronimo.messaging.interceptors.HeaderInInterceptor
Gets the current header value.
getHostingNode() - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
Gets the hosting node.
getID() - Method in class org.apache.geronimo.messaging.BaseEndPoint
 
getID() - Method in interface org.apache.geronimo.messaging.EndPoint
Gets the identifier of this EndPoint.
getID() - Method in class org.apache.geronimo.messaging.RequestSender.RequestID
 
getID() - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
Gets the EndPoint identifier containing the Reference.
getID() - Method in interface org.apache.geronimo.messaging.replication.ReplicationCapable
Identifier of this ReplicationCapable.
getID() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
getIDOfNode(NodeInfo) - Method in interface org.apache.geronimo.messaging.NodeTopology
Gets the identifier of the provided node in the specified topology.
getId() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
getId() - Method in interface org.apache.geronimo.messaging.replication.UpdateEvent
Gets the event identifier.
getInterfaces() - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyInfo
Gets the interfaces of the EndPoint.
getListener() - Method in class org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol
Gets the listener to be notified upon closure of the underlying socket.
getMBeanServer() - Method in interface org.apache.geronimo.messaging.jmx.MBeanServerEndPoint
Gets a Referenceable MBeanServer.
getMBeanServer() - Method in class org.apache.geronimo.messaging.jmx.MBeanServerEndPointImpl
 
getMember() - Method in class org.apache.geronimo.messaging.cluster.ClusterEvent
 
getMembers() - Method in interface org.apache.geronimo.messaging.cluster.Cluster
Gets the Nodes of this cluster.
getMembers() - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
getMessage() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
getMethodName() - Method in class org.apache.geronimo.messaging.Request
Gets the method name to be executed.
getModuleType() - Method in class org.apache.geronimo.messaging.admin.deployment.ModuleTypeWrapper
 
getMsgConsumerOut() - Method in class org.apache.geronimo.messaging.BaseEndPoint
 
getMsgConsumerOut() - Method in interface org.apache.geronimo.messaging.MsgConsumer
Gets a mean to push Msgs to this instance.
getMsgConsumerOut() - Method in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
getMsgConsumerOut() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
getMsgConsumerOut() - Method in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
getName() - Method in class org.apache.geronimo.messaging.NodeInfo
Gets the name of the node providing this instance.
getName() - Method in class org.apache.geronimo.messaging.admin.deployment.TargetImpl2
 
getNeighbours(NodeInfo) - Method in interface org.apache.geronimo.messaging.NodeTopology
Gets the neighbours of the specified node.
getNext() - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
getNext() - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Gets the next online element of the chain.
getNodeById(int) - Method in interface org.apache.geronimo.messaging.NodeTopology
Gets the NodeInfo having the specified identifier.
getNodeInfo() - Method in interface org.apache.geronimo.messaging.Node
Gets the NodeInfo of this node.
getNodeInfo() - Method in class org.apache.geronimo.messaging.NodeImpl
 
getNodeInfo() - Method in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
getNodeInfo() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNode
Gets the NodeInfo of this remote node.
getNodes() - Method in interface org.apache.geronimo.messaging.NodeTopology
Gets the NodeInfo registered by this topology.
getNodes() - Method in class org.apache.geronimo.messaging.cluster.topology.RingTopologyManager
 
getNodes() - Method in interface org.apache.geronimo.messaging.cluster.topology.TopologyManager
Gets the nodes registered by this manager.
getNonRunningModules(ModuleType, Target[]) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
getNonRunningModules(ModuleType, Target[]) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
getOptionalHeader(Object) - Method in class org.apache.geronimo.messaging.MsgHeader
Gets an optional header.
getOut() - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Gets the Msg transport used to sent Requests.
getParameterTypes() - Method in class org.apache.geronimo.messaging.Request
Gets the formal parameter of the method wrapped by this instance.
getParameters() - Method in class org.apache.geronimo.messaging.Request
Gets the parameters of the method to be executed.
getPath(NodeInfo, NodeInfo) - Method in interface org.apache.geronimo.messaging.NodeTopology
Gets a path between aSource and aTarget.
getPopSynchronization() - Method in class org.apache.geronimo.messaging.io.IOContext
 
getPort() - Method in class org.apache.geronimo.messaging.NodeInfo
Gets the listening port of the node providing this instance.
getPort() - Method in class org.apache.geronimo.messaging.cluster.ClusterInfo
 
getPushSynchronization() - Method in class org.apache.geronimo.messaging.io.IOContext
 
getRawInputStream() - Method in class org.apache.geronimo.messaging.io.GInputStream
Gets the wrapped InputStream
getRefClass() - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
Gets the Referenceable interfaces.
getRefID() - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
Gets the Reference identifier.
getReferenceableInfo() - Method in interface org.apache.geronimo.messaging.reference.Reference
Gets the meta-data of the (remote) Referenceable.
getRemoteNode() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent
Gets the focused RemoteNode.
getReplacerResolver() - Method in interface org.apache.geronimo.messaging.Node
Gets the root ReplacerResolver used by this node in order to replace and resolve instances to be sent and received by remote nodes.
getReplacerResolver() - Method in class org.apache.geronimo.messaging.NodeImpl
 
getReplacerResolver() - Method in class org.apache.geronimo.messaging.io.IOContext
 
getReplicationGroupID() - Method in interface org.apache.geronimo.messaging.replication.ReplicationMember
Gets the replication group identifier.
getReplicationGroupID() - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
 
getResult() - Method in class org.apache.geronimo.messaging.Result
 
getResultTargetModuleIDs() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
getRunningModules(ModuleType, Target[]) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
getRunningModules(ModuleType, Target[]) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
getState() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
getStreamManager() - Method in class org.apache.geronimo.messaging.io.IOContext
 
getStreamManager() - Method in class org.apache.geronimo.messaging.io.StreamOutputStream
Gets the StreamManager used to resolve InputStream identifiers.
getTarget() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
getTarget() - Method in interface org.apache.geronimo.messaging.replication.UpdateEvent
Gets the target of the event.
getTargets() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
getTargets() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
getTargets() - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Gets the Nodes hosting the target EndPoint.
getTargets() - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyInfo
Gets the Nodes hosting the EndPoint.
getThrowable() - Method in class org.apache.geronimo.messaging.Result
 
getTopology() - Method in interface org.apache.geronimo.messaging.Node
Gets the node topology in which this instance is operating.
getTopology() - Method in class org.apache.geronimo.messaging.NodeImpl
 
getType() - Method in class org.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper
 
getType() - Method in class org.apache.geronimo.messaging.cluster.ClusterEvent
 
getValue() - Method in class org.apache.geronimo.messaging.NodeInfoEditor
 
getValue() - Method in class org.apache.geronimo.messaging.cluster.ClusterInfoEditor
 
getValue() - Method in class org.apache.geronimo.messaging.cluster.topology.TopologyManagerEditor
 
getVersion() - Method in interface org.apache.geronimo.messaging.NodeTopology
Gets the version of this topology.

H

HOPPFilter - class org.apache.geronimo.messaging.proxy.HOPPFilter.
Maps the methods defined by the specified interfaces to the first Callback of an Enhancer.
HOPPFilter(Class[]) - Constructor for class org.apache.geronimo.messaging.proxy.HOPPFilter
 
HeaderInInterceptor - class org.apache.geronimo.messaging.interceptors.HeaderInInterceptor.
Inbound interceptor in charge of retrieving an header.
HeaderInInterceptor(MsgInInterceptor, Object) - Constructor for class org.apache.geronimo.messaging.interceptors.HeaderInInterceptor
Creates an inbound Msgs interceptor popping messages from aPrev and retrieving the header identified by aHeader.
HeaderOutInterceptor - class org.apache.geronimo.messaging.interceptors.HeaderOutInterceptor.
Counterpart of HeaderInInterceptor.
HeaderOutInterceptor(Object, Object, MsgOutInterceptor) - Constructor for class org.apache.geronimo.messaging.interceptors.HeaderOutInterceptor
Creates an outbound interceptor, which adds a header having the key aKey and the value aValue.
handleRequest(Msg) - Method in class org.apache.geronimo.messaging.BaseEndPoint
Handles a request Msg.
handleResponse(Msg) - Method in class org.apache.geronimo.messaging.BaseEndPoint
Handles a response Msg.
hashCode() - Method in class org.apache.geronimo.messaging.NodeInfo
 
hashCode() - Method in class org.apache.geronimo.messaging.RequestSender.RequestID
 
hashCode() - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl.ID
 
hashCode() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 

I

IDLE_TIME - Static variable in class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Nodes which have been idle for more than this number of milliseconds are left.
IOContext - class org.apache.geronimo.messaging.io.IOContext.
An IO context.
IOContext() - Constructor for class org.apache.geronimo.messaging.io.IOContext
 
InputStreamReplacerResolver - class org.apache.geronimo.messaging.io.InputStreamReplacerResolver.
Replaces/resolves InputStreams instances.
InputStreamReplacerResolver() - Constructor for class org.apache.geronimo.messaging.io.InputStreamReplacerResolver
 
id - Variable in class org.apache.geronimo.messaging.BaseEndPoint
EndPoint identifier.
id - Variable in class org.apache.geronimo.messaging.RequestSender.RequestID
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
 
invoke(int, Request) - Method in interface org.apache.geronimo.messaging.reference.ReferenceableManager
Invoke a request on the Referenceable having the specified identifier.
invoke(int, Request) - Method in class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
 
ioContext - Variable in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
isAddEvent() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent
 
isCancelSupported() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
isCompleted() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
isEmpty() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
isFailed() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
isLocal() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
isLocal() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
isOffline() - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
isOffline() - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Indicates if this instance if online.
isRedeploySupported() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
isRedeploySupported() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
isRemoveEvent() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent
 
isRunning() - Method in class org.apache.geronimo.messaging.admin.deployment.DeploymentStatusImpl
 
isStopSupported() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
isSuccess() - Method in class org.apache.geronimo.messaging.Result
 

J

join() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNode
Joins the remote node.
join() - Method in class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoined
 
join() - Method in class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoiner
 

K

keySet() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 

L

LogicalCompression - class org.apache.geronimo.messaging.remotenode.LogicalCompression.
Logical compression of Msgs.
LogicalCompression() - Constructor for class org.apache.geronimo.messaging.remotenode.LogicalCompression
 
leave() - Method in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
leave() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNode
Leaves the remote node.
leaveRemoteNode(NodeInfo) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Leaves a remote node.
leaveRemoteNode(NodeInfo) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
listRemoteNodes() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Gets the registered remote nodes.
listRemoteNodes() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
localNodeInfo - Variable in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
Local node meta-data.

M

MBeanServerEndPoint - interface org.apache.geronimo.messaging.jmx.MBeanServerEndPoint.
EndPoint exposing a Referenceable MBeanServer to other EndPoints.
MBeanServerEndPointImpl - class org.apache.geronimo.messaging.jmx.MBeanServerEndPointImpl.
MBeanServerEndPoint implementation.
MBeanServerEndPointImpl(Node, Object, KernelMBean) - Constructor for class org.apache.geronimo.messaging.jmx.MBeanServerEndPointImpl
Creates an EndPoint providing an access to the MBeanServer used by the specified KernelMBean.
MEMBER_ADDED - Static variable in class org.apache.geronimo.messaging.cluster.ClusterEvent
Event type when a member is added to a cluster.
MEMBER_REMOVED - Static variable in class org.apache.geronimo.messaging.cluster.ClusterEvent
Event type when a member is removed from a cluster.
MONITOR_PERIOD - Static variable in class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Number of milliseconds between two scans.
ManagedServer - class org.apache.geronimo.messaging.admin.deployment.ManagedServer.
Managed DeploymentServer.
ManagedServer(Node, ConfigurationStore, KernelMBean) - Constructor for class org.apache.geronimo.messaging.admin.deployment.ManagedServer
Creates a managed deployment server for the specified node.
MessagingTransportFactory - interface org.apache.geronimo.messaging.remotenode.MessagingTransportFactory.
Transport layer factory.
ModuleTypeWrapper - class org.apache.geronimo.messaging.admin.deployment.ModuleTypeWrapper.
ModuleType wrapper which is serializable.
ModuleTypeWrapper(ModuleType) - Constructor for class org.apache.geronimo.messaging.admin.deployment.ModuleTypeWrapper
 
Msg - class org.apache.geronimo.messaging.Msg.
A message.
Msg() - Constructor for class org.apache.geronimo.messaging.Msg
Creates a new Msg.
Msg(Msg) - Constructor for class org.apache.geronimo.messaging.Msg
Prototype.
MsgBody - class org.apache.geronimo.messaging.MsgBody.
Msg body.
MsgBody() - Constructor for class org.apache.geronimo.messaging.MsgBody
Required for Externalization.
MsgBody(MsgBody) - Constructor for class org.apache.geronimo.messaging.MsgBody
Prototype.
MsgBody.Type - class org.apache.geronimo.messaging.MsgBody.Type.
Type-safe enumeration of body types.
MsgBody.Type() - Constructor for class org.apache.geronimo.messaging.MsgBody.Type
Required for Externalization.
MsgConsProd - interface org.apache.geronimo.messaging.MsgConsProd.
Unifies the MsgProducer and MsgConsumer contracts.
MsgConsumer - interface org.apache.geronimo.messaging.MsgConsumer.
Components consuming Msgs implement this interface.
MsgHeader - class org.apache.geronimo.messaging.MsgHeader.
Msg header.
MsgHeader() - Constructor for class org.apache.geronimo.messaging.MsgHeader
 
MsgHeader(MsgHeader) - Constructor for class org.apache.geronimo.messaging.MsgHeader
Prototype.
MsgHeaderConstants - interface org.apache.geronimo.messaging.MsgHeaderConstants.
Msg header keys.
MsgInInterceptor - interface org.apache.geronimo.messaging.interceptors.MsgInInterceptor.
Inbound Msg interceptor.
MsgInterceptorStoppedException - exception org.apache.geronimo.messaging.interceptors.MsgInterceptorStoppedException.
Exception thrown when a Msg interceptor chain is stopped.
MsgInterceptorStoppedException(Throwable) - Constructor for class org.apache.geronimo.messaging.interceptors.MsgInterceptorStoppedException
 
MsgOutDispatcher - class org.apache.geronimo.messaging.interceptors.MsgOutDispatcher.
Dispatches Msgs to Msg output based on their headers.
MsgOutDispatcher(Object) - Constructor for class org.apache.geronimo.messaging.interceptors.MsgOutDispatcher
Dispatches the received Msgs to the registered Msg outputs based on the value of the header having the key aHeaderKey.
MsgOutInterceptor - interface org.apache.geronimo.messaging.interceptors.MsgOutInterceptor.
Outbound Msg interceptor.
MsgProducer - interface org.apache.geronimo.messaging.MsgProducer.
Components producing Msgs implement this interface.
MsgQueue - class org.apache.geronimo.messaging.interceptors.MsgQueue.
A named queue.
MsgQueue(String) - Constructor for class org.apache.geronimo.messaging.interceptors.MsgQueue
Creates a queue having the specified name.
MsgReplacerResolver - class org.apache.geronimo.messaging.MsgReplacerResolver.
ReplacerResolver for the base classes of Msgs.
MsgReplacerResolver() - Constructor for class org.apache.geronimo.messaging.MsgReplacerResolver
 
MsgReplacerResolver.TypeWrapper - class org.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper.
 
MsgReplacerResolver.TypeWrapper() - Constructor for class org.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper
 
MsgReplacerResolver.TypeWrapper(MsgBody.Type) - Constructor for class org.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper
 
MsgTransformer - interface org.apache.geronimo.messaging.interceptors.MsgTransformer.
An interface allowing various implementations to transform Msgs.
MultiProgressObject - class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject.
A ProgressObject which consolidates multiple ProgressObjects.
MultiProgressObject() - Constructor for class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
manager - Variable in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
Manager of this remote node.
mergeWithUpdate(UpdateEvent) - Method in interface org.apache.geronimo.messaging.replication.ReplicationCapable
Merges an UpdateEvent with the state of this instance.
mergeWithUpdate(UpdateEvent) - Method in interface org.apache.geronimo.messaging.replication.ReplicationMember
Merges an UpdateEvent with a registered ReplicationCapable.
mergeWithUpdate(UpdateEvent) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
Merges an UpdateEvent with a registered ReplicationCapable.
mergeWithUpdate(UpdateEvent) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 

N

NAME - Static variable in interface org.apache.geronimo.messaging.io.StreamManager
A StreamManager is registered automatically by a Node with this name.
NODE_ADDED - Static variable in class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent
Event type indicating that a RemoteNode has been added.
NODE_ID - Static variable in interface org.apache.geronimo.messaging.NodeEndPointView
EndPoint ID.
NODE_REMOVED - Static variable in class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent
Event type indicating that a RemoteNode has been removed.
NOT_CACHED - Static variable in class org.apache.geronimo.messaging.io.StreamOutputStream
First byte written by writeClassDescriptor to indicate that the ObjectStreamClass to be written is new.
NULL_READ - Static variable in class org.apache.geronimo.messaging.io.StreamManagerImpl
Used to signal an end of input stream.
NetworkTransportFactory - class org.apache.geronimo.messaging.remotenode.network.NetworkTransportFactory.
MessagingTransportFactory using Geronimo network as the transport layer.
NetworkTransportFactory(SelectorManager, ClockPool) - Constructor for class org.apache.geronimo.messaging.remotenode.network.NetworkTransportFactory
 
Node - interface org.apache.geronimo.messaging.Node.
Abstract a node in a clustered deployment.
NodeEndPointView - interface org.apache.geronimo.messaging.NodeEndPointView.
When a Node is created, it registers itself as an EndPoint defining the following contracts.
NodeException - exception org.apache.geronimo.messaging.NodeException.
Exception to be raised when an problem occur when a node can not performed a specified operation.
NodeException(String) - Constructor for class org.apache.geronimo.messaging.NodeException
 
NodeException(String, Throwable) - Constructor for class org.apache.geronimo.messaging.NodeException
 
NodeException(Throwable) - Constructor for class org.apache.geronimo.messaging.NodeException
 
NodeImpl - class org.apache.geronimo.messaging.NodeImpl.
Node implementation.
NodeImpl(NodeInfo, ThreadPool, ClockPool, MessagingTransportFactory) - Constructor for class org.apache.geronimo.messaging.NodeImpl
Creates a Node.
NodeInfo - class org.apache.geronimo.messaging.NodeInfo.
Wraps the properties of a Node.
NodeInfo() - Constructor for class org.apache.geronimo.messaging.NodeInfo
Required for Externalization.
NodeInfo(String, InetAddress, int) - Constructor for class org.apache.geronimo.messaging.NodeInfo
Creates a NodeInfo defining uniquely a node on a network.
NodeInfoEditor - class org.apache.geronimo.messaging.NodeInfoEditor.
NodeInfo editor.
NodeInfoEditor() - Constructor for class org.apache.geronimo.messaging.NodeInfoEditor
 
NodeServer - interface org.apache.geronimo.messaging.remotenode.NodeServer.
A NodeServer listens for remote nodes and delegates to a RemoteNodeManager their management.
NodeServerImpl - class org.apache.geronimo.messaging.remotenode.network.NodeServerImpl.
NodeServer implementation.
NodeServerImpl(NodeInfo, IOContext, SelectorManager, ClockPool) - Constructor for class org.apache.geronimo.messaging.remotenode.network.NodeServerImpl
 
NodeTopology - interface org.apache.geronimo.messaging.NodeTopology.
Abstracts the topology of a set of nodes.
NullReplacerResolver - class org.apache.geronimo.messaging.io.NullReplacerResolver.
Null ReplacerResolver.
NullReplacerResolver() - Constructor for class org.apache.geronimo.messaging.io.NullReplacerResolver
 
newEndPointProxyFactory() - Method in class org.apache.geronimo.messaging.NodeImpl
Returns an EndPointProxyFactory implementation.
newProtocol() - Method in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
newProtocol() - Method in class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoinedConnection
 
newProtocol() - Method in class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoinerConnection
 
newReferenceableManager() - Method in class org.apache.geronimo.messaging.NodeImpl
Returns a ReferenceableManager inplementation.
newStreamManager() - Method in class org.apache.geronimo.messaging.NodeImpl
Returns a StreamManager implementation.
node - Variable in class org.apache.geronimo.messaging.BaseEndPoint
Node which has mounted this EndPoint.

O

offline() - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
offline() - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Sets this instance offline.
onClose() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeConnection.LifecycleListener
 
onClose() - Method in interface org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol.SocketProtocolListener
 
online() - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
online() - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Sets this instance online.
open() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeConnection
Opens the connection.
open() - Method in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
org.apache.geronimo.messaging - package org.apache.geronimo.messaging
 
org.apache.geronimo.messaging.admin.deployment - package org.apache.geronimo.messaging.admin.deployment
 
org.apache.geronimo.messaging.cluster - package org.apache.geronimo.messaging.cluster
 
org.apache.geronimo.messaging.cluster.topology - package org.apache.geronimo.messaging.cluster.topology
 
org.apache.geronimo.messaging.interceptors - package org.apache.geronimo.messaging.interceptors
 
org.apache.geronimo.messaging.io - package org.apache.geronimo.messaging.io
 
org.apache.geronimo.messaging.jmx - package org.apache.geronimo.messaging.jmx
 
org.apache.geronimo.messaging.proxy - package org.apache.geronimo.messaging.proxy
 
org.apache.geronimo.messaging.reference - package org.apache.geronimo.messaging.reference
 
org.apache.geronimo.messaging.remotenode - package org.apache.geronimo.messaging.remotenode
 
org.apache.geronimo.messaging.remotenode.network - package org.apache.geronimo.messaging.remotenode.network
 
org.apache.geronimo.messaging.replication - package org.apache.geronimo.messaging.replication
 
out - Variable in class org.apache.geronimo.messaging.BaseEndPoint
Used to communicate with remote EndPoints.
owningNode - Variable in class org.apache.geronimo.messaging.io.StreamManagerImpl
Node owning this manager.

P

PUT - Static variable in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
PUTALL - Static variable in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
PopSynchronization - interface org.apache.geronimo.messaging.io.PopSynchronization.
Allows an implementation to be notified when a Msg is about to be popped from an InputStream.
PopSynchronizationAdaptor - class org.apache.geronimo.messaging.io.PopSynchronizationAdaptor.
PopSynchronizarion adaptor.
PopSynchronizationAdaptor() - Constructor for class org.apache.geronimo.messaging.io.PopSynchronizationAdaptor
 
ProtocolInDispatcher - class org.apache.geronimo.messaging.remotenode.network.ProtocolInDispatcher.
 
ProtocolInDispatcher(Protocol, StreamManager, PopSynchronization, ReplacerResolver) - Constructor for class org.apache.geronimo.messaging.remotenode.network.ProtocolInDispatcher
Pops Msgs from an InputStream.
ProtocolOutInterceptor - class org.apache.geronimo.messaging.remotenode.network.ProtocolOutInterceptor.
 
ProtocolOutInterceptor(Protocol, StreamManager, PushSynchronization, ReplacerResolver) - Constructor for class org.apache.geronimo.messaging.remotenode.network.ProtocolOutInterceptor
Pushes Msgs to a Protocol.
PushSynchronization - interface org.apache.geronimo.messaging.io.PushSynchronization.
Allows an implementation to be notified when a Msg is about to be pushed.
PushSynchronizationAdaptor - class org.apache.geronimo.messaging.io.PushSynchronizationAdaptor.
PushSynchronization adaptor.
PushSynchronizationAdaptor() - Constructor for class org.apache.geronimo.messaging.io.PushSynchronizationAdaptor
 
pop(NodeInfo[]) - Static method in class org.apache.geronimo.messaging.NodeInfo
Pops the first element of the array and returns the resulting array.
pop() - Method in class org.apache.geronimo.messaging.interceptors.HeaderInInterceptor
Pops a Msg from the previous inbound Msg interceptor and retrieves a specific header.
pop() - Method in interface org.apache.geronimo.messaging.interceptors.MsgInInterceptor
Pops a Msg from the underlying Msg source.
pop() - Method in class org.apache.geronimo.messaging.interceptors.QueueInInterceptor
 
pop() - Method in class org.apache.geronimo.messaging.interceptors.StreamInInterceptor
 
prepareTopology(NodeTopology) - Method in interface org.apache.geronimo.messaging.NodeEndPointView
Prepares the specified topology.
prepareTopology(NodeTopology) - Method in class org.apache.geronimo.messaging.remotenode.LogicalCompression
Registers a future topology.
prepareTopology(NodeTopology) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Prepares the Topology to be used to derive the path between two nodes.
prepareTopology(NodeTopology) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
producerOut - Variable in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
Incoming Msgs (coming from remote nodes) are pushed to this output.
protocol - Variable in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
push(Msg) - Method in class org.apache.geronimo.messaging.interceptors.HeaderOutInterceptor
Adds an header to the Msg and pushes it to the next interceptor.
push(Msg) - Method in class org.apache.geronimo.messaging.interceptors.MsgOutDispatcher
Dispatches the Msg.
push(Msg) - Method in interface org.apache.geronimo.messaging.interceptors.MsgOutInterceptor
Pushes a Msg.
push(Msg) - Method in class org.apache.geronimo.messaging.interceptors.QueueOutInterceptor
 
push(Msg) - Method in class org.apache.geronimo.messaging.interceptors.StreamOutInterceptor
 
push(Msg, Throwable) - Method in interface org.apache.geronimo.messaging.interceptors.ThrowableTrapOutInterceptor.ThrowableTrapHandler
To receive failure notification.
push(Msg) - Method in class org.apache.geronimo.messaging.interceptors.ThrowableTrapOutInterceptor
 
push(Msg) - Method in class org.apache.geronimo.messaging.remotenode.network.ProtocolOutInterceptor
 
put(Object, Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
putAll(Map) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 

Q

QueueInInterceptor - class org.apache.geronimo.messaging.interceptors.QueueInInterceptor.
Used to pop Msgs from a MsgQueue.
QueueInInterceptor(MsgQueue) - Constructor for class org.apache.geronimo.messaging.interceptors.QueueInInterceptor
Pop Msg from a Queue.
QueueOutInterceptor - class org.apache.geronimo.messaging.interceptors.QueueOutInterceptor.
Used to push Msgs to a MsgQueue.
QueueOutInterceptor(MsgQueue) - Constructor for class org.apache.geronimo.messaging.interceptors.QueueOutInterceptor
Pushes Msgs to the specified queue.

R

REMOVE - Static variable in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
REQUEST - Static variable in class org.apache.geronimo.messaging.MsgBody.Type
The content is a request.
RESPONSE - Static variable in class org.apache.geronimo.messaging.MsgBody.Type
The content is a response.
Reference - interface org.apache.geronimo.messaging.reference.Reference.
(Remote) Reference to a Referenceable.
ReferenceFactory - class org.apache.geronimo.messaging.reference.ReferenceFactory.
Factory of Referenceable proxies.
ReferenceFactory(RequestSender, MsgOutInterceptor) - Constructor for class org.apache.geronimo.messaging.reference.ReferenceFactory
 
ReferenceReplacerResolver - class org.apache.geronimo.messaging.reference.ReferenceReplacerResolver.
ReplacerResolver for Referenceable and Reference.
ReferenceReplacerResolver(ReferenceableManager) - Constructor for class org.apache.geronimo.messaging.reference.ReferenceReplacerResolver
 
Referenceable - interface org.apache.geronimo.messaging.reference.Referenceable.
Mark-up interface a la javax.naming.Referenceable.
ReferenceableEnhancer - class org.apache.geronimo.messaging.reference.ReferenceableEnhancer.
 
ReferenceableEnhancer() - Constructor for class org.apache.geronimo.messaging.reference.ReferenceableEnhancer
 
ReferenceableInfo - class org.apache.geronimo.messaging.reference.ReferenceableInfo.
Wraps meta-data about a Referenceable.
ReferenceableInfo() - Constructor for class org.apache.geronimo.messaging.reference.ReferenceableInfo
Required for Externalization.
ReferenceableInfo(NodeInfo, Object, Class[], int) - Constructor for class org.apache.geronimo.messaging.reference.ReferenceableInfo
Creates the meta-data of a Referenceable.
ReferenceableManager - interface org.apache.geronimo.messaging.reference.ReferenceableManager.
Referenceable manager.
ReferenceableManagerImpl - class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl.
ReferenceableManager implementation.
ReferenceableManagerImpl(Node, Object) - Constructor for class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
Creates a manager mounted by the specified node and having the specified identifier.
RemoteNode - interface org.apache.geronimo.messaging.remotenode.RemoteNode.
Provides a local representation of a remote Node.
RemoteNodeConnection - interface org.apache.geronimo.messaging.remotenode.RemoteNodeConnection.
Connection to a remote node.
RemoteNodeConnection.LifecycleListener - interface org.apache.geronimo.messaging.remotenode.RemoteNodeConnection.LifecycleListener.
Callback interface to be notified when the connection is closed.
RemoteNodeEvent - class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent.
Event for RemoteNodes.
RemoteNodeEvent(RemoteNode, Object) - Constructor for class org.apache.geronimo.messaging.remotenode.RemoteNodeEvent
Creates an event for the specified RemoteNode.
RemoteNodeEventListener - interface org.apache.geronimo.messaging.remotenode.RemoteNodeEventListener.
RemoteNodeEvent listener.
RemoteNodeJoined - class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoined.
 
RemoteNodeJoined(NodeInfo, IOContext, Protocol) - Constructor for class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoined
 
RemoteNodeJoinedConnection - class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoinedConnection.
 
RemoteNodeJoinedConnection(IOContext, Protocol) - Constructor for class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoinedConnection
 
RemoteNodeJoiner - class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoiner.
 
RemoteNodeJoiner(NodeInfo, NodeInfo, IOContext, SelectorManager) - Constructor for class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoiner
 
RemoteNodeJoinerConnection - class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoinerConnection.
 
RemoteNodeJoinerConnection(NodeInfo, IOContext, SelectorManager) - Constructor for class org.apache.geronimo.messaging.remotenode.network.RemoteNodeJoinerConnection
 
RemoteNodeManager - interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager.
RemoteNode manager.
RemoteNodeManagerImpl - class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl.
RemoteNode implementation.
RemoteNodeManagerImpl(NodeInfo, IOContext, ClockPool, MessagingTransportFactory) - Constructor for class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
RemoteNodeMonitor - class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor.
RemoteNode monitor.
RemoteNodeMonitor(RemoteNodeManager, ClockPool) - Constructor for class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Creates a monitor for the RemoteNodes managed by aManager.
ReplacerResolver - interface org.apache.geronimo.messaging.io.ReplacerResolver.
"Unifies" the resolveObject and replaceObject contracts used during deserialization and serialization respectively.
ReplicationCapable - interface org.apache.geronimo.messaging.replication.ReplicationCapable.
TODO introduce versioning.
ReplicationException - exception org.apache.geronimo.messaging.replication.ReplicationException.
Exception raised when a replication is not possible.
ReplicationException(String) - Constructor for class org.apache.geronimo.messaging.replication.ReplicationException
 
ReplicationException(String, Throwable) - Constructor for class org.apache.geronimo.messaging.replication.ReplicationException
 
ReplicationException(Throwable) - Constructor for class org.apache.geronimo.messaging.replication.ReplicationException
 
ReplicationMember - interface org.apache.geronimo.messaging.replication.ReplicationMember.
A replication group member.
ReplicationMemberImpl - class org.apache.geronimo.messaging.replication.ReplicationMemberImpl.
ReplicationMember implementation.
ReplicationMemberImpl(Node, Object, NodeInfo[]) - Constructor for class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
Creates a replication group member.
Request - class org.apache.geronimo.messaging.Request.
Encapsulates a method invocation.
Request() - Constructor for class org.apache.geronimo.messaging.Request
Required for Externalization.
Request(String, Class[], Object[]) - Constructor for class org.apache.geronimo.messaging.Request
Wraps a method having the specified name and parameters.
RequestSender - class org.apache.geronimo.messaging.RequestSender.
Request Msgs sender.
RequestSender() - Constructor for class org.apache.geronimo.messaging.RequestSender
Creates a request sender.
RequestSender.RequestID - class org.apache.geronimo.messaging.RequestSender.RequestID.
Request identifier.
RequestSender.RequestID() - Constructor for class org.apache.geronimo.messaging.RequestSender.RequestID
Required for Externalization.
RequestSender.RequestID(byte) - Constructor for class org.apache.geronimo.messaging.RequestSender.RequestID
 
Result - class org.apache.geronimo.messaging.Result.
Encapsulates the result of a Request.
Result() - Constructor for class org.apache.geronimo.messaging.Result
Required for Externalization.
Result(boolean, Object) - Constructor for class org.apache.geronimo.messaging.Result
Creates a result of a Request.
RingTopologyManager - class org.apache.geronimo.messaging.cluster.topology.RingTopologyManager.
A simple ring topology manager.
RingTopologyManager() - Constructor for class org.apache.geronimo.messaging.cluster.topology.RingTopologyManager
 
read() - Method in class org.apache.geronimo.messaging.io.GInputStream
 
readClassDescriptor() - Method in class org.apache.geronimo.messaging.io.StreamInputStream
Counterpart of StreamOutputStream.writeClassDescriptor.
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.Msg
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.MsgBody
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.MsgHeader
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.NodeInfo
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.Request
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.RequestSender.RequestID
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.Result
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.cluster.ClusterInfo
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.io.GInputStream
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl.ID
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
readStream() - Method in class org.apache.geronimo.messaging.io.StreamInputStream
Reads the InputStream identifier encoded in the underlying InputStream and returns the InputStream having this identifier and registered by the StreamManager.
readStreamHeader() - Method in class org.apache.geronimo.messaging.io.StreamInputStream
It is critical to read nothing during the creation of ObjectInputStream.
redeploy(TargetModuleID[], InputStream, InputStream) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
redeploy(TargetModuleID[], InputStream, InputStream) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
register(Object, MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.interceptors.MsgOutDispatcher
Registers a header value.
register(InputStream) - Method in interface org.apache.geronimo.messaging.io.StreamManager
Registers the provided InputStream.
register(InputStream) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl
 
register(Referenceable) - Method in interface org.apache.geronimo.messaging.reference.ReferenceableManager
Registers a Referenceable.
register(Referenceable) - Method in class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
 
registerLocalReplicantCapable(ReplicationCapable) - Method in interface org.apache.geronimo.messaging.replication.ReplicationMember
This method is for internal use only.
registerLocalReplicantCapable(ReplicationCapable) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
This method is for internal use only.
registerRemoteNode(RemoteNode) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Registers a remote node.
registerRemoteNode(RemoteNode) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
registerReplicantCapable(ReplicationCapable) - Method in interface org.apache.geronimo.messaging.replication.ReplicationMember
Registers a ReplicantCapable.
registerReplicantCapable(ReplicationCapable) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
Registers a ReplicantCapable.
release() - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
release() - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
release() - Method in interface org.apache.geronimo.messaging.proxy.EndPointProxy
Releases the EndPoint proxy resources.
releaseEndPointProxy(Object) - Method in interface org.apache.geronimo.messaging.Node
Releases the resources of the specified EndPoint proxy.
releaseEndPointProxy(Object) - Method in class org.apache.geronimo.messaging.NodeImpl
 
releaseProxy(Object) - Method in interface org.apache.geronimo.messaging.proxy.EndPointProxyFactory
Releases the resources of the specified EndPoint proxy.
releaseProxy(Object) - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
Releases the resources of the specified EndPoint proxy.
remoteNodeInfo - Variable in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
Remote node meta-data.
remove() - Method in class org.apache.geronimo.messaging.interceptors.MsgQueue
Removes a Message from this queue.
remove(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
removeEndPoint(EndPoint) - Method in interface org.apache.geronimo.messaging.Node
Unregisters the EndPoint.
removeEndPoint(EndPoint) - Method in class org.apache.geronimo.messaging.NodeImpl
 
removeListener(ClusterEventListener) - Method in interface org.apache.geronimo.messaging.cluster.Cluster
Removes the specified listener.
removeListener(ClusterEventListener) - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
removeListener(RemoteNodeEventListener) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Removes a listener for RemoteNode event.
removeListener(RemoteNodeEventListener) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
removeMember(NodeInfo) - Method in interface org.apache.geronimo.messaging.cluster.Cluster
Removes a Node from this cluster.
removeMember(NodeInfo) - Method in class org.apache.geronimo.messaging.cluster.ClusterImpl
 
removeNode(NodeInfo) - Method in class org.apache.geronimo.messaging.cluster.topology.RingTopologyManager
 
removeNode(NodeInfo) - Method in interface org.apache.geronimo.messaging.cluster.topology.TopologyManager
Removes a node.
removeProgressListener(ProgressListener) - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
removeUpdateListener(UpdateListener) - Method in interface org.apache.geronimo.messaging.replication.ReplicationCapable
Removes the specified UpdateListener.
removeUpdateListener(UpdateListener) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
replaceObject(Object) - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
replaceObject(Object) - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Replaces obj with another object.
replaceObject(Object) - Method in class org.apache.geronimo.messaging.io.StreamOutputStream
 
reply() - Method in class org.apache.geronimo.messaging.Msg
Builds a response Msg from this Msg.
resetHeader(Object) - Method in class org.apache.geronimo.messaging.MsgHeader
Returns the header value and resets it.
resolveObject(Object) - Method in class org.apache.geronimo.messaging.io.AbstractReplacerResolver
 
resolveObject(Object) - Method in interface org.apache.geronimo.messaging.io.ReplacerResolver
Resolves/replaces obj with another object.
resolveObject(Object) - Method in class org.apache.geronimo.messaging.io.StreamInputStream
 
retrieve(Object) - Method in interface org.apache.geronimo.messaging.io.StreamManager
Retrieves the InputStream having the provided id.
retrieve(Object) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl
 
retrieveLocalNext(Object) - Method in interface org.apache.geronimo.messaging.io.StreamManager
Reads from the InputStream having the specified identifier and returns the read bytes.
retrieveLocalNext(Object) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl
 
retrieveNext(Object) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl
 
retrieveReplicantCapable(Object) - Method in interface org.apache.geronimo.messaging.replication.ReplicationMember
Retrieves the ReplicationCapable having the specified id.
retrieveReplicantCapable(Object) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
Retrieves the ReplicationCapable having the specified id.

S

SRC_ENDPOINT - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Source EndPoint.
SRC_NODE - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Source node.
SimpleReplicatedMap - class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.
A simple Map, which is ReplicationCapable aware.
SimpleReplicatedMap() - Constructor for class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
SimpleReplicatedMap.MapUpdateEvent - class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent.
 
SimpleReplicatedMap.MapUpdateEvent() - Constructor for class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
Required for Externalization.
SimpleReplicatedMap.MapUpdateEvent(int, Object) - Constructor for class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
SimpleReplicatedMap.MapUpdateEvent(int, Object, Object, Object) - Constructor for class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
SimpleReplicatedMap.MapUpdateEvent(Map, Object) - Constructor for class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
StreamInInterceptor - class org.apache.geronimo.messaging.interceptors.StreamInInterceptor.
Allows popping Msgs from an InputStream.
StreamInInterceptor(InputStream, StreamManager, PopSynchronization, ReplacerResolver) - Constructor for class org.apache.geronimo.messaging.interceptors.StreamInInterceptor
Pops Msgs from an InputStream.
StreamInputStream - class org.apache.geronimo.messaging.io.StreamInputStream.
Allows to read an InputStream from the underlying InputStream.
StreamInputStream(InputStream, StreamManager, ReplacerResolver) - Constructor for class org.apache.geronimo.messaging.io.StreamInputStream
Creates an InputStream operating on the provided InputStream and using the provided StreamManager to retrieve encoded InputStream.
StreamManager - interface org.apache.geronimo.messaging.io.StreamManager.
Tracks InputStream instances.
StreamManagerImpl - class org.apache.geronimo.messaging.io.StreamManagerImpl.
StreamManager implementation.
StreamManagerImpl(Node) - Constructor for class org.apache.geronimo.messaging.io.StreamManagerImpl
Creates a manager owned by the specified node.
StreamManagerImpl.ID - class org.apache.geronimo.messaging.io.StreamManagerImpl.ID.
This is the object, which is written to an OutputStream during serialization of a GInputStream.
StreamManagerImpl.ID() - Constructor for class org.apache.geronimo.messaging.io.StreamManagerImpl.ID
Required for Externalization.
StreamOutInterceptor - class org.apache.geronimo.messaging.interceptors.StreamOutInterceptor.
Counterpart of StreamInInterceptor.
StreamOutInterceptor(OutputStream, StreamManager, PushSynchronization, ReplacerResolver) - Constructor for class org.apache.geronimo.messaging.interceptors.StreamOutInterceptor
Pushes Msgs to an OutputStream.
StreamOutputStream - class org.apache.geronimo.messaging.io.StreamOutputStream.
This is the counterpart of StreamInputStream.
StreamOutputStream(OutputStream, StreamManager, ReplacerResolver) - Constructor for class org.apache.geronimo.messaging.io.StreamOutputStream
 
scheduleNodeDeletion(Set) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Schedules the deletion of the specified nodes.
sendSyncRequest(Object, MsgOutInterceptor, Object, NodeInfo) - Method in class org.apache.geronimo.messaging.RequestSender
Sends a synchronous request Msg to the specified node.
sendSyncRequest(Object, MsgOutInterceptor, Object, NodeInfo[]) - Method in class org.apache.geronimo.messaging.RequestSender
Sends a synchronous request Msg to the specified nodes.
sender - Variable in class org.apache.geronimo.messaging.BaseEndPoint
To send requests.
setAsText(String) - Method in class org.apache.geronimo.messaging.NodeInfoEditor
 
setAsText(String) - Method in class org.apache.geronimo.messaging.cluster.ClusterInfoEditor
 
setAsText(String) - Method in class org.apache.geronimo.messaging.cluster.topology.TopologyManagerEditor
 
setConnection(RemoteNodeConnection) - Method in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
setContent(Object) - Method in class org.apache.geronimo.messaging.MsgBody
Sets the content of this body.
setEndPointId(Object) - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Sets the identifier of the target EndPoint.
setID(Object) - Method in interface org.apache.geronimo.messaging.replication.ReplicationCapable
Sets the identifier of this instance in the scope of the replication group managing it.
setID(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
setLifecycleListener(RemoteNodeConnection.LifecycleListener) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeConnection
Sets the listener to be notified when the connection is closed.
setLifecycleListener(RemoteNodeConnection.LifecycleListener) - Method in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
setListener(CallbackSocketProtocol.SocketProtocolListener) - Method in class org.apache.geronimo.messaging.remotenode.network.CallbackSocketProtocol
Sets the listener.
setManager(RemoteNodeManager) - Method in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
setManager(RemoteNodeManager) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNode
Sets the manager of this remote node.
setMsgProducerOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.BaseEndPoint
 
setMsgProducerOut(MsgOutInterceptor) - Method in interface org.apache.geronimo.messaging.MsgProducer
Sets a mean to this instance to push Msgs to the outside world.
setMsgProducerOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
 
setMsgProducerOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
 
setMsgProducerOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.remotenode.network.AbstractRemoteNodeConnection
 
setMsgProducerOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.remotenode.network.ProtocolInDispatcher
 
setMsgProducerOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
 
setOut(MsgOutInterceptor) - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Sets the Msg output to be used to sent Requests.
setPopSynchronization(PopSynchronization) - Method in class org.apache.geronimo.messaging.io.IOContext
 
setPushSynchronization(PushSynchronization) - Method in class org.apache.geronimo.messaging.io.IOContext
 
setRemoteNodeManager(RemoteNodeManager) - Method in interface org.apache.geronimo.messaging.remotenode.NodeServer
Sets the RemoteNodeManager in charge of managing the remote nodes, which have joined this server.
setRemoteNodeManager(RemoteNodeManager) - Method in class org.apache.geronimo.messaging.remotenode.network.NodeServerImpl
 
setReplacerResolver(ReplacerResolver) - Method in class org.apache.geronimo.messaging.io.IOContext
 
setResponse(Object, Result) - Method in class org.apache.geronimo.messaging.RequestSender
Sets the result of the request anID.
setStreamManager(StreamManager) - Method in class org.apache.geronimo.messaging.io.IOContext
 
setTarget(Object) - Method in class org.apache.geronimo.messaging.Request
Sets the target against which the method is to be executed.
setTarget(Object) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
setTarget(Object) - Method in interface org.apache.geronimo.messaging.replication.UpdateEvent
Sets the target of this event.
setTargets(NodeInfo[]) - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Sets the Nodes hosting the target EndPoints.
setTopology(NodeTopology) - Method in interface org.apache.geronimo.messaging.Node
Sets the node topology in which this instance is operating.
setTopology(NodeTopology) - Method in class org.apache.geronimo.messaging.NodeImpl
 
setTransformer(MsgTransformer) - Method in class org.apache.geronimo.messaging.proxy.EndPointCallback
Sets the transformer to be applied on Msgs sent by this instance.
setTransformer(MsgTransformer) - Method in interface org.apache.geronimo.messaging.proxy.EndPointProxy
Allows to transform Msgs being sent by this proxy.
size() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 
start(TargetModuleID[]) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
start(TargetModuleID[]) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
start() - Method in interface org.apache.geronimo.messaging.io.StreamManager
Starts.
start() - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl
 
start() - Method in interface org.apache.geronimo.messaging.proxy.EndPointProxyFactory
Starts.
start() - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
 
start() - Method in interface org.apache.geronimo.messaging.reference.ReferenceableManager
Starts.
start() - Method in class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
 
start() - Method in interface org.apache.geronimo.messaging.remotenode.NodeServer
Start the server.
start() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Starts the manager.
start() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
start() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Start the monitoring.
start() - Method in class org.apache.geronimo.messaging.remotenode.network.NodeServerImpl
 
stop(TargetModuleID[]) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
stop(TargetModuleID[]) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
stop() - Method in class org.apache.geronimo.messaging.admin.deployment.MultiProgressObject
 
stop() - Method in interface org.apache.geronimo.messaging.io.StreamManager
Stops.
stop() - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl
 
stop() - Method in interface org.apache.geronimo.messaging.proxy.EndPointProxyFactory
Stops.
stop() - Method in class org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
 
stop() - Method in interface org.apache.geronimo.messaging.reference.ReferenceableManager
Stops.
stop() - Method in class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
 
stop() - Method in interface org.apache.geronimo.messaging.remotenode.NodeServer
Stop the server.
stop() - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Stops the manager.
stop() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
stop() - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Stops the monitoring.
stop() - Method in class org.apache.geronimo.messaging.remotenode.network.NodeServerImpl
 

T

TOPOLOGY_VERSION - Static variable in interface org.apache.geronimo.messaging.MsgHeaderConstants
Topology version in which the Msg is to be sent/received.
TargetImpl2 - class org.apache.geronimo.messaging.admin.deployment.TargetImpl2.
A serializable Target.
TargetImpl2(String, String) - Constructor for class org.apache.geronimo.messaging.admin.deployment.TargetImpl2
 
ThrowableTrapOutInterceptor - class org.apache.geronimo.messaging.interceptors.ThrowableTrapOutInterceptor.
Throwables trap.
ThrowableTrapOutInterceptor(MsgOutInterceptor, ThrowableTrapOutInterceptor.ThrowableTrapHandler) - Constructor for class org.apache.geronimo.messaging.interceptors.ThrowableTrapOutInterceptor
Creates an exception trap.
ThrowableTrapOutInterceptor.ThrowableTrapHandler - interface org.apache.geronimo.messaging.interceptors.ThrowableTrapOutInterceptor.ThrowableTrapHandler.
When a Msg is not successfully (a Throwable is thrown) pushed to the filtered Msg output, ThrowableTrapOutInterceptor notifies this instance.
TopologyManager - interface org.apache.geronimo.messaging.cluster.topology.TopologyManager.
Component in charge of defining the topology of a set of nodes.
TopologyManagerEditor - class org.apache.geronimo.messaging.cluster.topology.TopologyManagerEditor.
TopologyManagerEditor.
TopologyManagerEditor() - Constructor for class org.apache.geronimo.messaging.cluster.topology.TopologyManagerEditor
 
toString() - Method in class org.apache.geronimo.messaging.Msg
 
toString() - Method in class org.apache.geronimo.messaging.MsgBody.Type
 
toString() - Method in class org.apache.geronimo.messaging.MsgBody
 
toString() - Method in class org.apache.geronimo.messaging.MsgHeader
 
toString() - Method in class org.apache.geronimo.messaging.NodeImpl
 
toString() - Method in class org.apache.geronimo.messaging.NodeInfo
 
toString() - Method in class org.apache.geronimo.messaging.RequestSender.RequestID
 
toString() - Method in class org.apache.geronimo.messaging.cluster.ClusterInfo
 
toString() - Method in class org.apache.geronimo.messaging.interceptors.MsgQueue
 

U

UpdateEvent - interface org.apache.geronimo.messaging.replication.UpdateEvent.
Event to be multicasted by a ReplicationCapable upon modification.
UpdateListener - interface org.apache.geronimo.messaging.replication.UpdateListener.
UpdateEvent listener.
undeploy(TargetModuleID[]) - Method in class org.apache.geronimo.messaging.admin.deployment.AdminServer
 
undeploy(TargetModuleID[]) - Method in class org.apache.geronimo.messaging.admin.deployment.ManagedServer
 
unregister(Object) - Method in class org.apache.geronimo.messaging.interceptors.MsgOutDispatcher
Unregisters a header value.
unregister(ReferenceableInfo) - Method in interface org.apache.geronimo.messaging.reference.ReferenceableManager
Unregisters a Referenceable.
unregister(ReferenceableInfo) - Method in class org.apache.geronimo.messaging.reference.ReferenceableManagerImpl
 
unregisterRemoteNode(RemoteNode) - Method in interface org.apache.geronimo.messaging.remotenode.RemoteNodeManager
Unregistered a remote node.
unregisterRemoteNode(RemoteNode) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeManagerImpl
 
unregisterReplicantCapable(ReplicationCapable) - Method in interface org.apache.geronimo.messaging.replication.ReplicationMember
Unregisters a ReplicantCapable.
unregisterReplicantCapable(ReplicationCapable) - Method in class org.apache.geronimo.messaging.replication.ReplicationMemberImpl
 
unscheduleNodeDeletion(Set) - Method in class org.apache.geronimo.messaging.remotenode.RemoteNodeMonitor
Unschedules the deletion of the specified nodes.

V

values() - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap
 

W

writeClassDescriptor(ObjectStreamClass) - Method in class org.apache.geronimo.messaging.io.StreamOutputStream
ObjectStreamClasses are not systematically written to the stream.
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.Msg
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.MsgBody
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.MsgHeader
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.MsgReplacerResolver.TypeWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.NodeInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.Request
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.RequestSender.RequestID
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.Result
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.cluster.ClusterInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.io.GInputStream
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.io.StreamManagerImpl.ID
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.reference.ReferenceableInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.messaging.replication.SimpleReplicatedMap.MapUpdateEvent
 
writeStream(InputStream) - Method in class org.apache.geronimo.messaging.io.StreamOutputStream
 
writeStreamHeader() - Method in class org.apache.geronimo.messaging.io.StreamOutputStream
It is critical to avoid to write

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.