All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.naming.AgentServerNREntry

java.lang.Object
   |
   +----java.security.Identity
           |
           +----ajanta.util.AjantaIdentity
                   |
                   +----ajanta.naming.NREntry
                           |
                           +----ajanta.naming.AgentServerNREntry

public class AgentServerNREntry
extends NREntry
Agent Server NR Entry class. Contains Agent Server specific info


Constructor Index

 o AgentServerNREntry(URN)
Constructor Owner of the acl entry for this nrEntry is the name of the entry
 o AgentServerNREntry(URN, URL)
Constructor Owner of the acl entry for this nrEntry is the name of the entry
 o AgentServerNREntry(URN, URL, URL, URL, PublicKey, PublicKey)
Constructor
 o AgentServerNREntry(URN, URN)
Constructor
 o AgentServerNREntry(URN, URN, URL)
Constructor
 o AgentServerNREntry(URN, URN, URL, URL, URL, PublicKey, PublicKey)
Constructor

Method Index

 o getCodeBaseURL()
returns the code base url for this agent server
 o getRMIRegURL()
return the rmi url for this agent server
 o setCodeBaseURL(URL)
sets the code base url for this agent server

Constructors

 o AgentServerNREntry
 public AgentServerNREntry(URN owner,
                           URN name)
Constructor

Parameters:
owner - - owner of the acl entry for this nrEntry
name - urn of this entry
 o AgentServerNREntry
 public AgentServerNREntry(URN name)
Constructor Owner of the acl entry for this nrEntry is the name of the entry

Parameters:
name - urn of this entry
 o AgentServerNREntry
 public AgentServerNREntry(URN owner,
                           URN name,
                           URL location)
Constructor

Parameters:
owner - - owner of the acl entry for this nrEntry
name - urn of this entry
location - - location of this entity
 o AgentServerNREntry
 public AgentServerNREntry(URN name,
                           URL location)
Constructor Owner of the acl entry for this nrEntry is the name of the entry

Parameters:
name - urn of this entry
location - - location of this entity
 o AgentServerNREntry
 public AgentServerNREntry(URN owner,
                           URN name,
                           URL location,
                           URL cb,
                           URL rmi,
                           PublicKey encrypt,
                           PublicKey verify)
Constructor

Parameters:
owner - - owner of the acl entry for this nrEntry
name - urn of this entry
location - - location of this entity
cb - - code base url
rmi - - rmi url
encrypt - - public key of encruption key pair
verify - - public key of verification key pair
 o AgentServerNREntry
 public AgentServerNREntry(URN name,
                           URL location,
                           URL cb,
                           URL rmi,
                           PublicKey encrypt,
                           PublicKey verify)
Constructor

Parameters:
owner - - owner of the acl entry for this nrEntry
name - urn of this entry
location - - location of this entity
cb - - code base url
rmi - - rmi url
encrypt - - public key of encruption key pair
verify - - public key of verification key pair

Methods

 o getRMIRegURL
 public URL getRMIRegURL()
return the rmi url for this agent server

 o getCodeBaseURL
 public URL getCodeBaseURL()
returns the code base url for this agent server

 o setCodeBaseURL
 public void setCodeBaseURL(URL cb)
sets the code base url for this agent server


All Packages  Class Hierarchy  This Package  Previous  Next  Index