org.objectweb.carol.rmi.jrmp.interceptor
Class RemoteKey

java.lang.Object
  |
  +--org.objectweb.carol.rmi.jrmp.interceptor.RemoteKey

public class RemoteKey
extends java.lang.Object

Class RemoteKey is the CAROL JRMP Remote Key Value

Version:
1.0, 10/03/2003
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Constructor Summary
RemoteKey()
          Empty Constructor for externalizabe
RemoteKey(java.rmi.server.UID uid, byte[] inetA)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          equals method return true if the object equals this Remote Key
 byte[] getInetA()
           
 java.rmi.server.UID getUid()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteKey

public RemoteKey()
Empty Constructor for externalizabe


RemoteKey

public RemoteKey(java.rmi.server.UID uid,
                 byte[] inetA)
Constructor

Method Detail

equals

public boolean equals(java.lang.Object obj)
equals method return true if the object equals this Remote Key

Overrides:
equals in class java.lang.Object

getInetA

public byte[] getInetA()
Returns:
byte arrays

getUid

public java.rmi.server.UID getUid()
Returns:
UID server uid