ajanta.server
Class RREntry

java.lang.Object
  |
  +--ajanta.server.RREntry

public class RREntry
extends java.lang.Object

Class RREntry represents each entry in the server's resource registry


Constructor Summary
RREntry(ajanta.naming.URN resName, ajanta.naming.URN owner, ajanta.util.Resource resource)
           
 
Method Summary
 java.lang.String toString()
          return string of the form "[resName = " + resName + " resource = " + resource + "]"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RREntry

public RREntry(ajanta.naming.URN resName,
               ajanta.naming.URN owner,
               ajanta.util.Resource resource)
Parameters:
resName - the resource's URN
owner - URN of the owner of the resource
resource - the resource object itself
Method Detail

toString

public java.lang.String toString()
return string of the form "[resName = " + resName + " resource = " + resource + "]"

Overrides:
toString in class java.lang.Object