Java Client API Reference 6.0.2.61

com.baan.b3
Class Info

java.lang.Object
  |
  +--com.baan.b3.Info

public final class Info
extends java.lang.Object

Provides general B3 information.

Version:
Build Nr 61, file version \\main\\3, 15:08:51 24-07-2006 UTC

Method Summary
static java.lang.String getDefaultBackendId()
          Retrieves a string identifying the default backend.
static java.lang.String getDirectoryAddress()
          Retrieves a string identifying the directory being used.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultBackendId

public static java.lang.String getDefaultBackendId()
Retrieves a string identifying the default backend.
The string can be used as an argument for the DirectoryToolkit.getBusComponent(java.lang.String) method. No assumptions should be made about the format of the identifier
Threading policy: MTSafe
Returns:
an identifier for the default backend

getDirectoryAddress

public static java.lang.String getDirectoryAddress()
Retrieves a string identifying the directory being used.
No assumption should be made about the format of the string. Do not write code that analyses or manipulates this return value
Threading policy: MTSafe
Returns:
an identifier for the current directory

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.