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.
-
Aglets()
-
-
createAglet(String, URL, String, Object)
- Creates an aglet
-
getAgletProxies(String)
- Gets an enumeration of aglet proxies of all aglets residing
in the context specified by contextAddress.
-
getAgletProxy(String, AgletID)
- Obtains a proxy reference the remote aglet.
Aglets
public Aglets()
createAglet
public static AgletProxy createAglet(String contextAddress,
URL codebase,
String classname,
Object init)
- Creates an aglet
getAgletProxy
public static AgletProxy getAgletProxy(String contextAddress,
AgletID id)
- Obtains a proxy reference the remote aglet.
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