Uses of Class
com.wstools.jni.client.JniClientResult

Packages that use JniClientResult
com.wstools.jni.client   
 

Uses of JniClientResult in com.wstools.jni.client
 

Methods in com.wstools.jni.client that return JniClientResult
 JniClientResult JniClient32.getConnectedServers()
          get an Array of all NCP servers that the client is connected to
 JniClientResult JniClient32.getConnectedTrees()
          get an Array of all eDirectory trees that the client is connected to
 JniClientResult JniClient32.getDefaultServer()
          get the default NCP server
 JniClientResult JniClient32.getDefaultUser()
          get the user name for the first eDirectory tree If the user has more than one tree connection, the first tree in the list will be selected
 JniClientResult JniClient32.getUserByServer(java.lang.String serverName)
          get the user name for the selected NCP server
 JniClientResult JniClient32.getUserByTree(java.lang.String treeName)
          get the user name for the selected eDirectory tree
 JniClientResult JniClient32.getVersion()
          retrieve the version of the Java wrapper and the version of the Client DLL