|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd.api.TLptsMainJut
public class TLptsMainJut
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 |
---|
public static void init()
Thread Safe : Yes
Spawns its own Thread : No
May Return NULL : N/A
Notes :
Example :
public static void init(java.lang.String path)
Thread Safe : Yes
Spawns its own Thread : No
May Return NULL : N/A
Notes :
Example :
TLptsMainJut.init("/user/me/licenceFile/");
path
- Path for the licence file. (only the directory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |