advancedrelay.laygo
Class LaygoLib

java.lang.Object
  |
  +--advancedrelay.laygo.LaygoLib

public final class LaygoLib
extends java.lang.Object

Encapsulates access to the LayGO API Library.

All methods are declared static since there is only one library.


Field Summary
static int DLL_EXP
           
static int DLL_HWI
           
static int DLL_RPC
           
static int DLL_STD
           
 
Constructor Summary
LaygoLib()
           
 
Method Summary
static java.lang.String getDescription()
           
static int getLib()
           
static void load()
          Loads the default LayGO API library
static void load(int lib)
          Loads a specified LayGO API library
static void loadExperimental()
          Loads the experimental version of the LayGO API library
static void loadHwi()
          Loads the hardware interface version of the LayGO API library
static void loadLocal()
          Loads the standard version of the LayGO API library
static void loadRpc()
          Loads the RPC version of the LayGO API library
static void loadStandard()
          Loads the standard version of the LayGO API library
static boolean tagToType(java.lang.String tag)
          If successful, sets the default LayGO API library
static void unload()
          Unloads the LayGO API library
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DLL_EXP

public static final int DLL_EXP
See Also:
Constant Field Values

DLL_HWI

public static final int DLL_HWI
See Also:
Constant Field Values

DLL_RPC

public static final int DLL_RPC
See Also:
Constant Field Values

DLL_STD

public static final int DLL_STD
See Also:
Constant Field Values
Constructor Detail

LaygoLib

public LaygoLib()
Method Detail

getDescription

public static java.lang.String getDescription()

getLib

public static int getLib()

load

public static void load()
Loads the default LayGO API library


load

public static void load(int lib)
Loads a specified LayGO API library


loadExperimental

public static void loadExperimental()
Loads the experimental version of the LayGO API library


loadHwi

public static void loadHwi()
Loads the hardware interface version of the LayGO API library


loadLocal

public static void loadLocal()
Loads the standard version of the LayGO API library


loadRpc

public static void loadRpc()
Loads the RPC version of the LayGO API library


loadStandard

public static void loadStandard()
Loads the standard version of the LayGO API library


tagToType

public static boolean tagToType(java.lang.String tag)
If successful, sets the default LayGO API library


unload

public static void unload()
Unloads the LayGO API library