Method Summary |
|
public static Object | java_bean(String name) Returns the matchding webbeans. |
public static Object | jndi_lookup(String name) Perform a jndi lookup to retrieve an object.
Parameters: name - a fully qualified name "java:comp/env/foo",or a short-form "foo". |
public ArrayValue | mbean_explode(String name) Explode an object name into an array with key value pairs that
correspond to the keys and values in the object name. |
public static String | mbean_implode(ArrayValue exploded) Implode an array into an object name. |
public static Value | resin_var_dump(Env env, Value v) |
public static String | resin_version() Returns the version of the Resin server software. |
public static Value | string_to_binary(Env env, String string, String encoding) Converts a string into its binary representation, according to the
given encoding, if given, or the script encoding if not given. |
public static boolean | xa_begin(Env env) Starts a new distributed transaction. |
public static boolean | xa_commit(Env env) Commits the current transaction. |
public static boolean | xa_rollback(Env env) Complets the current transaction by rolling it back. |
public static boolean | xa_rollback_only(Env env) Sets the rollback_only status for the current transaction. |
public static boolean | xa_set_timeout(Env env, int timeoutSeconds) Sets the timeout for the current distribued transaction. |
public static int | xa_status() Returns the JTA status code for the current transation. |