All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.server.RREntry

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

public class RREntry
extends Object
Class RREntry represents each entry in the server's resource registry


Constructor Index

 o RREntry(URN, URN, Resource)

Method Index

 o toString()
return string of the form "[resName = " + resName + " resource = " + resource + "]"

Constructors

 o RREntry
 public RREntry(URN resName,
                URN owner,
                Resource resource)
Parameters:
resName - the resource's URN
owner - URN of the owner of the resource
resource - the resource object itself

Methods

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

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index