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
-
AgentServerNREntry(URN)
- Constructor
Owner of the acl entry for this nrEntry is the name of the entry
-
AgentServerNREntry(URN, URL)
- Constructor
Owner of the acl entry for this nrEntry is the name of the entry
-
AgentServerNREntry(URN, URL, URL, URL, PublicKey, PublicKey)
- Constructor
-
AgentServerNREntry(URN, URN)
- Constructor
-
AgentServerNREntry(URN, URN, URL)
- Constructor
-
AgentServerNREntry(URN, URN, URL, URL, URL, PublicKey, PublicKey)
- Constructor
-
getCodeBaseURL()
- returns the code base url for this agent server
-
getRMIRegURL()
- return the rmi url for this agent server
-
setCodeBaseURL(URL)
- sets the code base url for this agent server
AgentServerNREntry
public AgentServerNREntry(URN owner,
URN name)
- Constructor
- Parameters:
- owner - - owner of the acl entry for this nrEntry
- name - urn of this entry
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
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
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
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
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
getRMIRegURL
public URL getRMIRegURL()
- return the rmi url for this agent server
getCodeBaseURL
public URL getCodeBaseURL()
- returns the code base url for this agent server
setCodeBaseURL
public void setCodeBaseURL(URL cb)
- sets the code base url for this agent server
All Packages Class Hierarchy This Package Previous Next Index