org.jboss.messaging.core.distributed.queue
Class QueuePeerInfo
java.lang.Object
org.jboss.messaging.core.distributed.RemotePeerInfo
org.jboss.messaging.core.distributed.queue.QueuePeerInfo
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class QueuePeerInfo
- extends RemotePeerInfo
- Version:
- $Revision: 464 $
$Id: QueuePeerInfo.java 464 2005-11-22 06:46:49Z ovidiu $
- Author:
- Ovidiu Feodorov
- See Also:
RemotePeerInfo
,
Serialized Form
Field Summary |
protected java.io.Serializable |
pipeID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pipeID
protected java.io.Serializable pipeID
QueuePeerInfo
public QueuePeerInfo()
- For externalization.
QueuePeerInfo
public QueuePeerInfo(PeerIdentity peerIdentity,
java.io.Serializable pipeID)
- Parameters:
peerIdentity
- - the identity of acknowledging peer.pipeID
- - the id of the distributed pipe the acknowledging peer can be contacted at.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class RemotePeerInfo
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class RemotePeerInfo
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
getPipeID
public java.io.Serializable getPipeID()
Copyright © 2006 JBoss Inc. All Rights Reserved.