Class aglet.system.Aglets
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aglet.system.Aglets

java.lang.Object
   |
   +----aglet.system.Aglets

public class Aglets
extends Object
Aglets class defines a set of convenient functions for a client which has no AgletContext and daemon to receive incoming aglets.

Constructor Index

 o Aglets()

Method Index

 o createAglet(String, URL, String, Object)
Creates an aglet
 o getAgletProxies(String)
Gets an enumeration of aglet proxies of all aglets residing in the context specified by contextAddress.
 o getAgletProxy(String, AgletID)
Obtains a proxy reference the remote aglet.

Constructors

 o Aglets
  public Aglets()

Methods

 o createAglet
  public static AgletProxy createAglet(String contextAddress,
                                       URL codebase,
                                       String classname,
                                       Object init)
Creates an aglet
 o getAgletProxy
  public static AgletProxy getAgletProxy(String contextAddress,
                                         AgletID id)
Obtains a proxy reference the remote aglet.
 o getAgletProxies
  public static AgletProxy[] getAgletProxies(String contextAddress)
Gets an enumeration of aglet proxies of all aglets residing in the context specified by contextAddress.

All Packages  Class Hierarchy  This Package  Previous  Next  Index