com.prolifics.jni
Class WLEFunctions

java.lang.Object
  extended by com.prolifics.jni.WLEFunctions
All Implemented Interfaces:
WLEFunctionsInterface
Direct Known Subclasses:
WLEClientFunctions

public class WLEFunctions
extends java.lang.Object
implements WLEFunctionsInterface


Field Summary
 
Fields inherited from interface com.prolifics.jni.WLEFunctionsInterface
WLE_FACTORY_FINDER, WLE_INTERFACE_REPOSITORY, WLE_SECURITY_CURRENT, WLE_TRANSACTION_CURRENT
 
Method Summary
 java.lang.String sm_wle_call(java.lang.String invocation)
           
 void sm_wle_clear_interfaces()
           
 int sm_wle_create_object(java.lang.String name)
           
 void sm_wle_forget(int object)
           
 java.lang.String sm_wle_get_property(int object, java.lang.String property)
           
 java.lang.String sm_wle_object_to_string(int object)
           
 java.lang.String sm_wle_set_handler(java.lang.String handler)
           
 void sm_wle_set_property(int object, java.lang.String property, java.lang.String value)
           
 int sm_wle_string_to_object(java.lang.String ior)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sm_wle_create_object

public int sm_wle_create_object(java.lang.String name)
Specified by:
sm_wle_create_object in interface WLEFunctionsInterface

sm_wle_call

public java.lang.String sm_wle_call(java.lang.String invocation)
Specified by:
sm_wle_call in interface WLEFunctionsInterface

sm_wle_get_property

public java.lang.String sm_wle_get_property(int object,
                                            java.lang.String property)
Specified by:
sm_wle_get_property in interface WLEFunctionsInterface

sm_wle_set_property

public void sm_wle_set_property(int object,
                                java.lang.String property,
                                java.lang.String value)
Specified by:
sm_wle_set_property in interface WLEFunctionsInterface

sm_wle_forget

public void sm_wle_forget(int object)
Specified by:
sm_wle_forget in interface WLEFunctionsInterface

sm_wle_set_handler

public java.lang.String sm_wle_set_handler(java.lang.String handler)
Specified by:
sm_wle_set_handler in interface WLEFunctionsInterface

sm_wle_object_to_string

public java.lang.String sm_wle_object_to_string(int object)
Specified by:
sm_wle_object_to_string in interface WLEFunctionsInterface

sm_wle_string_to_object

public int sm_wle_string_to_object(java.lang.String ior)
Specified by:
sm_wle_string_to_object in interface WLEFunctionsInterface

sm_wle_clear_interfaces

public void sm_wle_clear_interfaces()
Specified by:
sm_wle_clear_interfaces in interface WLEFunctionsInterface