Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd.api
Class TLptsMainJut

java.lang.Object
  extended by com.lapetus_ltd.api.TLptsMainJut

public class TLptsMainJut
extends java.lang.Object

Class Description : This class initiates the JUT functionality.

This needs to be called before any JUT functionality.
$LastChangedRevision: 1178 $
$LastChangedDate:: 2010-11-11 15:55:18#$


Method Summary
static void init()
          Initialises all the functionality of the JUT module.
static void init(java.lang.String path)
          Initialises all the functionality of the JUT module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()
Initialises all the functionality of the JUT module.

Thread Safe : Yes

Spawns its own Thread : No

May Return NULL : N/A

Notes :

Example :

 


init

public static void init(java.lang.String path)
Initialises all the functionality of the JUT module.

Thread Safe : Yes

Spawns its own Thread : No

May Return NULL : N/A

Notes :

Example :

 TLptsMainJut.init("/user/me/licenceFile/");
 

Parameters:
path - Path for the licence file. (only the directory)


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)