- OK -
Static variable in interface org.resoa.HTTPStatusCode
-
- onClassLoaderRefresh(ResoaClassLoader) -
Method in class org.resoa.util.codedom.JavaBeanDescriptor
-
- onClassLoaderRefresh(ResoaClassLoader) -
Method in interface org.resoa.util.ResoaClassLoader.RefreshListener
- Invoked after a classloader refresh
- onNodeStop() -
Method in interface org.resoa.grid.ResoaGateway.GatewayRunner
- Invoked, when the gateway has stopped
- onRemove(T) -
Method in interface org.resoa.util.ManagedQueue.OnRemoveCallback
-
- onSessionDisconnect(GridSession) -
Method in interface org.resoa.grid.ResoaPersistence.ControllerPersistence
- Used by controller persistor for domain MASTER assignement
- opt(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional object value associated with an index.
- opt(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional value associated with a key.
- optBoolean(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional boolean value associated with an index.
- optBoolean(int, boolean) -
Method in class org.resoa.util.json.JSONArray
- Get the optional boolean value associated with an index.
- optBoolean(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional boolean associated with a key.
- optBoolean(String, boolean) -
Method in class org.resoa.util.json.JSONObject
- Get an optional boolean associated with a key.
- optDouble(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional double value associated with an index.
- optDouble(int, double) -
Method in class org.resoa.util.json.JSONArray
- Get the optional double value associated with an index.
- optDouble(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional double associated with a key,
or NaN if there is no such key or if its value is not a number.
- optDouble(String, double) -
Method in class org.resoa.util.json.JSONObject
- Get an optional double associated with a key, or the
defaultValue if there is no such key or if its value is not a number.
- optInt(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional int value associated with an index.
- optInt(int, int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional int value associated with an index.
- optInt(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional int value associated with a key,
or zero if there is no such key or if the value is not a number.
- optInt(String, int) -
Method in class org.resoa.util.json.JSONObject
- Get an optional int value associated with a key,
or the default if there is no such key or if the value is not a number.
- optJSONArray(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional JSONArray associated with an index.
- optJSONArray(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional JSONArray associated with a key.
- optJSONObject(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional JSONObject associated with an index.
- optJSONObject(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional JSONObject associated with a key.
- optLong(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional long value associated with an index.
- optLong(int, long) -
Method in class org.resoa.util.json.JSONArray
- Get the optional long value associated with an index.
- optLong(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional long value associated with a key,
or zero if there is no such key or if the value is not a number.
- optLong(String, long) -
Method in class org.resoa.util.json.JSONObject
- Get an optional long value associated with a key,
or the default if there is no such key or if the value is not a number.
- optString(int) -
Method in class org.resoa.util.json.JSONArray
- Get the optional string value associated with an index.
- optString(int, String) -
Method in class org.resoa.util.json.JSONArray
- Get the optional string associated with an index.
- optString(String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional string associated with a key.
- optString(String, String) -
Method in class org.resoa.util.json.JSONObject
- Get an optional string associated with a key.
- order() -
Method in class org.resoa.util.ByteBuffer
- get the byte order of backing buffer,
wrapper for java.nio.ByteBuffer function
- order(ByteOrder) -
Method in class org.resoa.util.ByteBuffer
- set the byte order of backing buffer,
wrapper for java.nio.ByteBuffer function
- ORDERED -
Static variable in class org.resoa.util.Base64
- Encode using the special "ordered" dialect of Base64 described here:
http://www.faqs.org/qa/rfcc-1940.html.
- org.resoa - package org.resoa
org.resoa general stuff
This package contains central class, used all over resoa.
- org.resoa.exception - package org.resoa.exception
Resoa exceptions
This package contains generic exceptions, used within the Resoa framework.
- org.resoa.grid - package org.resoa.grid
Resoa grid utilities
This package contains main classes of Resoa grid connection management.
- org.resoa.util - package org.resoa.util
Resoa util classes
Here you find some helper classes, the Resoa framework uses.
- org.resoa.util.cli - package org.resoa.util.cli
Resoa command line utils
Here you find some helper classes for creating command line user interfaces
- org.resoa.util.codedom - package org.resoa.util.codedom
Resoa Codedom (Object serialization and source file generation util) stuff
Resoa provides a framework for a reflection based source code generation.
- org.resoa.util.json - package org.resoa.util.json
JSON.org stuff with Resoa specific extensions
Here you find everything about JSON handling.
- org.resoa.util.json.stream - package org.resoa.util.json.stream
Resoa JSON type specific serializers
For internal usage.
- OVERLOAD_NOTIFYLOOPS -
Variable in class org.resoa.util.ManagedQueue
- A protector for a PUT waiter overload
- OVERLOAD_WAITTIME -
Variable in class org.resoa.util.ManagedQueue
- The sleep time for the put thread in case of overload