Uses of Interface
org.apache.geronimo.messaging.remotenode.RemoteNode

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

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

Classes in org.apache.geronimo.messaging.remotenode that implement RemoteNode
 class AbstractRemoteNode
          Abstract implememtation for the RemoteNode contracts.
 

Methods in org.apache.geronimo.messaging.remotenode that return RemoteNode
 RemoteNode RemoteNodeManager.findOrJoinRemoteNode(NodeInfo aNodeInfo)
          Finds or joins a remote node.
 RemoteNode RemoteNodeManager.findRemoteNode(NodeInfo aNodeInfo)
          Finds a remote node.
 RemoteNode MessagingTransportFactory.factoryRemoteNode(NodeInfo aLocalNodeInfo, NodeInfo aRemoteNodeInfo, IOContext anIOContext)
          Creates a RemoteNode providing a local view of the remote node aNodeInfo.
 RemoteNode RemoteNodeEvent.getRemoteNode()
          Gets the focused RemoteNode.
 RemoteNode RemoteNodeManagerImpl.findOrJoinRemoteNode(NodeInfo aNodeInfo)
           
 RemoteNode RemoteNodeManagerImpl.findRemoteNode(NodeInfo aNodeInfo)
           
 

Methods in org.apache.geronimo.messaging.remotenode with parameters of type RemoteNode
 void RemoteNodeManager.registerRemoteNode(RemoteNode aRemoteNode)
          Registers a remote node.
 void RemoteNodeManager.unregisterRemoteNode(RemoteNode aRemoteNode)
          Unregistered a remote node.
 void RemoteNodeManagerImpl.registerRemoteNode(RemoteNode aRemoteNode)
           
 void RemoteNodeManagerImpl.unregisterRemoteNode(RemoteNode aRemoteNode)
           
 

Constructors in org.apache.geronimo.messaging.remotenode with parameters of type RemoteNode
RemoteNodeEvent(RemoteNode aNode, Object aType)
          Creates an event for the specified RemoteNode.
 

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

Classes in org.apache.geronimo.messaging.remotenode.network that implement RemoteNode
 class RemoteNodeJoined
           
 class RemoteNodeJoiner
           
 

Methods in org.apache.geronimo.messaging.remotenode.network that return RemoteNode
 RemoteNode NetworkTransportFactory.factoryRemoteNode(NodeInfo aLocalNodeInfo, NodeInfo aRemoteNodeInfo, IOContext anIOContext)
           
 



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