com.prolifics.jni
Interface WLEFunctionsInterface

All Known Implementing Classes:
WLEClientFunctions, WLEFunctions

public interface WLEFunctionsInterface


Field Summary
static int WLE_FACTORY_FINDER
           
static int WLE_INTERFACE_REPOSITORY
           
static int WLE_SECURITY_CURRENT
           
static int 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)
           
 

Field Detail

WLE_FACTORY_FINDER

static final int WLE_FACTORY_FINDER
See Also:
Constant Field Values

WLE_SECURITY_CURRENT

static final int WLE_SECURITY_CURRENT
See Also:
Constant Field Values

WLE_TRANSACTION_CURRENT

static final int WLE_TRANSACTION_CURRENT
See Also:
Constant Field Values

WLE_INTERFACE_REPOSITORY

static final int WLE_INTERFACE_REPOSITORY
See Also:
Constant Field Values
Method Detail

sm_wle_create_object

int sm_wle_create_object(java.lang.String name)

sm_wle_call

java.lang.String sm_wle_call(java.lang.String invocation)

sm_wle_get_property

java.lang.String sm_wle_get_property(int object,
                                     java.lang.String property)

sm_wle_set_property

void sm_wle_set_property(int object,
                         java.lang.String property,
                         java.lang.String value)

sm_wle_forget

void sm_wle_forget(int object)

sm_wle_set_handler

java.lang.String sm_wle_set_handler(java.lang.String handler)

sm_wle_object_to_string

java.lang.String sm_wle_object_to_string(int object)

sm_wle_string_to_object

int sm_wle_string_to_object(java.lang.String ior)

sm_wle_clear_interfaces

void sm_wle_clear_interfaces()