rabbit.proxy
Class ConnectionId

java.lang.Object
  extended by rabbit.proxy.ConnectionId

public class ConnectionId
extends Object

The id for a connection.

Author:
Robert Olofsson

Constructor Summary
ConnectionId(int group, long id)
          Create a new identifier for a Connection
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionId

public ConnectionId(int group,
                    long id)
Create a new identifier for a Connection

Parameters:
group - the grup id
id - the id in the group
Method Detail

toString

public String toString()
Overrides:
toString in class Object