Uses of Interface
jlite.GridSession

Uses of GridSession in jlite
 

Classes in jlite that implement GridSession
 class GridSessionImpl
          Default implementation of the GridSession interface.
 

Methods in jlite that return GridSession
static GridSession GridSessionFactory.create()
          Creates a grid session with default configuration (refer to the user manual).
static GridSession GridSessionFactory.create(GridSessionConfig config)
          Creates a grid session with custom configuration.