com.prolifics.jni
Class WLEClientFunctions

java.lang.Object
  extended by com.prolifics.jni.WLEFunctions
      extended by com.prolifics.jni.WLEClientFunctions
All Implemented Interfaces:
WLEClientFunctionsInterface, WLEFunctionsInterface

public class WLEClientFunctions
extends WLEFunctions
implements WLEClientFunctionsInterface


Field Summary
 
Fields inherited from interface com.prolifics.jni.WLEFunctionsInterface
WLE_FACTORY_FINDER, WLE_INTERFACE_REPOSITORY, WLE_SECURITY_CURRENT, WLE_TRANSACTION_CURRENT
 
Method Summary
 int sm_wle_login(java.lang.String user, java.lang.String client, java.lang.String system_password, java.lang.String user_password, java.lang.String user_data)
           
 void sm_wle_logout()
           
 
Methods inherited from class com.prolifics.jni.WLEFunctions
sm_wle_call, sm_wle_clear_interfaces, sm_wle_create_object, sm_wle_forget, sm_wle_get_property, sm_wle_object_to_string, sm_wle_set_handler, sm_wle_set_property, sm_wle_string_to_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sm_wle_login

public int sm_wle_login(java.lang.String user,
                        java.lang.String client,
                        java.lang.String system_password,
                        java.lang.String user_password,
                        java.lang.String user_data)
Specified by:
sm_wle_login in interface WLEClientFunctionsInterface

sm_wle_logout

public void sm_wle_logout()
Specified by:
sm_wle_logout in interface WLEClientFunctionsInterface