Uses of Class
com.ibm.aglet.system.AgletRuntime

Packages that use AgletRuntime
com.ibm.aglet.system   
com.ibm.aglets   
com.ibm.aglets.tahiti   
 

Uses of AgletRuntime in com.ibm.aglet.system
 

Methods in com.ibm.aglet.system that return AgletRuntime
static AgletRuntime AgletRuntime.getAgletRuntime()
          Gets the AgletRuntime object associated with the current Java application.
static AgletRuntime AgletRuntime.init(java.lang.String[] args)
          Create and initialize a runtime environment with a string array
static AgletRuntime AgletRuntime.init(java.lang.String[] args, java.lang.ClassLoader loader)
          Create and initialize a runtime environment with a string array
 

Uses of AgletRuntime in com.ibm.aglets
 

Subclasses of AgletRuntime in com.ibm.aglets
 class AgletRuntime
           
 

Constructors in com.ibm.aglets with parameters of type AgletRuntime
MAFAgentSystem_AgletsImpl(AgletRuntime runtime)
           
 

Uses of AgletRuntime in com.ibm.aglets.tahiti
 

Methods in com.ibm.aglets.tahiti with parameters of type AgletRuntime
static java.security.cert.Certificate Main.login(AgletRuntime runtime)