org.apache.geronimo.messaging.remotenode.network
Class RemoteNodeJoined

java.lang.Object
  extended byorg.apache.geronimo.messaging.remotenode.AbstractRemoteNode
      extended byorg.apache.geronimo.messaging.remotenode.network.RemoteNodeJoined
All Implemented Interfaces:
MsgConsProd, MsgConsumer, MsgProducer, RemoteNode

public class RemoteNodeJoined
extends AbstractRemoteNode

Version:
$Revision: 1.3 $ $Date: 2004/07/20 00:15:05 $

Field Summary
 
Fields inherited from class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
ioContext, localNodeInfo, manager, producerOut, remoteNodeInfo
 
Constructor Summary
RemoteNodeJoined(NodeInfo aLocalNode, IOContext anIOContext, org.apache.geronimo.network.protocol.Protocol aProtocol)
           
 
Method Summary
 void join()
          Joins the remote node.
 
Methods inherited from class org.apache.geronimo.messaging.remotenode.AbstractRemoteNode
getMsgConsumerOut, getNodeInfo, leave, setConnection, setManager, setMsgProducerOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteNodeJoined

public RemoteNodeJoined(NodeInfo aLocalNode,
                        IOContext anIOContext,
                        org.apache.geronimo.network.protocol.Protocol aProtocol)
Method Detail

join

public void join()
          throws NodeException
Description copied from interface: RemoteNode
Joins the remote node.

Throws:
NodeException - Indicates that the remote node can not be joined.


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