jlite
Class GridSessionFactory

java.lang.Object
  extended by jlite.GridSessionFactory

public class GridSessionFactory
extends java.lang.Object

Mother of all grid sessions.

Author:
Oleg Sukhoroslov

Constructor Summary
GridSessionFactory()
           
 
Method Summary
static GridSession create()
          Creates a grid session with default configuration (refer to the user manual).
static GridSession create(GridSessionConfig config)
          Creates a grid session with custom configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridSessionFactory

public GridSessionFactory()
Method Detail

create

public static GridSession create()
Creates a grid session with default configuration (refer to the user manual).

Returns:
new grid session

create

public static GridSession create(GridSessionConfig config)
Creates a grid session with custom configuration.

Parameters:
config -
Returns:
new grid session