Uses of Class
org.apache.geronimo.messaging.io.IOContext

Packages that use IOContext
org.apache.geronimo.messaging.remotenode   
org.apache.geronimo.messaging.remotenode.network   
 

Uses of IOContext in org.apache.geronimo.messaging.remotenode
 

Fields in org.apache.geronimo.messaging.remotenode declared as IOContext
protected  IOContext AbstractRemoteNode.ioContext
           
 

Methods in org.apache.geronimo.messaging.remotenode with parameters of type IOContext
 NodeServer MessagingTransportFactory.factoryServer(NodeInfo aNodeInfo, IOContext anIOContext)
          Creates a NodeServer for the specified node.
 RemoteNode MessagingTransportFactory.factoryRemoteNode(NodeInfo aLocalNodeInfo, NodeInfo aRemoteNodeInfo, IOContext anIOContext)
          Creates a RemoteNode providing a local view of the remote node aNodeInfo.
 

Constructors in org.apache.geronimo.messaging.remotenode with parameters of type IOContext
AbstractRemoteNode(NodeInfo aLocalNode, IOContext anIOContext)
           
AbstractRemoteNode(NodeInfo aLocalNodeInfo, NodeInfo aRemoteNodeInfo, IOContext anIOContext)
           
RemoteNodeManagerImpl(NodeInfo aNodeInfo, IOContext anIOContext, org.apache.geronimo.pool.ClockPool aClockPool, MessagingTransportFactory aFactory)
           
 

Uses of IOContext in org.apache.geronimo.messaging.remotenode.network
 

Methods in org.apache.geronimo.messaging.remotenode.network with parameters of type IOContext
 NodeServer NetworkTransportFactory.factoryServer(NodeInfo aNodeInfo, IOContext anIOContext)
           
 RemoteNode NetworkTransportFactory.factoryRemoteNode(NodeInfo aLocalNodeInfo, NodeInfo aRemoteNodeInfo, IOContext anIOContext)
           
 

Constructors in org.apache.geronimo.messaging.remotenode.network with parameters of type IOContext
AbstractRemoteNodeConnection(IOContext anIOContext)
           
NodeServerImpl(NodeInfo aNodeInfo, IOContext anIOContext, org.apache.geronimo.network.SelectorManager aSelectorManager, org.apache.geronimo.pool.ClockPool aClockPool)
           
RemoteNodeJoinedConnection(IOContext anIOContext, org.apache.geronimo.network.protocol.Protocol aProtocol)
           
RemoteNodeJoinerConnection(NodeInfo aNodeInfo, IOContext anIOContext, org.apache.geronimo.network.SelectorManager aSelectorManager)
           
RemoteNodeJoiner(NodeInfo aLocalNodeInfo, NodeInfo aRemoteNodeInfo, IOContext anIOContext, org.apache.geronimo.network.SelectorManager aSelectorManager)
           
RemoteNodeJoined(NodeInfo aLocalNode, IOContext anIOContext, org.apache.geronimo.network.protocol.Protocol aProtocol)
           
 



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