- FastStringBuffer - Class in org.xins.common.text
-
Deprecated.
since 2.0 use Stringbuffer or String
- FastStringBuffer(int) - Constructor for class org.xins.common.text.FastStringBuffer
-
Deprecated.
Constructs a new FastStringBuffer
object with the specified
initial capacity.
- FastStringBuffer(String) - Constructor for class org.xins.common.text.FastStringBuffer
-
Deprecated.
Constructs a new FastStringBuffer
object with the specified
initial content.
- FastStringBuffer(int, String) - Constructor for class org.xins.common.text.FastStringBuffer
-
Deprecated.
Constructs a new FastStringBuffer
object with the specified
initial capacity and content.
- FastStringWriter - Class in org.xins.common.io
-
Deprecated.
since XINS 2.0, use java.io.StringWriter
- FastStringWriter() - Constructor for class org.xins.common.io.FastStringWriter
-
Deprecated.
Creates a new FastStringWriter
using a default initial
internal buffer size.
- FastStringWriter(int) - Constructor for class org.xins.common.io.FastStringWriter
-
Deprecated.
Creates a new FastStringWriter
using a specified initial
string buffer size.
- fileFound() - Method in interface org.xins.common.io.FileWatcher.Listener
-
Callback method, called if the file is found for the first time since
the FileWatcher
was started or after it has been deleted.
- fileModified() - Method in interface org.xins.common.io.FileWatcher.Listener
-
Callback method, called if the file was checked and found to be
modified.
- fileNotFound() - Method in interface org.xins.common.io.FileWatcher.Listener
-
Callback method, called if the file is checked but cannot be found.
- fileNotModified() - Method in interface org.xins.common.io.FileWatcher.Listener
-
Callback method, called if the file was checked but found not to be
modified.
- FileWatcher - Class in org.xins.common.io
-
File watcher thread.
- FileWatcher(String, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
-
Creates a new FileWatcher
for the specified file.
- FileWatcher(String, int, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
-
Creates a new FileWatcher
for the specified file, with the
specified interval.
- FileWatcher(String[], int, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
-
Creates a new FileWatcher
for the specified set of files,
with the specified interval.
- FileWatcher.Listener - Interface in org.xins.common.io
-
Interface for file watcher listeners.
- find(Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
-
Finds the value associated with a key.
- firstCharLower(String) - Static method in class org.xins.common.text.TextUtils
-
Tranforms the given String
to the similar String
,
but starting with a lowercase.
- firstCharUpper(String) - Static method in class org.xins.common.text.TextUtils
-
Tranforms the given String
to the similar String
,
but starting with an uppercase.
- firstCheck() - Method in class org.xins.common.io.FileWatcher
-
Performs the first check on the file to determine the date the file was
last modified.
- firstCheck() - Method in class org.xins.common.io.HTTPFileWatcher
-
- Float32 - Class in org.xins.common.types.standard
-
Standard type _float32.
- Float32(String, float, float) - Constructor for class org.xins.common.types.standard.Float32
-
Constructs a new Float32
object (constructor for
subclasses).
- Float64 - Class in org.xins.common.types.standard
-
Standard type _float64.
- Float64(String, double, double) - Constructor for class org.xins.common.types.standard.Float64
-
Constructs a new Float64
object (constructor for
subclasses).
- flush() - Method in class org.xins.common.io.FastStringWriter
-
Deprecated.
Flushes this writer.
- flushBuffer() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- format(long) - Method in class org.xins.common.text.DateConverter
-
Formats the specified timestamp as a String
.
- format(long, char[], int) - Method in class org.xins.common.text.DateConverter
-
Formats the specified timestamp as a string in a character buffer.
- format(Element) - Static method in class org.xins.common.xml.ElementFormatter
-
Returns the String representation of the element as XML.
- format(Element, XMLOutputter) - Static method in class org.xins.common.xml.ElementFormatter
-
Serializes the DOM Element in the XMLOutputter.
- FormatException - Exception in org.xins.common.text
-
Exception thrown if a character string does not match a certain format.
- FormatException(String, String) - Constructor for exception org.xins.common.text.FormatException
-
Constructs a FormatException
.
- FormattedParameters - Class in org.xins.common
-
Convert parameters to (semi) human readable text.
- FormattedParameters(Map<String, String>) - Constructor for class org.xins.common.FormattedParameters
-
Constructs a new FormattedParameters
object.
- FormattedParameters(Map<String, String>, Element) - Constructor for class org.xins.common.FormattedParameters
-
Constructs a new FormattedParameters
object.
- FormattedParameters(Map<String, String>, Element, String, String, int) - Constructor for class org.xins.common.FormattedParameters
-
Constructs a new FormattedParameters
object.
- FROM_LOAD_BALANCER_PARAMETER - Static variable in class org.xins.server.LoadBalancerInterceptor
-
- fromProperties(Properties) - Static method in class org.xins.common.collections.MapStringUtils
-
Converts the specified Properties
object to a new
Map<String, String>
object.
- fromString(String) - Method in class org.xins.common.types.Type
-
Converts from a String
to an instance of the value class
for this type (wrapper method).
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Base64
-
Converts the specified base64 string value to a byte[]
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Boolean
-
Converts the specified string value to a java.lang.Boolean
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Date
-
Constructs a Date.Value
from the specified string.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Descriptor
-
Constructs a org.xins.common.service.Descriptor
from the specified string.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Float32
-
Converts the specified string value to an Float
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Float64
-
Converts the specified string value to an Double
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Hex
-
Converts the specified string value to a byte[]
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int16
-
Converts the specified string value to a Short
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int32
-
Converts the specified string value to an Integer
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int64
-
Converts the specified string value to a Long
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int8
-
Converts the specified string value to a Byte
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.List
-
Constructs a List.Value
from the specified string.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Properties
-
Constructs a PropertyReader
from the specified string.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Set
-
Constructs a Set.Value
from the specified string.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Text
-
Converts the specified string value to a String
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Timestamp
-
Constructs a Timestamp.Value
from the specified string.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.URL
-
Converts the specified string value to a String
value.
- fromStringForOptional(String) - Static method in class org.xins.common.types.standard.XML
-
Constructs an Element
from the specified string.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Base64
-
Converts the specified non-null
string base64 value to a
byte[]
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Boolean
-
Converts the specified non-null
string value to a
boolean
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Date
-
Constructs a Date.Value
from the specified string
which is guaranteed to be non-null
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Descriptor
-
Constructs a org.xins.common.service.Descriptor
from the specified string
which is guaranteed to be non-null
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Float32
-
Converts the specified non-null
string value to an
float
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Float64
-
Converts the specified non-null
string value to an
double
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Hex
-
Converts the specified non-null
string value to a
byte[]
value.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int16
-
Converts the specified non-null
string value to a
short
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int32
-
Converts the specified non-null
string value to an
int
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int64
-
Converts the specified non-null
string value to a
long
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int8
-
Converts the specified non-null
string value to a
byte
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.List
-
Constructs a List.Value
from the specified string
which is guaranteed to be non-null
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Properties
-
Constructs a Map
from the specified string
which is guaranteed to be non-null
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Set
-
Constructs a Set.Value
from the specified string
which is guaranteed to be non-null
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Text
-
Converts the specified non-null
string value to a
String
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Timestamp
-
Constructs a Timestamp.Value
from the specified
non-null
string.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.URL
-
Converts the specified non-null
string value to a
String
.
- fromStringForRequired(String) - Static method in class org.xins.common.types.standard.XML
-
Constructs an Element
from the specified
non-null
string.
- fromStringImpl(String) - Method in class org.xins.common.types.List
-
Converts from a String
to an instance of the value class
for this type (implementation method).
- fromStringImpl(String) - Method in class org.xins.common.types.PatternType
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Base64
-
Converts from a String
to an instance of the value class
for this type (implementation method).
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Boolean
-
Converts from a String
to an instance of the value class
for this type (implementation method).
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Date
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Descriptor
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Float32
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Float64
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Hex
-
Converts from a String
to an instance of the value class
for this type (implementation method).
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Int16
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Int32
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Int64
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Int8
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Properties
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Text
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.Timestamp
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.URL
-
- fromStringImpl(String) - Method in class org.xins.common.types.standard.XML
-
- fromStringImpl(String) - Method in class org.xins.common.types.Type
-
Converts from a String
to an instance of the value class
for this type (implementation method).
- FrontendCallingConvention - Class in org.xins.server.frontend
-
XINS Front-end Framework calling convention.
- FrontendCallingConvention(API) - Constructor for class org.xins.server.frontend.FrontendCallingConvention
-
Creates a new FrontendCallingConvention
instance.
- Function - Class in org.xins.server
-
Base class for function implementation classes.
- Function(API, String, String) - Constructor for class org.xins.server.Function
-
Constructs a new Function
.
- FUNCTION_NAME - Static variable in interface org.xins.server.BackpackConstants
-
The key used to store the name of the function in the backpack.
- FUNCTIONAL - Static variable in class org.xins.common.spec.ErrorCodeSpec
-
Type indicating that the error code is functional.
- functionName() - Method in class org.xins.client.AbstractCAPICallRequest
-
Gets the name of the function to call.
- FunctionNotSpecifiedException - Exception in org.xins.server
-
Exception that indicates that an incoming request does not specify the
function to execute.
- FunctionNotSpecifiedException() - Constructor for exception org.xins.server.FunctionNotSpecifiedException
-
Constructs a new FunctionNotSpecifiedException
.
- FunctionRequest - Class in org.xins.server
-
Function request.
- FunctionRequest(String, Map<String, String>, Element) - Constructor for class org.xins.server.FunctionRequest
-
Creates a new FunctionRequest
.
- FunctionRequest(String, Map<String, String>, Element, Map<String, Object>) - Constructor for class org.xins.server.FunctionRequest
-
Creates a new FunctionRequest
.
- FunctionResult - Class in org.xins.server
-
Result from a function call.
- FunctionResult() - Constructor for class org.xins.server.FunctionResult
-
Creates a new successful FunctionResult
instance with no
parameters.
- FunctionResult(String) - Constructor for class org.xins.server.FunctionResult
-
Creates a new FunctionResult
instance with no parameters.
- FunctionResult(String, Map<String, String>) - Constructor for class org.xins.server.FunctionResult
-
Creates a new FunctionResult
instance with a specified set
of parameters.
- FunctionSpec - Class in org.xins.common.spec
-
Specification of a function.
- GenericCallException - Exception in org.xins.common.service
-
Generic call exception, not related to any particular kind of service.
- get(String) - Method in class org.xins.common.collections.AbstractPropertyReader
-
Gets the value of the property with the specified name.
- get(Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
-
Gets the value associated with a key and extends the lifetime of the
matching entry, if there was a match.
- get(String) - Method in interface org.xins.common.collections.PropertyReader
-
Deprecated.
Gets the value of the property with the specified name.
- get(int) - Method in class org.xins.common.collections.ProtectedList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class org.xins.common.collections.StatsMap
-
- get(String) - Method in class org.xins.common.collections.StatsPropertyReader
-
Deprecated.
Gets the value of the property with the specified name.
- GET - Static variable in class org.xins.common.http.HTTPMethod
-
The GET method.
- get(int) - Method in class org.xins.common.service.CallExceptionList
-
Deprecated.
Retrieves a CallException
by index.
- get(String) - Method in class org.xins.common.servlet.ServletConfigPropertyReader
-
Deprecated.
Retrieves the value of the property with the specified name.
- get() - Method in class org.xins.common.types.ItemList
-
Gets the list of items as a collection.
- get(int) - Method in class org.xins.common.types.standard.List.Value
-
Get an element from the list.
- get(int) - Method in class org.xins.common.types.standard.Set.Value
-
Get an element from the set.
- get() - Static method in class org.xins.common.xml.SAXParserProvider
-
Returns a SAXParser
instance that can be used in the
current thread.
- getAPI() - Method in class org.xins.server.Function
-
Returns the API that contains this function.
- getApi() - Method in class org.xins.server.Interceptor
-
- getAPIName() - Method in class org.xins.client.AbstractCAPI
-
Determines the name of the API.
- getAPIName() - Method in class org.xins.server.APIManager
-
Gets the name of the API.
- getAPIName() - Method in interface org.xins.server.APIManagerMBean
-
Gets the name of the API.
- getAPINameImpl() - Method in class org.xins.client.AbstractCAPI
-
Retrieves the name of the API (implementation method).
- getAPISpecification() - Method in class org.xins.client.AbstractCAPI
-
Get the specification of the API.
- getAPISpecification() - Method in class org.xins.server.API
-
Get the specification of the API.
- getAPIVersion() - Method in class org.xins.server.APIManager
-
Gets the version of the API.
- getAPIVersion() - Method in interface org.xins.server.APIManagerMBean
-
Gets the version of the API.
- getAttribute(String) - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getAttribute(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getAttribute(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getAttribute(String) - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the specification of the specified attribute of the element.
- getAttribute(Element.QualifiedName) - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the value of the attribute with the qualified name.
- getAttribute(String, String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the value of the attribute with the specified namespace and local
name.
- getAttribute(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the value of an attribute that has no namespace.
- getAttributeCombos() - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the attribute combos defined for the element.
- getAttributeMap() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the attributes of this element.
- getAttributeNames() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getAttributeNames() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getAttributeNames() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getAttributes() - Method in class org.xins.common.spec.AttributeComboSpec
-
Gets the attributes defined in the attribute combo.
- getAttributes() - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the attributes of the element.
- getAuthType() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getBackpack() - Method in class org.xins.server.CallContext
-
Returns the backpack of this request.
- getBackpack() - Method in class org.xins.server.FunctionRequest
-
Gets the backpack.
- getBaseIP() - Method in class org.xins.server.IPFilter
-
Returns the base IP address.
- getBooleanProperty(Map<String, String>, String, boolean) - Static method in class org.xins.common.collections.MapStringUtils
-
Gets the property with the specified name and converts it to a
boolean
.
- getBooleanProperty(PropertyReader, String, boolean) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Gets the property with the specified name and converts it to a
boolean
.
- getBoolProperty(String) - Method in class org.xins.server.frontend.SessionManager
-
Gets the value of a boolean session property.
- getBootstrapProperties() - Method in class org.xins.server.API
-
Gets the bootstrap properties specified for the API.
- getBootstrapProperties() - Method in class org.xins.server.APIManager
-
Gets the bootstrap properties.
- getBootstrapProperties() - Method in interface org.xins.server.APIManagerMBean
-
Gets the bootstrap properties.
- getBuffer() - Method in class org.xins.common.io.FastStringWriter
-
Deprecated.
Returns the underlying string buffer itself.
- getBufferSize() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- getBuilder() - Method in class org.xins.common.xml.DocumentBuilderPool
-
- getCache() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the number of seconds the result of this method could be cached.
- getCallConfig() - Method in class org.xins.common.service.CallRequest
-
Retrieves the associated call configuration, if any.
- getCallConfig() - Method in class org.xins.common.service.ServiceCaller
-
Returns the CallConfig
associated with this service caller.
- getCaller() - Method in class org.xins.client.AbstractCAPI
-
Returns the XINS service caller to use.
- getCallID() - Method in class org.xins.server.CallContext
-
Returns the assigned call ID.
- getCallingClass(int) - Static method in class org.xins.common.Utils
-
Retrieves the name of the calling class at the specified level.
- getCallingClass() - Static method in class org.xins.common.Utils
-
Retrieves the name of the calling class.
- getCallingMethod(int) - Static method in class org.xins.common.Utils
-
Retrieves the name of the calling method at the specified level.
- getCallingMethod() - Static method in class org.xins.common.Utils
-
Retrieves the name of the calling method.
- getCapacity() - Method in class org.xins.common.text.FastStringBuffer
-
Deprecated.
Gets the capacity of this string buffer.
- getCAPI() - Method in class org.xins.client.async.CallCAPIThread
-
Gets the CAPI used to call the function.
- getCharacterEncoding() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getCharacterEncoding() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- getChildElements() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the list of all child elements.
- getChildElements(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the list of child elements that match the specified name.
- getClassName(Object) - Static method in class org.xins.common.Utils
-
Determines the name of the class of the specified object.
- getConnectionTimeOut() - Method in class org.xins.common.service.TargetDescriptor
-
Returns the connection time-out for a call to the service.
- getContentLength() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getContentType() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getContentType() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
Gets the type of the returned content.
- getContext(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getContextClassLoader() - Static method in class org.xins.common.Utils
-
Determines the context class loader of the current thread if available.
- getContextId() - Static method in class org.xins.client.Log
-
Retrieves the current diagnostic context identifier for this thread.
- getContextId() - Static method in class org.xins.common.Log
-
Retrieves the current diagnostic context identifier for this thread.
- getContextId() - Static method in class org.xins.server.Log
-
Retrieves the current diagnostic context identifier for this thread.
- getContextPath() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getConventionName() - Method in exception org.xins.server.AccessDeniedException
-
Gets the name of the calling convention which does not grant the access.
- getCookies() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getCRC() - Method in class org.xins.common.service.TargetDescriptor
-
Returns the CRC-32 checksum for the URL of this target descriptor.
- getCreationTime() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getData() - Method in class org.xins.common.http.HTTPCallResult
-
Returns the result data as a byte array.
- getData() - Method in interface org.xins.common.http.HTTPCallResultData
-
Returns the result data as a byte array.
- getDataElement() - Method in class org.xins.client.AbstractCAPICallRequest
-
Gets the data section.
- getDataElement() - Method in exception org.xins.client.UnacceptableResultXINSCallException
-
Returns the optional extra data.
- getDataElement() - Method in exception org.xins.client.UnsuccessfulXINSCallException
-
Returns the optional extra data.
- getDataElement() - Method in class org.xins.client.XINSCallResult
-
Returns the optional extra data.
- getDataElement() - Method in interface org.xins.client.XINSCallResultData
-
Returns the optional extra data.
- getDataElement() - Method in class org.xins.common.xml.DataElementBuilder
-
Gets the data element.
- getDataElement() - Method in class org.xins.server.CallContext
-
Returns the data section of the request, if any.
- getDataElement() - Method in class org.xins.server.FunctionRequest
-
Gets the data section of the request.
- getDataElement() - Method in class org.xins.server.FunctionResult
-
Gets the data element from this result.
- getDataElementBuilder() - Method in class org.xins.client.AbstractCAPICallRequest
-
Gets the data section builder.
- getDataElementBuilder() - Method in class org.xins.server.FunctionResult
-
Adds the DataElementBuilder
to create a new the data element.
- getDataSection() - Method in class org.xins.client.XINSCallRequest
-
Retrieves the data section for the input.
- getDateHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getDayOfMonth() - Method in class org.xins.common.types.standard.Date.Value
-
Returns the day of the month.
- getDayOfMonth() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns the day of the month.
- getDefault() - Method in class org.xins.common.spec.ParameterSpec
-
Gets the default value of the parameter if any.
- getDefaultCallConfig() - Method in class org.xins.client.XINSServiceCaller
-
Returns a default CallConfig
object.
- getDefaultCallConfig() - Method in class org.xins.common.http.HTTPServiceCaller
-
Returns a default CallConfig
object.
- getDefaultCallConfig() - Method in class org.xins.common.service.ServiceCaller
-
Returns a default CallConfig
object.
- getDescription() - Method in class org.xins.common.spec.APISpec
-
Gets the description of the API.
- getDescription() - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the description of the data element.
- getDescription() - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the description of the error code.
- getDescription() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the description of the function.
- getDescription() - Method in class org.xins.common.spec.ParameterSpec
-
Gets the description of the parameter.
- getDescription() - Method in class org.xins.common.types.PatternType
-
- getDescription() - Method in class org.xins.common.types.standard.Base64
-
- getDescription() - Method in class org.xins.common.types.standard.Boolean
-
- getDescription() - Method in class org.xins.common.types.standard.Date
-
- getDescription() - Method in class org.xins.common.types.standard.Descriptor
-
- getDescription() - Method in class org.xins.common.types.standard.Float32
-
- getDescription() - Method in class org.xins.common.types.standard.Float64
-
- getDescription() - Method in class org.xins.common.types.standard.Hex
-
- getDescription() - Method in class org.xins.common.types.standard.Int16
-
- getDescription() - Method in class org.xins.common.types.standard.Int32
-
- getDescription() - Method in class org.xins.common.types.standard.Int64
-
- getDescription() - Method in class org.xins.common.types.standard.Int8
-
- getDescription() - Method in class org.xins.common.types.standard.List
-
- getDescription() - Method in class org.xins.common.types.standard.Properties
-
- getDescription() - Method in class org.xins.common.types.standard.Set
-
- getDescription() - Method in class org.xins.common.types.standard.Text
-
- getDescription() - Method in class org.xins.common.types.standard.Timestamp
-
- getDescription() - Method in class org.xins.common.types.standard.URL
-
- getDescription() - Method in class org.xins.common.types.standard.XML
-
- getDescription() - Method in class org.xins.common.types.Type
-
Retrieves the description of this type.
- getDescription() - Method in class org.xins.common.types.XMLType
-
- getDescriptor() - Method in class org.xins.common.service.ServiceCaller
-
Returns the descriptor.
- getDetail() - Method in exception org.xins.common.collections.MissingRequiredPropertyException
-
Returns the detail message.
- getDetail() - Method in exception org.xins.common.ProgrammingException
-
Returns the detail message.
- getDetail() - Method in exception org.xins.common.service.CallException
-
Returns a detailed description of problem, if any.
- getDetail() - Method in exception org.xins.common.text.ParseException
-
Returns a description of the parse error.
- getDetail() - Method in exception org.xins.common.types.TypeValueException
-
Retrieves the additional detail information passed to the constructor.
- getDetectingClass() - Method in exception org.xins.common.ProgrammingException
-
Returns the name of the class that detected the problem.
- getDetectingMethod() - Method in exception org.xins.common.ProgrammingException
-
Returns the name of the method where the problem was detected.
- getDocument() - Method in class org.xins.common.xml.DataElementBuilder
-
Gets the document used to create the data section.
- getDuration() - Method in class org.xins.client.async.CallCAPIThread
-
Gets the time it took to call the function.
- getDuration() - Method in exception org.xins.common.service.CallException
-
Returns the call duration.
- getDuration() - Method in class org.xins.common.service.CallResult
-
Returns the call duration, in milliseconds.
- getEnumItems() - Method in class org.xins.common.types.EnumType
-
Get the list of the EnumItem included in this EnumType
.
- getErrorCode() - Method in exception org.xins.client.UnacceptableResultXINSCallException
-
Returns the error code.
- getErrorCode() - Method in exception org.xins.client.UnsuccessfulXINSCallException
-
Returns the error code.
- getErrorCode() - Method in class org.xins.client.XINSCallResult
-
Returns the error code.
- getErrorCode() - Method in interface org.xins.client.XINSCallResultData
-
Returns the error code.
- getErrorCode(String) - Method in class org.xins.common.spec.FunctionSpec
-
Gets the error code specification for the specified error code.
- getErrorCode() - Method in class org.xins.server.FunctionResult
-
Returns the result code.
- getErrorCodes() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the error code specifications defined in the function.
- getErrorDescription(String, String) - Method in class org.xins.server.JSONRPCCallingConvention
-
Gets a description of the error.
- getException() - Method in class org.xins.client.async.CallCAPIThread
-
Gets the exception thrown by the CAPI call.
- getException() - Method in class org.xins.client.async.CallFailedEvent
-
Gets the exception thrown by the CAPI call.
- getExceptions() - Method in class org.xins.common.service.CallResult
-
Returns the list of CallException
s.
- getExpression() - Method in class org.xins.server.IPFilter
-
Returns the filter expression.
- getFirstChildElement() - Method in class org.xins.common.xml.ElementList
-
Gets the first child of this element.
- getFollowRedirect() - Method in class org.xins.client.XINSCallConfig
-
Returns the action performed when a redirect is returned from the server.
- getFollowRedirect() - Method in class org.xins.common.http.HTTPCallConfig
-
Returns the action performed when a redirect is returned from the server.
- getFunction(String) - Method in class org.xins.common.spec.APISpec
-
Gets the specification of the given function.
- getFunctionList() - Method in class org.xins.server.API
-
Gets the list of the functions of this API.
- getFunctionName() - Method in class org.xins.client.XINSCallRequest
-
Returns the name of the function to call.
- getFunctionName() - Method in exception org.xins.server.AccessDeniedException
-
Gets the name of the function which does not grant the access.
- getFunctionName() - Method in class org.xins.server.FunctionRequest
-
Gets the name of the function.
- getFunctionName() - Method in exception org.xins.server.NoSuchFunctionException
-
Gets the name of the function.
- getFunctionNames() - Method in class org.xins.server.APIManager
-
Gets the list of the API functions.
- getFunctionNames() - Method in interface org.xins.server.APIManagerMBean
-
Gets the list of the API functions.
- getFunctions() - Method in class org.xins.common.spec.APISpec
-
Gets the function specifications defined in the API.
- getHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getHeaderNames() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getHeaders(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getHeaders() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
Gets the headers to return to the client.
- getHourOfDay() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns the hour of the day.
- getHTTPCallConfig() - Method in class org.xins.common.http.HTTPCallRequest
-
Returns the HTTP call configuration.
- getHTTPCallConfig() - Method in class org.xins.common.http.HTTPServiceCaller
-
Returns the HTTPCallConfig
associated with this service
caller.
- getHttpClient() - Method in class org.xins.client.XINSCallConfig
-
Gets the HttpClient to use to call the URL.
- getHttpClient() - Method in class org.xins.common.http.HTTPCallConfig
-
Gets the HttpClient to use to call the URL.
- getHTTPMethod() - Method in class org.xins.client.XINSCallConfig
-
Returns the HTTP method associated with this configuration.
- getId() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getInitParameter(String) - Method in class org.xins.common.servlet.container.LocalServletConfig
-
- getInitParameter(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getInitParameterNames() - Method in class org.xins.common.servlet.container.LocalServletConfig
-
- getInitParameterNames() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getInputDataSectionElement(String) - Method in class org.xins.common.spec.FunctionSpec
-
Gets the specification of the element of the input data section with the
specified name.
- getInputDataSectionElements() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the specification of the elements of the input data section.
- getInputParamCombos() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the input param combo specifications.
- getInputParameter(String) - Method in class org.xins.common.spec.FunctionSpec
-
Gets the input parameter for the specified name.
- getInputParameters() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the input parameter specifications defined in the function.
- getInputStream() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getInstance() - Static method in class org.xins.common.xml.DocumentBuilderPool
-
- getInterval() - Method in class org.xins.common.io.FileWatcher
-
Returns the current interval.
- getIntHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getIntProperty(Map<String, String>, String) - Static method in class org.xins.common.collections.MapStringUtils
-
Gets the property with the specified name and converts it to an
int
.
- getIntProperty(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Gets the property with the specified name and converts it to an
int
.
- getIP() - Method in exception org.xins.server.AccessDeniedException
-
Gets the IP address which is denied for the given function.
- getIPFilter() - Method in class org.xins.server.AccessRule
-
Returns the IP filter.
- getItem(int) - Method in class org.xins.common.types.ItemList
-
Gets the item at the specified index as an Object
.
- getLastAccessedTime() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getLastModified() - Method in class org.xins.common.io.FileWatcher
-
Gets the time at which the last file was modified.
- getLastModified() - Method in class org.xins.common.io.HTTPFileWatcher
-
- getLength() - Method in class org.xins.common.text.FastStringBuffer
-
Deprecated.
Gets the length of this string buffer.
- getLocale() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getLocale() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- getLocales() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getLocalHost() - Static method in class org.xins.common.net.IPAddressUtils
-
Retrieves the localhost host name.
- getLocalHostIPAddress() - Static method in class org.xins.common.net.IPAddressUtils
-
Retrieves the localhost IP address.
- getLocalName() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the local name.
- getLocalName() - Method in class org.xins.common.xml.Element.QualifiedName
-
Deprecated.
Gets the local name.
- getLogLevel(String) - Method in class org.xins.common.servlet.container.ConsoleGUI
-
- getMainPanel() - Method in class org.xins.common.servlet.container.ConsoleGUI
-
- getMainPanel() - Method in class org.xins.common.spec.SpecGUI
-
- getMajorVersion() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getMask() - Method in class org.xins.server.IPFilter
-
Returns the mask.
- getMaxInactiveInterval() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getMembers() - Method in class org.xins.common.service.GroupDescriptor
-
Returns the members of this group.
- getMenuBar() - Method in class org.xins.common.servlet.container.ConsoleGUI
-
- getMenuBar() - Method in class org.xins.common.spec.SpecGUI
-
- getMessage() - Method in exception org.xins.client.UnacceptableMessageException
-
Returns the message for this exception.
- getMessage() - Method in exception org.xins.common.service.CallException
-
Returns the detail message string of this exception.
- getMethod() - Method in class org.xins.common.http.HTTPCallConfig
-
Returns the HTTP method associated with this configuration.
- getMethod() - Method in class org.xins.common.http.HTTPCallRequest
-
Returns the HTTP method associated with this call request.
- getMethod() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getMimeType(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getMinorVersion() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getMinuteOfHour() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns the minute of the hour.
- getMonthOfYear() - Method in class org.xins.common.types.standard.Date.Value
-
Returns the month of the year.
- getMonthOfYear() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns the month of the year.
- getName() - Static method in class org.xins.client.Library
-
Returns the name of this library.
- getName() - Method in class org.xins.client.TranslationBundle
-
Retrieves the name of this translation bundle.
- getName() - Method in class org.xins.common.collections.expiry.ExpiryFolder
-
Returns the name given to this expiry folder.
- getName() - Static method in class org.xins.common.Library
-
Returns the name of this library.
- getName() - Method in class org.xins.common.manageable.Manageable.State
-
Returns the name of this state.
- getName() - Method in class org.xins.common.spec.APISpec
-
Gets the name of the API.
- getName() - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the name of the data element.
- getName() - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the name of the error code.
- getName() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the name of the function.
- getName() - Method in class org.xins.common.spec.ParameterSpec
-
Gets the name of the parameter.
- getName() - Method in class org.xins.common.TranslationBundle
-
Retrieves the name of this translation bundle.
- getName() - Method in class org.xins.common.types.EnumItem
-
Gets the symbolic (friendly) name for the enumeration value.
- getName() - Method in class org.xins.common.types.Type
-
Retrieves the name of this type.
- getName() - Method in class org.xins.server.API
-
Gets the name of this API.
- getName() - Method in class org.xins.server.Function
-
Returns the name of this function.
- getName() - Static method in class org.xins.server.Library
-
Returns the name of this library.
- getName() - Method in class org.xins.server.ResultCode
-
Returns the symbolic name of this result code.
- getName() - Method in class org.xins.server.TranslationBundle
-
Retrieves the name of this translation bundle.
- getNameByValue(String) - Method in class org.xins.common.types.EnumType
-
Gets the name matching the specified value.
- getNamedDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getNameOfClass(Class) - Static method in class org.xins.common.Utils
-
Determines the name of the specified class.
- getNames() - Method in class org.xins.common.collections.AbstractPropertyReader
-
Gets an iterator that iterates over all the property names.
- getNames() - Method in interface org.xins.common.collections.PropertyReader
-
Deprecated.
Gets an iterator that iterates over all the property names.
- getNames() - Method in class org.xins.common.collections.StatsPropertyReader
-
Deprecated.
Gets an iterator that iterates over all the property names.
- getNames() - Method in class org.xins.common.servlet.ServletConfigPropertyReader
-
Deprecated.
Returns an Iterator
that returns all property names.
- getNamespacePrefix() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the namespace prefix.
- getNamespacePrefix() - Method in class org.xins.common.xml.Element.QualifiedName
-
Deprecated.
Gets the namespace prefix.
- getNamespaceURI() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the namespace URI.
- getNamespaceURI() - Method in class org.xins.common.xml.Element.QualifiedName
-
Deprecated.
Gets the namespace URI.
- getNext() - Method in exception org.xins.common.service.CallException
-
Gets the next linked CallException
, if there is any.
- getObject() - Method in class org.xins.common.spring.XinsCapiFactoryBean
-
- getObjectType() - Method in class org.xins.common.spring.XinsCapiFactoryBean
-
- getOutputDataSectionElement(String) - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the specification of the element of the output data section with the
specified name.
- getOutputDataSectionElement(String) - Method in class org.xins.common.spec.FunctionSpec
-
Gets the specification of the element of the output data section with the
specified name.
- getOutputDataSectionElements() - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the specification of the elements of the output data section.
- getOutputDataSectionElements() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the specification of the elements of the output data section.
- getOutputParamCombos() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the output param combo specifications.
- getOutputParameter(String) - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the output parameter for the specified name.
- getOutputParameter(String) - Method in class org.xins.common.spec.FunctionSpec
-
Gets the output parameter of the specified name.
- getOutputParameters() - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the output parameter specifications defined in the error code.
- getOutputParameters() - Method in class org.xins.common.spec.FunctionSpec
-
Gets the output parameter specifications defined in the function.
- getOutputStream() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- getOwner() - Method in class org.xins.common.spec.APISpec
-
Gets the owner of the API.
- getParameter(String) - Method in class org.xins.client.AbstractCAPICallRequest
-
Gets the value of a parameter or null
if this parameter
is not set.
- getParameter(String) - Method in exception org.xins.client.UnacceptableResultXINSCallException
-
Gets the value of the specified returned parameter.
- getParameter(String) - Method in exception org.xins.client.UnsuccessfulXINSCallException
-
Gets the value of the specified returned parameter.
- getParameter(String) - Method in class org.xins.client.XINSCallRequest
-
Gets the value of the specified parameter.
- getParameter(String) - Method in class org.xins.client.XINSCallResult
-
Gets the value of the specified parameter.
- getParameter(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getParameter(String) - Method in class org.xins.server.CallContext
-
Returns the value of a parameter with the specificied name.
- getParameter(String) - Method in class org.xins.server.FunctionResult
-
Gets the value of the specified parameter.
- getParameterMap() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getParameterNames() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getParameters() - Method in exception org.xins.client.UnacceptableResultXINSCallException
-
Gets all returned parameters.
- getParameters() - Method in exception org.xins.client.UnsuccessfulXINSCallException
-
Gets all returned parameters.
- getParameters() - Method in class org.xins.client.XINSCallRequest
-
Gets all parameters to pass with the call, with their respective values.
- getParameters() - Method in class org.xins.client.XINSCallResult
-
Gets all parameters.
- getParameters() - Method in interface org.xins.client.XINSCallResultData
-
Gets all parameters.
- getParameters(Object) - Static method in class org.xins.common.BeanUtils
-
Gets the values returned by the get methods of the given POJO and put
the values in a Map
.
- getParameters() - Method in class org.xins.common.http.HTTPCallRequest
-
Returns the parameters associated with this call request.
- getParameters() - Method in class org.xins.common.spec.ParamComboSpec
-
Gets the parameters defined in the param combo.
- getParameters() - Method in class org.xins.common.spec.TestFormPanel
-
Gets the list of parameters in a URL form.
- getParameters() - Method in class org.xins.server.FunctionRequest
-
Gets the parameters of the function.
- getParameters() - Method in class org.xins.server.FunctionResult
-
Gets all parameters.
- getParametersAsObject(Object) - Static method in class org.xins.common.BeanUtils
-
This method is similar to
BeanUtils.getParameters(Object)
except that objects
using classes of org.xins.common.type.* packages will be translated into
standard Java object java.* packages.
- getParametersAsString(Object) - Static method in class org.xins.common.BeanUtils
-
Gets the values returned by the get methods of the given POJO,
transform it to a String object and put the values in a Map
.
- getParameterValues(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getPathInfo() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getPathTranslated() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getPattern() - Method in class org.xins.common.types.PatternType
-
Returns the pattern.
- getPipeline() - Method in class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
-
- getPort() - Method in class org.xins.common.servlet.container.HTTPServletHandler
-
Returns the port the server is accepting connections on.
- getPrecision() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
-
Returns the time-out precision.
- getProperties() - Method in class org.xins.server.API
-
Gets the runtime properties specified in the implementation.
- getProperties() - Method in class org.xins.server.frontend.SessionManager
-
Gets the session properties.
- getPropertiesMap() - Method in class org.xins.common.collections.AbstractPropertyReader
-
Returns the Map
that contains the properties.
- getProperty(String) - Method in class org.xins.server.frontend.SessionManager
-
Gets the value of a session property.
- getPropertyName() - Method in exception org.xins.common.collections.PropertyException
-
Returns the name of the property.
- getPropertyValue() - Method in exception org.xins.common.collections.InvalidPropertyValueException
-
Returns the (invalid) value of the property.
- getProtocol() - Method in class org.xins.common.service.TargetDescriptor
-
Returns the protocol in the URL for the service.
- getProtocol() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getQueryString() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getReader() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRealPath(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getRealPath(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getReason() - Method in exception org.xins.common.collections.InvalidPropertyValueException
-
Returns the description of the reason.
- getReason() - Method in exception org.xins.common.text.FormatException
-
Returns the reason.
- getRemoteAddr() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRemoteHost() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRemoteUser() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRequest() - Method in class org.xins.client.async.CallCAPIThread
-
Gets the request used to the call the function.
- getRequest() - Method in exception org.xins.common.service.CallException
-
Returns the original request.
- getRequest() - Method in class org.xins.common.service.CallResult
-
Returns the call request.
- getRequestDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getRequestDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRequestedSessionId() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRequestURI() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRequestURL() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getRequiredProperty(Map<String, String>, String) - Static method in class org.xins.common.collections.MapStringUtils
-
Retrieves the specified property and throws a
MissingRequiredPropertyException
if it is not set.
- getRequiredProperty(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Retrieves the specified property and throws a
MissingRequiredPropertyException
if it is not set.
- getResource(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getResourceAsStream(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getResourceAsStream(String) - Method in class org.xins.server.API
-
Gets the resource in the WAR file.
- getResourcePaths(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getResult() - Method in class org.xins.client.async.CallCAPIThread
-
Gets the result returned by the function.
- getResult() - Method in class org.xins.client.async.CallSucceededEvent
-
Gets the result returned by the function.
- getResult() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
Gets the returned message from the servlet.
- getRuleCount() - Method in class org.xins.server.AccessRuleList
-
Counts the number of rules in this list.
- getRuntimeProperties() - Method in class org.xins.server.APIManager
-
Gets the runtime properties.
- getRuntimeProperties() - Method in interface org.xins.server.APIManagerMBean
-
Gets the runtime properties.
- getScheme() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getSecondOfMinute() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns the second of the minute.
- getServerInfo() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getServerName() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getServerPort() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getServiceName() - Method in class org.xins.common.spring.XinsClientInterceptor
-
Gets the name of the API to call.
- getServlet() - Method in class org.xins.common.servlet.container.LocalServletHandler
-
Gets the Servlet.
- getServlet(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getServletClass() - Method in class org.xins.common.servlet.container.LocalServletConfig
-
Gets the class name of the Servlet.
- getServletClassLoader(File, int) - Static method in class org.xins.common.servlet.container.ServletClassLoader
-
Gest the class loader that will loader the servlet.
- getServletConfig() - Method in class org.xins.server.APIServlet
-
Returns the ServletConfig
object which contains the
bootstrap properties for this servlet.
- getServletContext() - Method in class org.xins.common.servlet.container.LocalServletConfig
-
- getServletContext() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getServletContextName() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getServletHandler() - Method in class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
-
- getServletInfo() - Method in class org.xins.server.APIServlet
-
Returns information about this servlet, as plain text.
- getServletName() - Method in class org.xins.common.servlet.container.LocalServletConfig
-
- getServletNames() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getServletPath() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getServlets() - Method in class org.xins.common.servlet.container.XINSServletContext
-
- getSession() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getSession(boolean) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getSessionContext() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getSessionId() - Method in class org.xins.server.frontend.SessionManager
-
Gets the session id.
- getSize() - Method in class org.xins.common.types.ItemList
-
Gets the number of items included in the list.
- getSlotCount() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
-
Returns the number of slots that should be used by expiry collections
that use this strategy.
- getSocketTimeOut() - Method in class org.xins.common.service.TargetDescriptor
-
Returns the socket time-out for a call to the service.
- getSource(String) - Method in class org.xins.common.types.XMLType
-
- getStartupTime() - Method in class org.xins.server.APIManager
-
Gets the time at which the API was started.
- getStartupTime() - Method in interface org.xins.server.APIManagerMBean
-
Gets the time at which the API was started.
- getStartupTimestamp() - Method in class org.xins.server.API
-
Gets the timestamp that indicates when this API
instance
was created.
- getState() - Method in class org.xins.common.manageable.Manageable
-
Gets the current state of this object.
- getStatistics() - Method in class org.xins.server.APIManager
-
Gets the statistics of the functions.
- getStatistics() - Method in interface org.xins.server.APIManagerMBean
-
Gets the statistics of the functions.
- getStatistics(boolean, String) - Method in class org.xins.server.StatisticsInterceptor
-
Returns the call statistics for all functions in this API.
- getStatistics() - Method in class org.xins.server.StatisticsInterceptor
-
- getStatus() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
Gets the status of the returned message.
- getStatusCode() - Method in class org.xins.common.http.HTTPCallResult
-
Returns the HTTP status code.
- getStatusCode() - Method in interface org.xins.common.http.HTTPCallResultData
-
Returns the HTTP status code.
- getStatusCode() - Method in exception org.xins.common.http.StatusCodeHTTPCallException
-
Returns the HTTP status code.
- getStatusCodeForError(String) - Static method in class org.xins.server.ErrorCodeStatusMapping
-
Get the HTTP status code for the given error code
- getStatusCodeVerifier() - Method in class org.xins.common.http.HTTPCallRequest
-
Returns the HTTP status code verifier.
- getStrategy() - Method in class org.xins.common.collections.expiry.ExpiryFolder
-
Returns the strategy associated with this folder.
- getStream() - Method in class org.xins.common.http.HTTPCallResult
-
Returns the returned data as an InputStream
.
- getString() - Method in class org.xins.common.http.HTTPCallResult
-
Returns the returned data as a String
.
- getString(String) - Method in class org.xins.common.http.HTTPCallResult
-
Returns the returned data as a String
in the specified
encoding.
- getString() - Method in exception org.xins.common.text.FormatException
-
Returns the string that is considered invalid.
- getSubElement(String) - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the specified sub element that are included in this element.
- getSubElements() - Method in class org.xins.common.spec.DataSectionElementSpec
-
Gets the specification of the sub elements that are included in this element.
- getSubjectClass() - Method in exception org.xins.common.ProgrammingException
-
Returns the name of the class which exposes the programming error.
- getSubjectMethod() - Method in exception org.xins.common.ProgrammingException
-
Returns the name of the method which exposes the programming error.
- getSucceededTarget() - Method in class org.xins.common.service.CallResult
-
Returns the target for which the call succeeded.
- getSupportedMethods() - Method in class org.xins.server.JSONCallingConvention
-
- getSupportedMethods() - Method in class org.xins.server.JSONRPCCallingConvention
-
- getSupportedMethods() - Method in class org.xins.server.ProtobufCallingConvention
-
- getSupportedMethods() - Method in class org.xins.server.SOAPCallingConvention
-
- getSupportedMethods() - Method in class org.xins.server.XMLCallingConvention
-
- getSupportedMethods() - Method in class org.xins.server.XMLRPCCallingConvention
-
- getTarget() - Method in exception org.xins.common.service.CallException
-
Returns the descriptor for the target that was attempted to be called.
- getTargetByCRC(int) - Method in class org.xins.common.service.Descriptor
-
Returns the TargetDescriptor
that matches the specified
CRC-32 checksum.
- getTargetByCRC(int) - Method in class org.xins.common.service.GroupDescriptor
-
Returns the TargetDescriptor
that matches the specified
CRC-32 checksum.
- getTargetByCRC(int) - Method in class org.xins.common.service.TargetDescriptor
-
Returns the TargetDescriptor
that matches the specified
CRC-32 checksum.
- getTargetCount() - Method in class org.xins.common.service.Descriptor
-
Counts the total number of target descriptors in/under this descriptor.
- getTargetCount() - Method in class org.xins.common.service.GroupDescriptor
-
Counts the total number of target descriptors in/under this descriptor.
- getTargetCount() - Method in class org.xins.common.service.TargetDescriptor
-
Counts the total number of target descriptors in/under this descriptor.
- getTargetDescriptor() - Method in exception org.xins.common.service.UnsupportedProtocolException
-
Returns the target descriptor that has an unsupported protocol.
- getText() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the character content, if any.
- getTimeOut() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
-
Returns the time-out.
- getTimeZone() - Method in class org.xins.server.API
-
Returns the applicable time zone.
- getTotalTimeOut() - Method in class org.xins.common.service.TargetDescriptor
-
Returns the total time-out for a call to the service.
- getTranslationBundle() - Static method in class org.xins.client.Log
-
Retrieves the active translation bundle.
- getTranslationBundle() - Static method in class org.xins.common.Log
-
Retrieves the active translation bundle.
- getTranslationBundle() - Static method in class org.xins.server.Log
-
Retrieves the active translation bundle.
- getType() - Method in exception org.xins.client.UnsuccessfulXINSCallException
-
Returns the type of the error code.
- getType(String) - Static method in class org.xins.common.service.GroupDescriptor
-
Gets a group type by identifier.
- getType() - Method in class org.xins.common.service.GroupDescriptor
-
Returns the type of this group.
- getType() - Method in class org.xins.common.spec.ErrorCodeSpec
-
Gets the type of the error code.
- getType() - Method in class org.xins.common.spec.ParameterSpec
-
Gets the type of the parameter.
- getType() - Method in exception org.xins.common.types.TypeValueException
-
Retrieves the type.
- getUniqueChildElement(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the unique child of this element with the specified name.
- getUniqueChildElement() - Method in class org.xins.common.xml.Element
-
Deprecated.
Gets the unique child of this element.
- getUniqueChildElement() - Method in class org.xins.common.xml.ElementList
-
Gets the unique child of this list.
- getUnused() - Method in class org.xins.common.collections.StatsMap
-
Retrieves the set of unused entries.
- getUnused() - Method in class org.xins.common.collections.StatsPropertyReader
-
Deprecated.
Retrieves the set of unused properties.
- getURL() - Method in class org.xins.common.service.TargetDescriptor
-
Returns the URL for the service.
- getUserAgent() - Method in class org.xins.common.http.HTTPCallConfig
-
Returns the HTTP user agent associated with the HTTP call.
- getUserPrincipal() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- getValue(String) - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getValue() - Method in class org.xins.common.types.EnumItem
-
Gets the value for this enumeration item.
- getValue() - Method in exception org.xins.common.types.TypeValueException
-
Retrieves the value that was considered invalid.
- getValueByName(String) - Method in class org.xins.common.types.EnumType
-
Gets the value matching the specified name.
- getValueClass() - Method in class org.xins.common.types.Type
-
Retrieves the value class.
- getValueNames() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- getVersion() - Static method in class org.xins.client.Library
-
Returns the version of this library.
- getVersion() - Static method in class org.xins.common.Library
-
Returns the version of this library.
- getVersion() - Static method in class org.xins.server.Library
-
Returns the version of this library.
- getWithDefault(Map<String, String>, String, String) - Method in class org.xins.common.collections.MapStringUtils
-
Retrieves a property with the specified name, falling back to a default
value if the property is not set.
- getWithDefault(PropertyReader, String, String) - Method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Retrieves a property with the specified name, falling back to a default
value if the property is not set.
- getWriter() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- getXINSCallConfig() - Method in class org.xins.client.AbstractCAPI
-
Retrieves the call configuration currently associated with this CAPI
object.
- getXINSCallConfig() - Method in class org.xins.client.XINSCallRequest
-
Returns the XINS call configuration.
- getXINSCallConfig() - Method in class org.xins.client.XINSServiceCaller
-
Returns the XINSCallConfig
associated with this service
caller.
- getXINSVersion() - Method in class org.xins.client.AbstractCAPI
-
Returns the version of XINS used to build this CAPI class.
- getXINSVersion() - Method in class org.xins.server.APIManager
-
Gets the version of XINS which is running this API.
- getXINSVersion() - Method in interface org.xins.server.APIManagerMBean
-
Gets the version of XINS which is running this API.
- getYear() - Method in class org.xins.common.types.standard.Date.Value
-
Returns the year.
- getYear() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns the year.
- GROUP_DESCRIPTOR_TYPE - Static variable in class org.xins.common.service.DescriptorBuilder
-
Name identifying a group of descriptors.
- GroupDescriptor - Class in org.xins.common.service
-
Descriptor for a group of services.
- GroupDescriptor(GroupDescriptor.Type, Descriptor[]) - Constructor for class org.xins.common.service.GroupDescriptor
-
Constructs a new GroupDescriptor
.
- GroupDescriptor.Type - Class in org.xins.common.service
-
Type of a group.
- IncorrectSecretKeyException - Exception in org.xins.common.collections
-
Exception that indicates a secret key argument did not match the actual
secret key.
- init() - Method in class org.xins.common.ant.CreateExampleTask
-
- init(Map<String, String>) - Method in class org.xins.common.manageable.Manageable
-
Performs the initialization procedure (wrapper method).
- init(ServletConfig) - Method in class org.xins.server.APIServlet
-
Initializes this servlet using the specified configuration.
- init(Map<String, String>) - Method in class org.xins.server.RuntimeProperties
-
Initialize the runtime properties.
- initData() - Method in class org.xins.common.servlet.container.ConsoleGUI
-
- initData() - Method in class org.xins.common.spec.SpecGUI
-
- initData() - Method in class org.xins.common.spec.TestFormPanel
-
- InitializationException - Exception in org.xins.common.manageable
-
Exception thrown when the initialization of a Manageable
object failed.
- InitializationException(String) - Constructor for exception org.xins.common.manageable.InitializationException
-
Constructs a new InitializationException
with the specified
detail message.
- InitializationException(Throwable) - Constructor for exception org.xins.common.manageable.InitializationException
-
Constructs a new InitializationException
with the specified
cause exception.
- InitializationException(String, Throwable) - Constructor for exception org.xins.common.manageable.InitializationException
-
Constructs a new InitializationException
with the specified
detail message and cause exception.
- INITIALIZING - Static variable in class org.xins.common.manageable.Manageable
-
The INITIALIZING state.
- initImpl(Map<String, String>) - Method in class org.xins.common.manageable.Manageable
-
Performs the initialization procedure (actual implementation).
- initImpl(Map<String, String>) - Method in class org.xins.server.API
-
Initializes this API.
- initImpl(Map<String, String>) - Method in class org.xins.server.ContextIDInterceptor
-
- initImpl(Map<String, String>) - Method in class org.xins.server.frontend.FrontendCallingConvention
-
- initImpl(Map<String, String>) - Method in class org.xins.server.LoadBalancerInterceptor
-
- initImpl(Map<String, String>) - Method in class org.xins.server.XSLTCallingConvention
-
- initServlet(File) - Method in class org.xins.common.servlet.container.LocalServletHandler
-
Initializes the Servlet.
- initServlet(String) - Method in class org.xins.common.servlet.container.LocalServletHandler
-
Initializes the Servlet.
- initUI(JFrame, CommandLineArguments) - Method in class org.xins.common.servlet.container.ConsoleGUI
-
Creates the user interface.
- initUI(JFrame) - Method in class org.xins.common.spec.SpecGUI
-
Creates the user interface.
- initUI() - Method in class org.xins.common.spec.TestFormPanel
-
Creates the user interface.
- Int16 - Class in org.xins.common.types.standard
-
Standard type _int16.
- Int16(String, short, short) - Constructor for class org.xins.common.types.standard.Int16
-
Constructs a new Int16
object (constructor for
subclasses).
- Int32 - Class in org.xins.common.types.standard
-
Standard type _int32.
- Int32(String, int, int) - Constructor for class org.xins.common.types.standard.Int32
-
Constructs a new Int32
object (constructor for
subclasses).
- Int64 - Class in org.xins.common.types.standard
-
Standard type _int64.
- Int64(String, long, long) - Constructor for class org.xins.common.types.standard.Int64
-
Constructs a new Int64
object (constructor for
subclasses).
- Int8 - Class in org.xins.common.types.standard
-
Standard type _int8.
- Int8(String, byte, byte) - Constructor for class org.xins.common.types.standard.Int8
-
Constructs a new Int8
object (constructor for
subclasses).
- Interceptor - Class in org.xins.server
-
Intercepter are similar in concept to Servlet filters except for the following points:
More anchor points: before the calling convention, before the function request,
after the function request and after the calling convention.
- Interceptor() - Constructor for class org.xins.server.Interceptor
-
- InternalErrorException - Exception in org.xins.client
-
Exception thrown to indicate a standard error code was received that
indicates a server-side internal error.
- invalidate() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- InvalidPropertyValueException - Exception in org.xins.common.collections
-
Exception thrown to indicate the property of a value is invalid.
- InvalidPropertyValueException(String, String) - Constructor for exception org.xins.common.collections.InvalidPropertyValueException
-
Constructs a new InvalidPropertyValueException
.
- InvalidPropertyValueException(String, String, String) - Constructor for exception org.xins.common.collections.InvalidPropertyValueException
-
Constructs a new InvalidPropertyValueException
with the
specified reason.
- InvalidRequestException - Exception in org.xins.client
-
Exception thrown to indicate a standard error code was received that
indicates the request from the client-side is considered invalid by the
server-side.
- InvalidRequestException - Exception in org.xins.server
-
Exception that indicates that an incoming request is considered invalid.
- InvalidRequestException(String, Throwable) - Constructor for exception org.xins.server.InvalidRequestException
-
Constructs a new InvalidRequestException
with the specified
detail message and cause exception.
- InvalidRequestException(String) - Constructor for exception org.xins.server.InvalidRequestException
-
Constructs a new InvalidRequestException
with the specified
detail message.
- InvalidRequestFormatException - Exception in org.xins.server
-
Exception that indicates that an incoming request is considered invalid
due to the invalid input format.
- InvalidRequestFormatException(String, Throwable) - Constructor for exception org.xins.server.InvalidRequestFormatException
-
Constructs a new InvalidRequestFormatException
with the specified
detail message and cause exception.
- InvalidRequestFormatException(String) - Constructor for exception org.xins.server.InvalidRequestFormatException
-
Constructs a new InvalidRequestFormatException
with the specified
detail message.
- InvalidRequestResult - Class in org.xins.server
-
Result code that indicates that an input parameter is either missing or invalid.
- InvalidRequestResult() - Constructor for class org.xins.server.InvalidRequestResult
-
Constructs a new InvalidRequestResult
object.
- InvalidResponseException - Exception in org.xins.server
-
Exception that indicates that a response is considered invalid.
- InvalidResponseResult - Class in org.xins.server
-
Result code that indicates that an output parameter is either missing or
invalid.
- InvalidResponseResult() - Constructor for class org.xins.server.InvalidResponseResult
-
Constructs a new InvalidResponseResult
object.
- InvalidResultXINSCallException - Exception in org.xins.client
-
Exception thrown to indicate that the result from a XINS API call was
invalid according to the XINS rules for a XINS call result.
- InvalidSpecificationException - Exception in org.xins.common.spec
-
Thrown when the specification of the API is incorrect or cannot be found.
- invoke(MethodInvocation) - Method in class org.xins.common.spring.XinsClientInterceptor
-
- IOCallException - Exception in org.xins.common.service
-
Exception that indicates that an I/O error interrupted a service call.
- IOCallException(CallRequest, TargetDescriptor, long, IOException) - Constructor for exception org.xins.common.service.IOCallException
-
Constructs a new IOCallException
.
- IOReader - Class in org.xins.common.io
-
Utilities methods to read input streams.
- IOReader() - Constructor for class org.xins.common.io.IOReader
-
- IP - Static variable in interface org.xins.server.BackpackConstants
-
The key used to store the request IP address in the backpack.
- IPAddressUtils - Class in org.xins.common.net
-
IP address-related utility functions.
- IPFilter - Class in org.xins.server
-
Filter for IP addresses.
- ipToInt(String) - Static method in class org.xins.common.net.IPAddressUtils
-
Converts an IP address in the form a.b.c.d to an
int
.
- isAcceptable(int) - Method in interface org.xins.common.http.HTTPStatusCodeVerifier
-
Checks if the specified HTTP status code is considered acceptable or
unacceptable.
- isAllowed(String, String, String) - Method in class org.xins.server.AccessRule
-
Determines if the specified IP address is allowed to access the
specified function, returning a Boolean
object or
null
.
- isAllowed(String, String, String) - Method in interface org.xins.server.AccessRuleContainer
-
Determines if the specified IP address is allowed to access the
specified function.
- isAllowed(String, String, String) - Method in class org.xins.server.AccessRuleFile
-
Determines if the specified IP address is allowed to access the
specified function, returning a Boolean
object or
null
.
- isAllowed(String, String, String) - Method in class org.xins.server.AccessRuleList
-
Determines if the specified IP address is allowed to access the
specified function, returning a Boolean
object or
null
.
- isAllowRule() - Method in class org.xins.server.AccessRule
-
Returns if this rule is an allow or a deny rule.
- isBootstrapped() - Method in class org.xins.common.manageable.Manageable
-
Determines if this object is currently bootstrapped.
- isCommitted() - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- isEmpty(String) - Static method in class org.xins.common.text.TextUtils
-
Determines if the specified string is null
or an empty
string.
- isEnabled() - Method in class org.xins.server.Function
-
Checks if this function is currently accessible.
- isFailOverAllowed() - Method in class org.xins.common.http.HTTPCallRequest
-
Determines whether fail-over is in principle allowed, even if the
request was already sent to the other end.
- isFailOverAllowed() - Method in class org.xins.common.service.CallConfig
-
Determines whether fail-over is unconditionally allowed.
- isFailOverAllowed() - Method in exception org.xins.common.service.CallException
-
Indicates whether this call exception allow for the ServiceCaller to
fail over another TargetDescriptor if available.
- isFailOverAllowed() - Method in exception org.xins.common.service.ConnectionCallException
-
- isFunctionalError(String) - Method in class org.xins.client.AbstractCAPI
-
Returns true
of the error code is a functional error code.
- isGroup() - Method in class org.xins.common.service.Descriptor
-
Checks if this descriptor denotes a group of descriptor of descriptorss.
- isGroup() - Method in class org.xins.common.service.GroupDescriptor
-
Checks if this descriptor denotes a group of descriptors.
- isGroup() - Method in class org.xins.common.service.TargetDescriptor
-
Checks if this descriptor denotes a group of descriptors.
- isHexDigit(char) - Static method in class org.xins.common.text.HexConverter
-
Checks if the specified character is a hexadecimal digit.
- isNew() - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- isNotModified() - Method in class org.xins.client.XINSCallResult
-
Returns whether the result was a not modified result.
- isPCDataAllowed() - Method in class org.xins.common.spec.DataSectionElementSpec
-
Returns whether the element can contain a PCDATA text.
- isProtocolSupported(String) - Method in class org.xins.common.service.ServiceCaller
-
Checks if the specified protocol is supported (wrapper method).
- isProtocolSupportedImpl(String) - Method in class org.xins.client.XINSServiceCaller
-
Checks if the specified protocol is supported (implementation method).
- isProtocolSupportedImpl(String) - Method in class org.xins.common.http.HTTPServiceCaller
-
Checks if the specified protocol is supported (implementation method).
- isProtocolSupportedImpl(String) - Method in class org.xins.common.service.ServiceCaller
-
Checks if the specified protocol is supported (implementation method).
- isRequestedSessionIdFromCookie() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- isRequestedSessionIdFromURL() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- isRequestedSessionIdValid() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- isRequired() - Method in class org.xins.common.spec.ParameterSpec
-
Returns whether the parameter is mandatory.
- isSecure() - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- isSingleton() - Method in class org.xins.common.spring.XinsCapiFactoryBean
-
- isUnique() - Method in class org.xins.common.collections.UniqueProperties
-
Indicates whether a property has been changed in this collection.
- isUsable() - Method in class org.xins.common.manageable.Manageable
-
Determines if this object is currently usable.
- isUserInRole(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- isValidValue(String) - Method in class org.xins.common.types.Type
-
Determines if the specified String
value is considered
valid for this type (wrapper method).
- isValidValueImpl(String) - Method in class org.xins.common.types.EnumType
-
Actually checks if the specified value is valid for this type.
- isValidValueImpl(String) - Method in class org.xins.common.types.List
-
Determines if the specified String
value is considered
valid for this type (implementation method).
- isValidValueImpl(String) - Method in class org.xins.common.types.PatternType
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Base64
-
Determines if the specified String
value is considered
valid for this type (implementation method).
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Boolean
-
Determines if the specified String
value is considered
valid for this type (implementation method).
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Date
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Descriptor
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Float32
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Float64
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Hex
-
Determines if the specified String
value is considered
valid for this type (implementation method).
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int16
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int32
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int64
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int8
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Properties
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.Timestamp
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.URL
-
- isValidValueImpl(String) - Method in class org.xins.common.types.standard.XML
-
- isValidValueImpl(String) - Method in class org.xins.common.types.Type
-
Determines if the specified String
value is considered
valid for this type (implementation method).
- isValidValueImpl(String) - Method in class org.xins.common.types.XMLType
-
- ItemList - Class in org.xins.common.types
-
Item in a list or a set type.
- ItemList() - Constructor for class org.xins.common.types.ItemList
-
Creates a new ItemList
.
- ItemList(boolean) - Constructor for class org.xins.common.types.ItemList
-
Creates a new ItemList
.
- iterateTargets() - Method in class org.xins.common.service.Descriptor
-
- iterateTargets() - Method in class org.xins.common.service.GroupDescriptor
-
Iterates over all leaves, the target descriptors.
- iterateTargets() - Method in class org.xins.common.service.TargetDescriptor
-
Iterates over all leaves, the target descriptors.
- iterator() - Method in class org.xins.common.service.GroupDescriptor
-
- iterator() - Method in class org.xins.common.service.TargetDescriptor
-
- last() - Method in class org.xins.common.service.CallExceptionList
-
Deprecated.
Retrieves the last (most recent) CallException
.
- LB_DISPATCH_STATEGY - Static variable in class org.xins.server.LoadBalancerInterceptor
-
- LB_FORWARD_STATEGY - Static variable in class org.xins.server.LoadBalancerInterceptor
-
- LB_PROPERTY_NAME - Static variable in class org.xins.server.LoadBalancerInterceptor
-
- Library - Class in org.xins.client
-
Class that represents the XINS/Java Client Framework library.
- Library - Class in org.xins.common
-
Class that represents the XINS/Java Common Library.
- Library - Class in org.xins.server
-
Class that represents the XINS/Java Server Framework library.
- LINE_DELIMITER - Static variable in class org.xins.common.service.DescriptorBuilder
-
Delimiter between property lines.
- List - Class in org.xins.common.types
-
Abstract base class for list types.
- List(String, Type) - Constructor for class org.xins.common.types.List
-
Constructs a new List
object (constructor for
subclasses).
- List - Class in org.xins.common.types.standard
-
Standard type _list.
- List.Value - Class in org.xins.common.types.standard
-
Inner class that represents a list of String.
- List.Value() - Constructor for class org.xins.common.types.standard.List.Value
-
- LoadBalancerInterceptor - Class in org.xins.server
-
Interceptor that redirect requests to other servers.
- LoadBalancerInterceptor() - Constructor for class org.xins.server.LoadBalancerInterceptor
-
- LocalServletConfig - Class in org.xins.common.servlet.container
-
This class is an implementation of the ServletConfig that can be
called locally.
- LocalServletConfig(File) - Constructor for class org.xins.common.servlet.container.LocalServletConfig
-
Creates a new Servlet configuration.
- LocalServletHandler - Class in org.xins.common.servlet.container
-
This class allows to invoke a XINS API without using HTTP.
- LocalServletHandler(File) - Constructor for class org.xins.common.servlet.container.LocalServletHandler
-
Creates a Servlet handler that allow to invoke a Servlet without starting
a HTTP server.
- LocalServletHandler(String) - Constructor for class org.xins.common.servlet.container.LocalServletHandler
-
Creates a Servlet handler that allow to invoke a Servlet without starting
a HTTP server.
- Log - Class in org.xins.client
-
Logger for the org.xins.client domain.
- Log - Class in org.xins.common
-
Logger for the org.xins.common domain.
- log(Exception, String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- log(String) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- log(String, Throwable) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- Log - Class in org.xins.server
-
Logger for the org.xins.server domain.
- log_1050(String, String, String, String, String) - Static method in class org.xins.common.Log
-
Logs message 1050, in the log entry group Low-level generic messages.
- log_1051(String, String, String, String, String, String, String) - Static method in class org.xins.common.Log
-
Logs message 1051, in the log entry group Low-level generic messages.
- log_1052(Throwable, String, String, String, String, String) - Static method in class org.xins.common.Log
-
Logs message 1052, in the log entry group Low-level generic messages.
- log_1053(String) - Static method in class org.xins.common.Log
-
Logs message 1053, in the log entry group Low-level generic messages.
- log_1100(String, Object) - Static method in class org.xins.common.Log
-
Logs message 1100, in the log entry group HTTP-related.
- log_1101(String, Object, long) - Static method in class org.xins.common.Log
-
Logs message 1101, in the log entry group HTTP-related.
- log_1102(String, Object, long) - Static method in class org.xins.common.Log
-
Logs message 1102, in the log entry group HTTP-related.
- log_1103(String, Object, long) - Static method in class org.xins.common.Log
-
Logs message 1103, in the log entry group HTTP-related.
- log_1104(String, Object, long, int) - Static method in class org.xins.common.Log
-
Logs message 1104, in the log entry group HTTP-related.
- log_1105(String, Object, long, int) - Static method in class org.xins.common.Log
-
Logs message 1105, in the log entry group HTTP-related.
- log_1106(String, Object, long, int) - Static method in class org.xins.common.Log
-
Logs message 1106, in the log entry group HTTP-related.
- log_1107(String, Object, long, int) - Static method in class org.xins.common.Log
-
Logs message 1107, in the log entry group HTTP-related.
- log_1108(String, Object, long, int) - Static method in class org.xins.common.Log
-
Logs message 1108, in the log entry group HTTP-related.
- log_1109(Throwable, String, Object, long) - Static method in class org.xins.common.Log
-
Logs message 1109, in the log entry group HTTP-related.
- log_1110(String, Object, long) - Static method in class org.xins.common.Log
-
Logs message 1110, in the log entry group HTTP-related.
- log_1200(int, String, int) - Static method in class org.xins.common.Log
-
Logs message 1200, in the log entry group General I/O.
- log_1201(int, String, int, int) - Static method in class org.xins.common.Log
-
Logs message 1201, in the log entry group General I/O.
- log_1202(int, String) - Static method in class org.xins.common.Log
-
Logs message 1202, in the log entry group General I/O.
- log_1203(int, String) - Static method in class org.xins.common.Log
-
Logs message 1203, in the log entry group General I/O.
- log_1204(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1204, in the log entry group General I/O.
- log_1250(int, int) - Static method in class org.xins.common.Log
-
Logs message 1250, in the log entry group Text.
- log_1300(Throwable, String) - Static method in class org.xins.common.Log
-
Logs message 1300, in the log entry group Service calling framework.
- log_1301(String) - Static method in class org.xins.common.Log
-
Logs message 1301, in the log entry group Service calling framework.
- log_1302(String) - Static method in class org.xins.common.Log
-
Logs message 1302, in the log entry group Service calling framework.
- log_1303() - Static method in class org.xins.common.Log
-
Logs message 1303, in the log entry group Service calling framework.
- log_1304() - Static method in class org.xins.common.Log
-
Logs message 1304, in the log entry group Service calling framework.
- log_1305() - Static method in class org.xins.common.Log
-
Logs message 1305, in the log entry group Service calling framework.
- log_1306() - Static method in class org.xins.common.Log
-
Logs message 1306, in the log entry group Service calling framework.
- log_1307() - Static method in class org.xins.common.Log
-
Logs message 1307, in the log entry group Service calling framework.
- log_1308(String) - Static method in class org.xins.common.Log
-
Logs message 1308, in the log entry group Service calling framework.
- log_1309(String) - Static method in class org.xins.common.Log
-
Logs message 1309, in the log entry group Service calling framework.
- log_1350(String, String, String) - Static method in class org.xins.common.Log
-
Logs message 1350, in the log entry group Generic collection classes.
- log_1351(String, String, String) - Static method in class org.xins.common.Log
-
Logs message 1351, in the log entry group Generic collection classes.
- log_1400(int, String, int) - Static method in class org.xins.common.Log
-
Logs message 1400, in the log entry group Expiry-related collection classes.
- log_1401(int, String, int) - Static method in class org.xins.common.Log
-
Logs message 1401, in the log entry group Expiry-related collection classes.
- log_1402(int) - Static method in class org.xins.common.Log
-
Logs message 1402, in the log entry group Expiry-related collection classes.
- log_1403(int) - Static method in class org.xins.common.Log
-
Logs message 1403, in the log entry group Expiry-related collection classes.
- log_1404(int, long) - Static method in class org.xins.common.Log
-
Logs message 1404, in the log entry group Expiry-related collection classes.
- log_1405(int, long) - Static method in class org.xins.common.Log
-
Logs message 1405, in the log entry group Expiry-related collection classes.
- log_1406(int, long) - Static method in class org.xins.common.Log
-
Logs message 1406, in the log entry group Expiry-related collection classes.
- log_1407(int) - Static method in class org.xins.common.Log
-
Logs message 1407, in the log entry group Expiry-related collection classes.
- log_1408(int, String) - Static method in class org.xins.common.Log
-
Logs message 1408, in the log entry group Expiry-related collection classes.
- log_1409(int, long, long) - Static method in class org.xins.common.Log
-
Logs message 1409, in the log entry group Expiry-related collection classes.
- log_1500(int) - Static method in class org.xins.common.Log
-
Logs message 1500, in the log entry group Servlet container.
- log_1501(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1501, in the log entry group Servlet container.
- log_1502(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1502, in the log entry group Servlet container.
- log_1503(String) - Static method in class org.xins.common.Log
-
Logs message 1503, in the log entry group Servlet container.
- log_1504(String) - Static method in class org.xins.common.Log
-
Logs message 1504, in the log entry group Servlet container.
- log_1505(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1505, in the log entry group Servlet container.
- log_1506(String, int) - Static method in class org.xins.common.Log
-
Logs message 1506, in the log entry group Servlet container.
- log_1507() - Static method in class org.xins.common.Log
-
Logs message 1507, in the log entry group Servlet container.
- log_1508(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1508, in the log entry group Servlet container.
- log_1509(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1509, in the log entry group Servlet container.
- log_1510(String) - Static method in class org.xins.common.Log
-
Logs message 1510, in the log entry group Servlet container.
- log_1511(Throwable, String) - Static method in class org.xins.common.Log
-
Logs message 1511, in the log entry group Servlet container.
- log_1512(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1512, in the log entry group Servlet container.
- log_1513(String) - Static method in class org.xins.common.Log
-
Logs message 1513, in the log entry group Servlet container.
- log_1514(String, String) - Static method in class org.xins.common.Log
-
Logs message 1514, in the log entry group Servlet container.
- log_1550(Throwable) - Static method in class org.xins.common.Log
-
Logs message 1550, in the log entry group XML.
- log_1600(String, String, String, String, String) - Static method in class org.xins.common.Log
-
Logs message 1600, in the log entry group Utilities.
- log_2100(String, String, Object) - Static method in class org.xins.client.Log
-
Logs message 2100, in the log entry group XINS service calling.
- log_2101(String, String, Object, long) - Static method in class org.xins.client.Log
-
Logs message 2101, in the log entry group XINS service calling.
- log_2102(String, String, Object, long) - Static method in class org.xins.client.Log
-
Logs message 2102, in the log entry group XINS service calling.
- log_2103(String, String, Object, long) - Static method in class org.xins.client.Log
-
Logs message 2103, in the log entry group XINS service calling.
- log_2104(String, String, Object, long, int) - Static method in class org.xins.client.Log
-
Logs message 2104, in the log entry group XINS service calling.
- log_2105(String, String, Object, long, int) - Static method in class org.xins.client.Log
-
Logs message 2105, in the log entry group XINS service calling.
- log_2106(String, String, Object, long, int) - Static method in class org.xins.client.Log
-
Logs message 2106, in the log entry group XINS service calling.
- log_2108(String, String, Object, long, int) - Static method in class org.xins.client.Log
-
Logs message 2108, in the log entry group XINS service calling.
- log_2109(Throwable, String, String, Object, long) - Static method in class org.xins.client.Log
-
Logs message 2109, in the log entry group XINS service calling.
- log_2110(String, String, Object, long, String) - Static method in class org.xins.client.Log
-
Logs message 2110, in the log entry group XINS service calling.
- log_2111(Throwable, String, String, Object, long) - Static method in class org.xins.client.Log
-
Logs message 2111, in the log entry group XINS service calling.
- log_2112(String, String, Object, long, String) - Static method in class org.xins.client.Log
-
Logs message 2112, in the log entry group XINS service calling.
- log_2113(String, Object, long, String) - Static method in class org.xins.client.Log
-
Logs message 2113, in the log entry group XINS service calling.
- log_2114(String, String, String) - Static method in class org.xins.client.Log
-
Logs message 2114, in the log entry group XINS service calling.
- log_2115(String, String, Object, long, String) - Static method in class org.xins.client.Log
-
Logs message 2115, in the log entry group XINS service calling.
- log_2116(Throwable, String) - Static method in class org.xins.client.Log
-
Logs message 2116, in the log entry group XINS service calling.
- log_2117(Throwable) - Static method in class org.xins.client.Log
-
Logs message 2117, in the log entry group XINS service calling.
- log_2200(String, String) - Static method in class org.xins.client.Log
-
Logs message 2200, in the log entry group XINS call result parsing.
- log_2201() - Static method in class org.xins.client.Log
-
Logs message 2201, in the log entry group XINS call result parsing.
- log_2202(String) - Static method in class org.xins.client.Log
-
Logs message 2202, in the log entry group XINS call result parsing.
- log_2203(String) - Static method in class org.xins.client.Log
-
Logs message 2203, in the log entry group XINS call result parsing.
- log_2204(String, String) - Static method in class org.xins.client.Log
-
Logs message 2204, in the log entry group XINS call result parsing.
- log_2205(Throwable, String) - Static method in class org.xins.client.Log
-
Logs message 2205, in the log entry group XINS call result parsing.
- log_2206(String, String) - Static method in class org.xins.client.Log
-
Logs message 2206, in the log entry group XINS call result parsing.
- log_2300(Throwable, double, String, String, long, String, Object, Object) - Static method in class org.xins.client.Log
-
Logs message 2300, in the log entry group Transaction logging.
- log_2301(Throwable, double, String, String, long, String) - Static method in class org.xins.client.Log
-
Logs message 2301, in the log entry group Transaction logging.
- log_3003(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3003, in the log entry group Servlet.
- log_3004(Double) - Static method in class org.xins.server.Log
-
Logs message 3004, in the log entry group Servlet.
- log_3005(String) - Static method in class org.xins.server.Log
-
Logs message 3005, in the log entry group Servlet.
- log_3100(String, String) - Static method in class org.xins.server.Log
-
Logs message 3100, in the log entry group Internal lifespan-related.
- log_3101(String, String) - Static method in class org.xins.server.Log
-
Logs message 3101, in the log entry group Internal lifespan-related.
- log_3200(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3200, in the log entry group Bootstrapping.
- log_3202(String) - Static method in class org.xins.server.Log
-
Logs message 3202, in the log entry group Bootstrapping.
- log_3203(String, String) - Static method in class org.xins.server.Log
-
Logs message 3203, in the log entry group Bootstrapping.
- log_3205(String) - Static method in class org.xins.server.Log
-
Logs message 3205, in the log entry group Bootstrapping.
- log_3206(String) - Static method in class org.xins.server.Log
-
Logs message 3206, in the log entry group Bootstrapping.
- log_3207(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3207, in the log entry group Bootstrapping.
- log_3208(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3208, in the log entry group Bootstrapping.
- log_3209(String, String) - Static method in class org.xins.server.Log
-
Logs message 3209, in the log entry group Bootstrapping.
- log_3210(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3210, in the log entry group Bootstrapping.
- log_3211(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3211, in the log entry group Bootstrapping.
- log_3212(String, String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3212, in the log entry group Bootstrapping.
- log_3213(String, String) - Static method in class org.xins.server.Log
-
Logs message 3213, in the log entry group Bootstrapping.
- log_3215(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3215, in the log entry group Bootstrapping.
- log_3216(String, String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3216, in the log entry group Bootstrapping.
- log_3217(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3217, in the log entry group Bootstrapping.
- log_3218(String, String) - Static method in class org.xins.server.Log
-
Logs message 3218, in the log entry group Bootstrapping.
- log_3220(String, String) - Static method in class org.xins.server.Log
-
Logs message 3220, in the log entry group Bootstrapping.
- log_3222(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3222, in the log entry group Bootstrapping.
- log_3223(String, String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3223, in the log entry group Bootstrapping.
- log_3224(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3224, in the log entry group Bootstrapping.
- log_3225(String) - Static method in class org.xins.server.Log
-
Logs message 3225, in the log entry group Bootstrapping.
- log_3226(String, String) - Static method in class org.xins.server.Log
-
Logs message 3226, in the log entry group Bootstrapping.
- log_3227(String) - Static method in class org.xins.server.Log
-
Logs message 3227, in the log entry group Bootstrapping.
- log_3228(String) - Static method in class org.xins.server.Log
-
Logs message 3228, in the log entry group Bootstrapping.
- log_3230(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3230, in the log entry group Bootstrapping.
- log_3231(String) - Static method in class org.xins.server.Log
-
Logs message 3231, in the log entry group Bootstrapping.
- log_3232(String) - Static method in class org.xins.server.Log
-
Logs message 3232, in the log entry group Bootstrapping.
- log_3233() - Static method in class org.xins.server.Log
-
Logs message 3233, in the log entry group Bootstrapping.
- log_3234() - Static method in class org.xins.server.Log
-
Logs message 3234, in the log entry group Bootstrapping.
- log_3235(String) - Static method in class org.xins.server.Log
-
Logs message 3235, in the log entry group Bootstrapping.
- log_3237(String, String) - Static method in class org.xins.server.Log
-
Logs message 3237, in the log entry group Bootstrapping.
- log_3239(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3239, in the log entry group Bootstrapping.
- log_3240(String) - Static method in class org.xins.server.Log
-
Logs message 3240, in the log entry group Bootstrapping.
- log_3242(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3242, in the log entry group Bootstrapping.
- log_3243(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3243, in the log entry group Bootstrapping.
- log_3244(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3244, in the log entry group Bootstrapping.
- log_3245(String) - Static method in class org.xins.server.Log
-
Logs message 3245, in the log entry group Bootstrapping.
- log_3246() - Static method in class org.xins.server.Log
-
Logs message 3246, in the log entry group Bootstrapping.
- log_3247(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3247, in the log entry group Bootstrapping.
- log_3248() - Static method in class org.xins.server.Log
-
Logs message 3248, in the log entry group Bootstrapping.
- log_3249(String) - Static method in class org.xins.server.Log
-
Logs message 3249, in the log entry group Bootstrapping.
- log_3251(String) - Static method in class org.xins.server.Log
-
Logs message 3251, in the log entry group Bootstrapping.
- log_3300(String) - Static method in class org.xins.server.Log
-
Logs message 3300, in the log entry group Logging subsystem.
- log_3301(String, String) - Static method in class org.xins.server.Log
-
Logs message 3301, in the log entry group Logging subsystem.
- log_3302(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3302, in the log entry group Logging subsystem.
- log_3303(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3303, in the log entry group Logging subsystem.
- log_3304(String) - Static method in class org.xins.server.Log
-
Logs message 3304, in the log entry group Logging subsystem.
- log_3305() - Static method in class org.xins.server.Log
-
Logs message 3305, in the log entry group Logging subsystem.
- log_3306(String, String) - Static method in class org.xins.server.Log
-
Logs message 3306, in the log entry group Logging subsystem.
- log_3307(String, String) - Static method in class org.xins.server.Log
-
Logs message 3307, in the log entry group Logging subsystem.
- log_3308(String, String) - Static method in class org.xins.server.Log
-
Logs message 3308, in the log entry group Logging subsystem.
- log_3309(String) - Static method in class org.xins.server.Log
-
Logs message 3309, in the log entry group Logging subsystem.
- log_3310(String, String) - Static method in class org.xins.server.Log
-
Logs message 3310, in the log entry group Logging subsystem.
- log_3311(String) - Static method in class org.xins.server.Log
-
Logs message 3311, in the log entry group Logging subsystem.
- log_3400(String) - Static method in class org.xins.server.Log
-
Logs message 3400, in the log entry group Initialization.
- log_3401(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3401, in the log entry group Initialization.
- log_3403(String, int, int) - Static method in class org.xins.server.Log
-
Logs message 3403, in the log entry group Initialization.
- log_3404(String, String) - Static method in class org.xins.server.Log
-
Logs message 3404, in the log entry group Initialization.
- log_3405(String) - Static method in class org.xins.server.Log
-
Logs message 3405, in the log entry group Initialization.
- log_3406(String) - Static method in class org.xins.server.Log
-
Logs message 3406, in the log entry group Initialization.
- log_3407(String) - Static method in class org.xins.server.Log
-
Logs message 3407, in the log entry group Initialization.
- log_3408(String, String, int) - Static method in class org.xins.server.Log
-
Logs message 3408, in the log entry group Initialization.
- log_3409(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3409, in the log entry group Initialization.
- log_3410(String, String) - Static method in class org.xins.server.Log
-
Logs message 3410, in the log entry group Initialization.
- log_3411(String, String) - Static method in class org.xins.server.Log
-
Logs message 3411, in the log entry group Initialization.
- log_3412(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3412, in the log entry group Initialization.
- log_3413(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3413, in the log entry group Initialization.
- log_3414(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3414, in the log entry group Initialization.
- log_3415() - Static method in class org.xins.server.Log
-
Logs message 3415, in the log entry group Initialization.
- log_3416(String, String) - Static method in class org.xins.server.Log
-
Logs message 3416, in the log entry group Initialization.
- log_3418(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3418, in the log entry group Initialization.
- log_3419(String, String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3419, in the log entry group Initialization.
- log_3420(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3420, in the log entry group Initialization.
- log_3421(String, String) - Static method in class org.xins.server.Log
-
Logs message 3421, in the log entry group Initialization.
- log_3423(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3423, in the log entry group Initialization.
- log_3424(String, String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3424, in the log entry group Initialization.
- log_3425(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3425, in the log entry group Initialization.
- log_3426(String) - Static method in class org.xins.server.Log
-
Logs message 3426, in the log entry group Initialization.
- log_3427(int) - Static method in class org.xins.server.Log
-
Logs message 3427, in the log entry group Initialization.
- log_3428(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3428, in the log entry group Initialization.
- log_3429(int, String) - Static method in class org.xins.server.Log
-
Logs message 3429, in the log entry group Initialization.
- log_3431() - Static method in class org.xins.server.Log
-
Logs message 3431, in the log entry group Initialization.
- log_3432(String) - Static method in class org.xins.server.Log
-
Logs message 3432, in the log entry group Initialization.
- log_3433(String) - Static method in class org.xins.server.Log
-
Logs message 3433, in the log entry group Initialization.
- log_3434(String) - Static method in class org.xins.server.Log
-
Logs message 3434, in the log entry group Initialization.
- log_3435(String) - Static method in class org.xins.server.Log
-
Logs message 3435, in the log entry group Initialization.
- log_3436(String) - Static method in class org.xins.server.Log
-
Logs message 3436, in the log entry group Initialization.
- log_3437(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3437, in the log entry group Initialization.
- log_3438(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3438, in the log entry group Initialization.
- log_3439(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3439, in the log entry group Initialization.
- log_3440() - Static method in class org.xins.server.Log
-
Logs message 3440, in the log entry group Initialization.
- log_3441() - Static method in class org.xins.server.Log
-
Logs message 3441, in the log entry group Initialization.
- log_3442(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3442, in the log entry group Initialization.
- log_3443(String) - Static method in class org.xins.server.Log
-
Logs message 3443, in the log entry group Initialization.
- log_3444(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3444, in the log entry group Initialization.
- log_3446(String, int) - Static method in class org.xins.server.Log
-
Logs message 3446, in the log entry group Initialization.
- log_3500(Throwable, String, int) - Static method in class org.xins.server.Log
-
Logs message 3500, in the log entry group Runtime.
- log_3501(String, int, String) - Static method in class org.xins.server.Log
-
Logs message 3501, in the log entry group Runtime.
- log_3502(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3502, in the log entry group Runtime.
- log_3503(String, int, int, int) - Static method in class org.xins.server.Log
-
Logs message 3503, in the log entry group Runtime.
- log_3504(String, long) - Static method in class org.xins.server.Log
-
Logs message 3504, in the log entry group Runtime.
- log_3505(String) - Static method in class org.xins.server.Log
-
Logs message 3505, in the log entry group Runtime.
- log_3506(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3506, in the log entry group Runtime.
- log_3507(String, String) - Static method in class org.xins.server.Log
-
Logs message 3507, in the log entry group Runtime.
- log_3508() - Static method in class org.xins.server.Log
-
Logs message 3508, in the log entry group Runtime.
- log_3509(String) - Static method in class org.xins.server.Log
-
Logs message 3509, in the log entry group Runtime.
- log_3510() - Static method in class org.xins.server.Log
-
Logs message 3510, in the log entry group Runtime.
- log_3511() - Static method in class org.xins.server.Log
-
Logs message 3511, in the log entry group Runtime.
- log_3512() - Static method in class org.xins.server.Log
-
Logs message 3512, in the log entry group Runtime.
- log_3513() - Static method in class org.xins.server.Log
-
Logs message 3513, in the log entry group Runtime.
- log_3514() - Static method in class org.xins.server.Log
-
Logs message 3514, in the log entry group Runtime.
- log_3515() - Static method in class org.xins.server.Log
-
Logs message 3515, in the log entry group Runtime.
- log_3516(String, Object) - Static method in class org.xins.server.Log
-
Logs message 3516, in the log entry group Runtime.
- log_3517(String, String) - Static method in class org.xins.server.Log
-
Logs message 3517, in the log entry group Runtime.
- log_3520(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3520, in the log entry group HTTP-level.
- log_3521(String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3521, in the log entry group HTTP-level.
- log_3523(Throwable, String, String, String, String, int, String) - Static method in class org.xins.server.Log
-
Logs message 3523, in the log entry group HTTP-level.
- log_3540(String, String, String, long, String, Object, Object) - Static method in class org.xins.server.Log
-
Logs message 3540, in the log entry group Transaction logging.
- log_3541(String, String, String, long, String) - Static method in class org.xins.server.Log
-
Logs message 3541, in the log entry group Transaction logging.
- log_3550(String, String, String, int, String) - Static method in class org.xins.server.Log
-
Logs message 3550, in the log entry group Access rule matching.
- log_3551(String, String, String, int, String) - Static method in class org.xins.server.Log
-
Logs message 3551, in the log entry group Access rule matching.
- log_3553(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3553, in the log entry group Access rule matching.
- log_3570(String, String) - Static method in class org.xins.server.Log
-
Logs message 3570, in the log entry group Calling Convention.
- log_3571(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3571, in the log entry group Calling Convention.
- log_3581(String) - Static method in class org.xins.server.Log
-
Logs message 3581, in the log entry group Diagnostic Context Identifiers.
- log_3582(String) - Static method in class org.xins.server.Log
-
Logs message 3582, in the log entry group Diagnostic Context Identifiers.
- log_3583(String) - Static method in class org.xins.server.Log
-
Logs message 3583, in the log entry group Diagnostic Context Identifiers.
- log_3600() - Static method in class org.xins.server.Log
-
Logs message 3600, in the log entry group Shutdown.
- log_3602() - Static method in class org.xins.server.Log
-
Logs message 3602, in the log entry group Shutdown.
- log_3603(String, String) - Static method in class org.xins.server.Log
-
Logs message 3603, in the log entry group Shutdown.
- log_3605(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3605, in the log entry group Shutdown.
- log_3606(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3606, in the log entry group Shutdown.
- log_3607(String, String) - Static method in class org.xins.server.Log
-
Logs message 3607, in the log entry group Shutdown.
- log_3609(String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3609, in the log entry group Shutdown.
- log_3610(Throwable, String, String) - Static method in class org.xins.server.Log
-
Logs message 3610, in the log entry group Shutdown.
- log_3700(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3700, in the log entry group Front-end calling convention.
- log_3701(Throwable, String) - Static method in class org.xins.server.Log
-
Logs message 3701, in the log entry group Front-end calling convention.
- log_3702(Throwable) - Static method in class org.xins.server.Log
-
Logs message 3702, in the log entry group Front-end calling convention.
- log_3703(Throwable, String, String, String, String) - Static method in class org.xins.server.Log
-
Logs message 3703, in the log entry group Front-end calling convention.
- log_3704(String) - Static method in class org.xins.server.Log
-
Logs message 3704, in the log entry group Front-end calling convention.
- log_3705(String) - Static method in class org.xins.server.Log
-
Logs message 3705, in the log entry group Front-end calling convention.
- logIgnoredException(Throwable) - Static method in class org.xins.common.Utils
-
Logs an exception that will be ignored.
- logIgnoredException(String, String, String, String, Throwable) - Static method in class org.xins.common.Utils
-
- logProgrammingError(String) - Static method in class org.xins.common.Utils
-
Logs a programming error with an optional cause exception, and returns a
ProgrammingException
object for it.
- logProgrammingError(Throwable) - Static method in class org.xins.common.Utils
-
Logs a programming error with an optional cause exception, and returns a
ProgrammingException
object for it.
- logProgrammingError(String, Throwable) - Static method in class org.xins.common.Utils
-
Logs a programming error with an optional cause exception and an optional
message, and returns a ProgrammingException
object for it.
- logProgrammingError(String, String, String, String, String, Throwable) - Static method in class org.xins.common.Utils
-
- logProgrammingError(String, String, String, String, String) - Static method in class org.xins.common.Utils
-
- logTransaction(FunctionRequest, FunctionResult) - Method in class org.xins.server.TransactionLoggingInterceptor
-
Logs the specified transaction.
- SAXParserProvider - Class in org.xins.common.xml
-
Provider for SAXParser
instances.
- securityException(SecurityException) - Method in interface org.xins.common.io.FileWatcher.Listener
-
Callback method, called if an authorisation error prevents that the
file is checked for existence and last modification date.
- sendError(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- sendError(int, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- sendRedirect(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- serialize(PropertyReader, FastStringBuffer, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
- serialize(Element) - Method in class org.xins.common.xml.ElementSerializer
-
Deprecated.
Serializes the element to XML.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.xins.server.APIServlet
-
Handles an HTTP request to this servlet.
- ServiceCaller - Class in org.xins.common.service
-
Abstraction of a service caller for a TCP-based service.
- ServiceCaller(Descriptor, CallConfig) - Constructor for class org.xins.common.service.ServiceCaller
-
Constructs a new ServiceCaller
with the specified
CallConfig
.
- ServletClassLoader - Class in org.xins.common.servlet.container
-
Class used to get the Servlet Class loader.
- ServletClassLoader() - Constructor for class org.xins.common.servlet.container.ServletClassLoader
-
- ServletConfigPropertyReader - Class in org.xins.common.servlet
-
Deprecated.
- ServletConfigPropertyReader(ServletConfig) - Constructor for class org.xins.common.servlet.ServletConfigPropertyReader
-
Deprecated.
Constructs a new ServletConfigPropertyReader
.
- servletConfigToMap(ServletConfig) - Static method in class org.xins.common.servlet.ServletToMapConverter
-
Returns a Map that contains the initialization properties from a ServletConfig
object.
- ServletRequestPropertyReader - Class in org.xins.common.servlet
-
Deprecated.
- ServletRequestPropertyReader(ServletRequest) - Constructor for class org.xins.common.servlet.ServletRequestPropertyReader
-
Deprecated.
Constructs a new ServletRequestPropertyReader
for a
ServletRequest
.
- ServletRequestPropertyReader(HttpServletRequest) - Constructor for class org.xins.common.servlet.ServletRequestPropertyReader
-
Deprecated.
Constructs a new ServletRequestPropertyReader
for an
HttpServletRequest
.
- servletRequestToMap(HttpServletRequest) - Static method in class org.xins.common.servlet.ServletToMapConverter
-
Returns a Map that contains the parameters from a ServletRequest
object.
- ServletToMapConverter - Class in org.xins.common.servlet
-
Class used to convert Servlet properties to Map<String, String>.
- ServletToMapConverter() - Constructor for class org.xins.common.servlet.ServletToMapConverter
-
- SessionManager - Class in org.xins.server.frontend
-
Manager for the sessions and session properties for the XINS front-end framework.
- SessionManager(API) - Constructor for class org.xins.server.frontend.SessionManager
-
Creates the session manager.
- set(String, String) - Method in class org.xins.common.collections.BasicPropertyReader
-
Sets the specified property.
- set(Object, String, String) - Method in class org.xins.common.collections.ProtectedPropertyReader
-
Sets the specified property to the specified value.
- Set - Class in org.xins.common.types.standard
-
Standard type _set.
- Set.Value - Class in org.xins.common.types.standard
-
Inner class that represents a set of String.
- Set.Value() - Constructor for class org.xins.common.types.standard.Set.Value
-
Creates a new set.
- setApiLocation(String) - Method in class org.xins.common.ant.CallXINSTask
-
Sets the URL location of the API.
- setAttribute(String, Object) - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- setAttribute(String, Object) - Method in class org.xins.common.servlet.container.XINSServletContext
-
- setAttribute(String, Object) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- setAttribute(String, String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the specified attribute.
- setAttribute(String, String, String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the specified attribute.
- setAttribute(String, String, String, String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the specified attribute.
- setAttribute(String, String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Sets the specified attribute.
- setAttribute(String, String, String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Sets the specified attribute.
- setAttribute(String, String, String, String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Sets the specified attribute.
- setBufferSize(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setCache(int) - Method in class org.xins.common.spec.FunctionSpec
-
Sets the number of seconds the result of this method could be cached.
- setCallConfig(CallConfig) - Method in class org.xins.common.service.CallRequest
-
Sets the call configuration associated with this request.
- setCallConfig(CallConfig) - Method in class org.xins.common.service.ServiceCaller
-
Sets the CallConfig
associated with this service caller.
- setChar(int, char) - Method in class org.xins.common.text.FastStringBuffer
-
Deprecated.
Sets the character at the specified index.
- setCharacterEncoding(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
-
- setContentLength(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setContentType(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
Sets the content type.
- setDataElementAttribute(Element, String, String, String) - Method in class org.xins.server.SOAPCallingConvention
-
Writes the attribute a output data element for the returned SOAP element.
- setDataElementAttribute(Element, String, String, String) - Method in class org.xins.server.SOAPMapCallingConvention
-
- setDataSection(Element) - Method in class org.xins.client.XINSCallRequest
-
Sets the data section for the input.
- setDateHeader(String, long) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setDescriptor(Descriptor) - Method in class org.xins.client.XINSServiceCaller
-
- setDescriptor(Descriptor) - Method in class org.xins.common.service.ServiceCaller
-
Sets the descriptor.
- setDestdir(File) - Method in class org.xins.common.ant.XsltPlusTask
-
Sets the destination directory.
- setEnabled(boolean) - Method in class org.xins.server.Function
-
Sets if this function is currently accessible.
- setExampleProperty(String) - Method in class org.xins.common.ant.CreateExampleTask
-
Sets the name of the property in which the result should be stored.
- setFailOverAllowed(boolean) - Method in class org.xins.common.service.CallConfig
-
Configures whether fail-over is unconditionally allowed.
- setFollowRedirect(boolean) - Method in class org.xins.client.XINSCallConfig
-
Sets the action to perform if a redirect is returned from the server.
- setFollowRedirect(boolean) - Method in class org.xins.common.http.HTTPCallConfig
-
Sets the action to perform if a redirect is returned from the server.
- setFrom(String) - Method in class org.xins.common.ant.HungarianMapper
-
Sets the from part of the transformation rule.
- setFunction(String) - Method in class org.xins.common.ant.CallXINSTask
-
Sets the name of the API function to call.
- setFunctionProperty(String) - Method in class org.xins.common.ant.CreateExampleTask
-
Sets the name of the property in which the name of the function should be stored.
- setHeader(String, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setHTTPCallConfig(HTTPCallConfig) - Method in class org.xins.common.http.HTTPCallRequest
-
Sets the associated HTTP call configuration.
- setHTTPCallConfig(HTTPCallConfig) - Method in class org.xins.common.http.HTTPServiceCaller
-
Sets the HTTPCallConfig
associated with this HTTP service
caller.
- setHttpClient(HttpClient) - Method in class org.xins.client.XINSCallConfig
-
Sets the HttpClient to use to call the URL.
- setHttpClient(HttpClient) - Method in class org.xins.common.http.HTTPCallConfig
-
Sets the HttpClient to use to call the URL.
- setHTTPMethod(HTTPMethod) - Method in class org.xins.client.XINSCallConfig
-
Sets the HTTP method associated with this configuration.
- setIncludes(String) - Method in class org.xins.common.ant.XsltPlusTask
-
Sets the files to include in the transformation.
- setIndentation(boolean) - Method in class org.xins.common.xml.Viewer
-
Indicates whether to indent the XML or leave it as received.
- setInterval(int) - Method in class org.xins.common.io.FileWatcher
-
Changes the file check interval.
- setIntHeader(String, int) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setLocale(Locale) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setLocalName(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the local name.
- setMaxInactiveInterval(int) - Method in class org.xins.common.servlet.container.XINSHttpSession
-
- setMethod(HTTPMethod) - Method in class org.xins.common.http.HTTPCallConfig
-
Sets the HTTP method associated with this configuration.
- setNamespacePrefix(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the namespace prefix.
- setNamespaceURI(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the namespace URI.
- setNeverOverwrite(boolean) - Method in class org.xins.common.ant.XsltPlusTask
-
Sets to never overwrite the destination.
- setParameter(String, String) - Method in class org.xins.client.XINSCallRequest
-
Sets the parameter with the specified name.
- setParameters(Map<String, String>) - Method in class org.xins.client.XINSCallRequest
-
Sets the parameters for this function, replacing any existing
parameters.
- setParameters(Map, Object) - Static method in class org.xins.common.BeanUtils
-
Puts the values of the Map
in the destination object (POJO).
- setPrefix(String) - Method in class org.xins.common.ant.CallXINSTask
-
Sets the prefix for the result properties.
- setProperty(String) - Method in class org.xins.common.ant.HostnameTask
-
Sets the name of the property.
- setProperty(String) - Method in class org.xins.common.ant.UppercaseTask
-
Sets the name of the property.
- setProperty(String, Object) - Method in class org.xins.server.frontend.SessionManager
-
Adds a new session property.
- setProperty(String, boolean) - Method in class org.xins.server.frontend.SessionManager
-
Adds or sets a new session property.
- setRequestURL(String) - Method in class org.xins.common.ant.CreateExampleTask
-
Sets the URL to call the function.
- setServiceName(String) - Method in class org.xins.common.spring.XinsClientInterceptor
-
Sets the name of the API to call.
- setServiceProperties(Properties) - Method in class org.xins.common.spring.XinsClientInterceptor
-
Sets the location of the API to call.
- setServletHandler(NettyServletHandler) - Method in class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
-
- setStatus(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setStatus(int, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
-
- setText(String) - Method in class org.xins.common.ant.UppercaseTask
-
Sets the text to be set in uppercase.
- setText(String) - Method in class org.xins.common.xml.Element
-
Deprecated.
Sets the character content.
- setText(String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Sets the character content.
- setTimeout(int) - Method in class org.xins.common.spring.XinsClientInterceptor
-
Sets the time-out for the call of the API.
- setTo(String) - Method in class org.xins.common.ant.HungarianMapper
-
Sets the to part of the transformation rule.
- setUserAgent(String) - Method in class org.xins.common.http.HTTPCallConfig
-
Sets the user agent associated with the HTTP call.
- setXINSCallConfig(XINSCallConfig) - Method in class org.xins.client.AbstractCAPI
-
Assigns the specified call configuration to this CAPI object.
- setXINSCallConfig(XINSCallConfig) - Method in class org.xins.client.XINSCallRequest
-
Sets the associated XINS call configuration.
- setXINSCallConfig(XINSCallConfig) - Method in class org.xins.client.XINSServiceCaller
-
Sets the XINSCallConfig
associated with this XINS service
caller.
- setXslLocation(String) - Method in class org.xins.common.ant.CreateExampleTask
-
Sets the location of the XSL style sheet to use to create the example.
- shouldFailOver(CallRequest, CallConfig, List<CallException>) - Method in class org.xins.client.XINSServiceCaller
-
Determines whether a call should fail-over to the next selected target
based on a request, call configuration and exception list.
- shouldFailOver(CallRequest, CallConfig, List<CallException>) - Method in class org.xins.common.http.HTTPServiceCaller
-
Determines whether a call should fail-over to the next selected target
based on a request, call configuration and exception list.
- shouldFailOver(CallRequest, CallConfig, List<CallException>) - Method in class org.xins.common.service.ServiceCaller
-
Determines whether a call should fail-over to the next selected target
based on a request, call configuration and exception list.
- shouldLogIn() - Method in class org.xins.server.frontend.SessionManager
-
Returns true
if the user needs to log in to access the page.
- shouldSkipFunctionCall() - Method in class org.xins.server.FunctionRequest
-
Gets whether the function should be executed or not.
- SimplePatternParser - Class in org.xins.common.text
-
Simple pattern parser.
- SimplePatternParser() - Constructor for class org.xins.common.text.SimplePatternParser
-
Creates a new SimplePatternParser
object.
- SINGLETON - Static variable in class org.xins.client.TranslationBundle_en_US
-
The one and only instance of this class.
- SINGLETON - Static variable in class org.xins.client.TranslationBundle_fr_FR
-
The one and only instance of this class.
- SINGLETON - Static variable in class org.xins.common.TranslationBundle_en_US
-
The one and only instance of this class.
- SINGLETON - Static variable in class org.xins.common.TranslationBundle_fr_FR
-
The one and only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Base64
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Boolean
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Date
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Descriptor
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Float32
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Float64
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Hex
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Int16
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Int32
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Int64
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Int8
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.List
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Properties
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Set
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Text
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.Timestamp
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.URL
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.common.types.standard.XML
-
The only instance of this class.
- SINGLETON - Static variable in class org.xins.server.TranslationBundle_en_US
-
The one and only instance of this class.
- SINGLETON - Static variable in class org.xins.server.TranslationBundle_fr_FR
-
The one and only instance of this class.
- size() - Method in class org.xins.common.collections.AbstractPropertyReader
-
Returns the number of entries.
- size() - Method in class org.xins.common.collections.expiry.ExpiryFolder
-
Gets the number of entries.
- size() - Method in interface org.xins.common.collections.PropertyReader
-
Deprecated.
Returns the number of entries.
- size() - Method in class org.xins.common.collections.ProtectedList
-
Returns the number of elements in this list.
- size() - Method in class org.xins.common.collections.StatsPropertyReader
-
Deprecated.
Returns the number of entries.
- size() - Method in class org.xins.common.service.CallExceptionList
-
Deprecated.
Counts the number of elements.
- size() - Method in class org.xins.common.servlet.ServletConfigPropertyReader
-
Deprecated.
Determines the number of properties.
- SKIP_FUNCTION_CALL - Static variable in interface org.xins.server.BackpackConstants
-
The key used to indicating whether the function should be skipped or not.
- SOAPCallingConvention - Class in org.xins.server
-
The SOAP calling convention.
- SOAPCallingConvention(API) - Constructor for class org.xins.server.SOAPCallingConvention
-
Creates a new SOAPCallingConvention
instance.
- soapElementTransformation(Map, boolean, Element, boolean) - Method in class org.xins.server.SOAPCallingConvention
-
Convert the values of element to the required format.
- soapInputValueTransformation(Type, String) - Method in class org.xins.server.SOAPCallingConvention
-
Transforms the value of a input SOAP parameter to the XINS equivalent.
- SOAPMapCallingConvention - Class in org.xins.server
-
The SOAP calling convention that tries to map the SOAP request to the
parameters of the function.
- SOAPMapCallingConvention(API) - Constructor for class org.xins.server.SOAPMapCallingConvention
-
Creates a new SOAPCallingConvention
instance.
- soapOutputValueTransformation(Type, String) - Method in class org.xins.server.SOAPCallingConvention
-
Transforms the value of a output XINS parameter to the SOAP equivalent.
- SocketTimeOutCallException - Exception in org.xins.common.service
-
Exception that indicates that data was not received on a socket within a
designated time-out period.
- SocketTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for exception org.xins.common.service.SocketTimeOutCallException
-
Constructs a new SocketTimeOutCallException
.
- SpecGUI - Class in org.xins.common.spec
-
Graphical user interface that allows to browse the specification of an API
and execute the functions of this API.
- SpecGUI() - Constructor for class org.xins.common.spec.SpecGUI
-
Constructs a new ConsoleGUI
.
- SpecGUI(JFrame) - Constructor for class org.xins.common.spec.SpecGUI
-
Constructs a new SpecGUI
.
- StandardCallingConvention - Class in org.xins.server
-
Standard calling convention.
- StandardCallingConvention() - Constructor for class org.xins.server.StandardCallingConvention
-
- StandardErrorCodeException - Exception in org.xins.client
-
Abstract base class for exceptions that indicate that a standard error code
was returned from the server-side.
- START - Static variable in interface org.xins.server.BackpackConstants
-
The key used to store the starting time of the call to the function.
- startElement(String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Starts to create a new
Element
with the given local name.
- startElement(String, String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Starts to create a new Element
.
- startElement(String, String, String) - Method in class org.xins.common.xml.ElementBuilder
-
Deprecated.
Starts to create a new Element
.
- startServer(int, boolean) - Method in class org.xins.common.servlet.container.HTTPServletHandler
-
Starts the web server.
- startServer(int, String) - Method in class org.xins.common.servlet.container.NettyServletHandler
-
- statistics - Variable in class org.xins.server.StatisticsInterceptor
-
- StatisticsInterceptor - Class in org.xins.server
-
Maintain the call statistics.
- StatisticsInterceptor() - Constructor for class org.xins.server.StatisticsInterceptor
-
- StatsMap<K,V> - Class in org.xins.common.collections
-
Map that remembers which properties have not been accessed.
- StatsMap(Map<K, V>) - Constructor for class org.xins.common.collections.StatsMap
-
- StatsPropertyReader - Class in org.xins.common.collections
-
Deprecated.
- StatsPropertyReader(PropertyReader) - Constructor for class org.xins.common.collections.StatsPropertyReader
-
Deprecated.
Constructs a new StatsPropertyReader
based on the specified
PropertyReader
.
- STATUS_CODE - Static variable in interface org.xins.server.BackpackConstants
-
The key used to specify a specific HTTP status code to return.
- StatusCodeHTTPCallException - Exception in org.xins.common.http
-
Exception that indicates that an HTTP call failed because the returned HTTP
status code was considered invalid.
- StatusCodeHTTPCallException(HTTPCallRequest, TargetDescriptor, long, int, String) - Constructor for exception org.xins.common.http.StatusCodeHTTPCallException
-
Constructs a new StatusCodeHTTPCallException
based on the original request,
target called, call duration and HTTP status code.
- stop() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
-
Stops the thread that generates ticks that are passed to the registered
expiry folders.
- storeFiles(String[]) - Method in class org.xins.common.io.FileWatcher
-
Stores the files in a class variable.
- storeFiles(String[]) - Method in class org.xins.common.io.HTTPFileWatcher
-
- strategies - Variable in class org.xins.server.LoadBalancerInterceptor
-
- succeededTarget() - Method in class org.xins.client.AbstractCAPICallResult
-
Returns the target for which the call succeeded.
- supports(Class) - Method in class org.xins.common.spring.XinsCapiRequestValidator
-
- supports(Class) - Method in class org.xins.common.spring.XinsFunctionResultValidator
-
- TARGET_DESCRIPTOR_TYPE - Static variable in class org.xins.common.service.DescriptorBuilder
-
Name identifying an actual target descriptor.
- TargetDescriptor - Class in org.xins.common.service
-
Descriptor for a single target service.
- TargetDescriptor(String) - Constructor for class org.xins.common.service.TargetDescriptor
-
Constructs a new TargetDescriptor
for the specified URL.
- TargetDescriptor(String, int) - Constructor for class org.xins.common.service.TargetDescriptor
-
Constructs a new TargetDescriptor
for the specified URL,
with the specifed total time-out.
- TargetDescriptor(String, int, int) - Constructor for class org.xins.common.service.TargetDescriptor
-
Constructs a new TargetDescriptor
for the specified URL,
with the specifed total time-out and connection time-out.
- TargetDescriptor(String, int, int, int) - Constructor for class org.xins.common.service.TargetDescriptor
-
Constructs a new TargetDescriptor
for the specified URL,
with the specifed total time-out, connection time-out and socket
time-out.
- TECHNICAL - Static variable in class org.xins.common.spec.ErrorCodeSpec
-
Type indicating that the error code is technical.
- TEMPLATE_PARAMETER - Static variable in class org.xins.server.XSLTCallingConvention
-
The name of the input parameter that specifies the location of the XSLT
template to use.
- TEMPLATES_CACHE_PROPERTY - Static variable in class org.xins.server.XSLTCallingConvention
-
The name of the runtime property that defines if the templates should be
cached.
- TestFormPanel - Class in org.xins.common.spec
-
Graphical user interface that allows to browse the specification of an API
and execute the functions of this API.
- TestFormPanel(APISpec, String, ActionListener) - Constructor for class org.xins.common.spec.TestFormPanel
-
Constructs a new SpecGUI
.
- testTargetDescriptor(TargetDescriptor) - Method in class org.xins.common.service.ServiceCaller
-
Asserts that the specified target descriptor is considered acceptable
for this service caller.
- Text - Class in org.xins.common.types.standard
-
Standard type _text.
- TextUtils - Class in org.xins.common.text
-
Text-related utility functions.
- TimeOutController - Class in org.xins.common
-
Utility class for executing a task with a certain time-out period.
- TimeOutException - Exception in org.xins.common
-
Exception that indicates the total time-out for a service call was reached.
- TimeOutException() - Constructor for exception org.xins.common.TimeOutException
-
Constructs a new TimeOutException
.
- Timestamp - Class in org.xins.common.types.standard
-
Standard type _timestamp.
- Timestamp.Value - Class in org.xins.common.types.standard
-
Value for the type _timestamp.
- Timestamp.Value(int, int, int, int, int, int) - Constructor for class org.xins.common.types.standard.Timestamp.Value
-
Constructs a new timestamp value.
- Timestamp.Value(Calendar) - Constructor for class org.xins.common.types.standard.Timestamp.Value
-
Constructs a new timestamp value based on the specified
Calendar
.
- Timestamp.Value(Date) - Constructor for class org.xins.common.types.standard.Timestamp.Value
-
Constructs a new timestamp value based on the specified
java.util.Date
object.
- Timestamp.Value(long) - Constructor for class org.xins.common.types.standard.Timestamp.Value
-
Constructs a new timestamp value based on the specified number of
milliseconds since the UNIX Epoch.
- toDate() - Method in class org.xins.common.types.standard.Date.Value
-
Converts to a java.util.Date
object.
- toDate() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Converts to a java.util.Date
object.
- toDateString(long) - Static method in class org.xins.common.text.DateConverter
-
Convert the specified long
to a human-readable time stamp.
- toDateString(TimeZone, long) - Static method in class org.xins.common.text.DateConverter
-
Convert the specified long
to a human-readable time stamp.
- today() - Static method in class org.xins.common.types.standard.Date
-
Constructs a Date.Value
with the value of the current date.
- toHexString(byte[]) - Static method in class org.xins.common.text.HexConverter
-
Converts the specified byte
array to an unsigned number hex
string.
- toHexString(byte) - Static method in class org.xins.common.text.HexConverter
-
Converts the specified byte
to an unsigned number hex
string.
- toHexString(short) - Static method in class org.xins.common.text.HexConverter
-
Converts the specified short
to an unsigned number hex
string.
- toHexString(char) - Static method in class org.xins.common.text.HexConverter
-
Converts the specified char
to an unsigned number hex
string.
- toHexString(int) - Static method in class org.xins.common.text.HexConverter
-
Converts the specified int
to an unsigned number hex
string.
- toHexString(long) - Static method in class org.xins.common.text.HexConverter
-
Convert the specified long
to an unsigned number hex
string.
- toHexString(FastStringBuffer, byte) - Static method in class org.xins.common.text.HexConverter
-
Deprecated.
since XINS 2.0, use toHexString(byte).
- toHexString(FastStringBuffer, short) - Static method in class org.xins.common.text.HexConverter
-
Deprecated.
since XINS 2.0, use toHexString(short).
- toHexString(FastStringBuffer, char) - Static method in class org.xins.common.text.HexConverter
-
Deprecated.
since XINS 2.0, use toHexString(char).
- toHexString(FastStringBuffer, int) - Static method in class org.xins.common.text.HexConverter
-
Deprecated.
since XINS 2.0, use toHexString(int).
- toHexString(FastStringBuffer, long) - Static method in class org.xins.common.text.HexConverter
-
Deprecated.
since XINS 2.0, use toHexString(long).
- toProperties(Map<String, String>) - Static method in class org.xins.common.collections.MapStringUtils
-
Converts the specified Map<String, String>
object to a new
Properties
object.
- toProperties(PropertyReader) - Static method in class org.xins.common.collections.PropertyReaderConverter
-
Deprecated.
Converts the specified PropertyReader
object to a new
Properties
object.
- toString() - Method in class org.xins.common.collections.expiry.ExpiryFolder
-
Returns a textual representation of this object.
- toString() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
-
Returns a textual representation of this object.
- toString(Map<String, String>) - Static method in class org.xins.common.collections.MapStringUtils
-
Returns the String representation of the specified Map<String, String>
.
- toString(Map<String, String>, String) - Static method in class org.xins.common.collections.MapStringUtils
-
Serializes the specified MapMap<String, String>
to a
String
.
- toString(Map<String, String>, String, String, String) - Static method in class org.xins.common.collections.MapStringUtils
-
Returns the String
representation for the specified
Map<String, String>
.
- toString(Map<String, String>, String, String, String, int) - Static method in class org.xins.common.collections.MapStringUtils
-
Returns the String
representation for the specified
Map<String, String>
.
- toString(PropertyReader) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Returns the String representation of the specified PropertyReader
.
- toString(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Serializes the specified PropertyReader
to a
String
.
- toString(PropertyReader, String, String, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Returns the String
representation for the specified
PropertyReader
.
- toString(PropertyReader, String, String, String, int) - Static method in class org.xins.common.collections.PropertyReaderUtils
-
Deprecated.
Returns the String
representation for the specified
PropertyReader
.
- toString() - Method in class org.xins.common.FormattedParameters
-
String representation of the parameters including the data section.
- toString() - Method in class org.xins.common.http.HTTPMethod
-
Returns a textual representation of this object.
- toString() - Method in class org.xins.common.io.FastStringWriter
-
Deprecated.
Returns the current value of the underlying buffer as a string.
- toString() - Method in class org.xins.common.manageable.Manageable.State
-
Returns a textual representation of this object.
- toString() - Method in class org.xins.common.service.CallConfig
-
Returns a textual presentation of this object.
- toString() - Method in class org.xins.common.service.CallRequest
-
Returns a textual presentation of this object.
- toString() - Method in class org.xins.common.service.GroupDescriptor
-
Presents this object as a text string.
- toString() - Method in class org.xins.common.service.GroupDescriptor.Type
-
Returns a textual representation of this object.
- toString() - Method in class org.xins.common.service.TargetDescriptor
-
Textual description of this object.
- toString() - Method in class org.xins.common.text.FastStringBuffer
-
Deprecated.
Converts the contents of this buffer to a String
object.
- toString() - Method in class org.xins.common.types.EnumItem
-
Returns a textual representation of this object.
- toString(EnumItem) - Method in class org.xins.common.types.EnumType
-
Converts the specified EnumItem
to a string.
- toString(Object) - Method in class org.xins.common.types.EnumType
-
Generates a string representation of the specified value for this type.
- toString(ItemList) - Method in class org.xins.common.types.List
-
Converts the specified ItemList
to a string.
- toString(Object) - Method in class org.xins.common.types.List
-
Generates a string representation of the specified value for this type.
- toString(Object) - Method in class org.xins.common.types.PatternType
-
- toString(byte[]) - Static method in class org.xins.common.types.standard.Base64
-
Converts the specified byte[]
to a base64 string.
- toString(Object) - Method in class org.xins.common.types.standard.Base64
-
Generates a string representation of the specified value for this type.
- toString(Boolean) - Static method in class org.xins.common.types.standard.Boolean
-
Converts the specified Boolean
to a string.
- toString(boolean) - Static method in class org.xins.common.types.standard.Boolean
-
Converts the specified boolean
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Boolean
-
Generates a string representation of the specified value for this type.
- toString(Date.Value) - Static method in class org.xins.common.types.standard.Date
-
Converts the specified Date.Value
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Date
-
- toString() - Method in class org.xins.common.types.standard.Date.Value
-
Returns a textual representation of this object.
- toString(Descriptor) - Static method in class org.xins.common.types.standard.Descriptor
-
Converts the specified org.xins.common.service.Descriptor
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Descriptor
-
- toString(Float) - Static method in class org.xins.common.types.standard.Float32
-
Converts the specified Float
to a string.
- toString(float) - Static method in class org.xins.common.types.standard.Float32
-
Converts the specified float
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Float32
-
- toString(Double) - Static method in class org.xins.common.types.standard.Float64
-
Converts the specified Double
to a string.
- toString(double) - Static method in class org.xins.common.types.standard.Float64
-
Converts the specified double
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Float64
-
- toString(byte[]) - Static method in class org.xins.common.types.standard.Hex
-
Converts the specified byte[]
to a hexadecimal string.
- toString(Object) - Method in class org.xins.common.types.standard.Hex
-
Generates a string representation of the specified value for this type.
- toString(Short) - Static method in class org.xins.common.types.standard.Int16
-
Converts the specified Short
to a string.
- toString(short) - Static method in class org.xins.common.types.standard.Int16
-
Converts the specified short
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Int16
-
- toString(Integer) - Static method in class org.xins.common.types.standard.Int32
-
Converts the specified Integer
to a string.
- toString(int) - Static method in class org.xins.common.types.standard.Int32
-
Converts the specified int
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Int32
-
- toString(Long) - Static method in class org.xins.common.types.standard.Int64
-
Converts the specified Long
to a string.
- toString(long) - Static method in class org.xins.common.types.standard.Int64
-
Converts the specified long
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Int64
-
- toString(Byte) - Static method in class org.xins.common.types.standard.Int8
-
Converts the specified Byte
to a string.
- toString(byte) - Static method in class org.xins.common.types.standard.Int8
-
Converts the specified byte
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Int8
-
- toString(List.Value) - Static method in class org.xins.common.types.standard.List
-
Converts the specified List.Value
to a string.
- toString() - Method in class org.xins.common.types.standard.List.Value
-
Converts this List.Value
to a string.
- toString(Map<String, String>) - Static method in class org.xins.common.types.standard.Properties
-
Converts the specified PropertyReader
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Properties
-
- toString(Set.Value) - Static method in class org.xins.common.types.standard.Set
-
Converts the specified Set.Value
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Text
-
- toString(Timestamp.Value) - Static method in class org.xins.common.types.standard.Timestamp
-
Converts the specified Timestamp.Value
to a string.
- toString(Object) - Method in class org.xins.common.types.standard.Timestamp
-
- toString() - Method in class org.xins.common.types.standard.Timestamp.Value
-
Returns a textual representation of this object.
- toString(Object) - Method in class org.xins.common.types.standard.URL
-
- toString(Object) - Method in class org.xins.common.types.standard.XML
-
- toString(Element) - Static method in class org.xins.common.types.standard.XML
-
Converts the specified Element
to a string.
- toString(Object) - Method in class org.xins.common.types.Type
-
Generates a string representation of the specified value for this type.
- toString() - Method in class org.xins.common.types.Type
-
Returns a textual presentation of this object.
- toString() - Method in class org.xins.common.xml.DataElementBuilder
-
Creates the String representation of the data section.
- toString() - Method in class org.xins.common.xml.Element
-
Deprecated.
Overrides the
Object.toString()
method to return
the element as its XML representation.
- toString() - Method in class org.xins.server.AccessRule
-
Returns a character string representation of this object.
- toString() - Method in class org.xins.server.AccessRuleFile
-
- toString() - Method in class org.xins.server.AccessRuleList
-
Returns a character string representation of this object.
- toString() - Method in class org.xins.server.FunctionResult
-
- toString() - Method in class org.xins.server.IPFilter
-
Returns a textual representation of this filter.
- TotalTimeOutCallException - Exception in org.xins.common.service
-
Exception that indicates the total time-out for a request was reached, so
the request was aborted.
- TotalTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for exception org.xins.common.service.TotalTimeOutCallException
-
Constructs a new TotalTimeOutCallException
.
- TRACE - Static variable in class org.xins.common.http.HTTPMethod
-
The TRACE method.
- TransactionLoggingInterceptor - Class in org.xins.server
-
Logs the transaction.
- TransactionLoggingInterceptor() - Constructor for class org.xins.server.TransactionLoggingInterceptor
-
- translation_1050(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1050, in the log entry group Low-level generic messages.
- translation_1050(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1050(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1051(String, String, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1051, in the log entry group Low-level generic messages.
- translation_1051(String, String, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1051(String, String, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1052(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1052, in the log entry group Low-level generic messages.
- translation_1052(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1052(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1053(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1053, in the log entry group Low-level generic messages.
- translation_1053(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1053(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1100(String, Object) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1100, in the log entry group HTTP-related.
- translation_1100(String, Object) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1100(String, Object) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1101(String, Object, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1101, in the log entry group HTTP-related.
- translation_1101(String, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1101(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1102(String, Object, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1102, in the log entry group HTTP-related.
- translation_1102(String, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1102(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1103(String, Object, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1103, in the log entry group HTTP-related.
- translation_1103(String, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1103(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1104(String, Object, long, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1104, in the log entry group HTTP-related.
- translation_1104(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1104(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1105(String, Object, long, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1105, in the log entry group HTTP-related.
- translation_1105(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1105(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1106(String, Object, long, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1106, in the log entry group HTTP-related.
- translation_1106(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1106(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1107(String, Object, long, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1107, in the log entry group HTTP-related.
- translation_1107(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1107(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1108(String, Object, long, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1108, in the log entry group HTTP-related.
- translation_1108(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1108(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1109(Throwable, String, Object, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1109, in the log entry group HTTP-related.
- translation_1109(Throwable, String, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1109(Throwable, String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1110(String, Object, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1110, in the log entry group HTTP-related.
- translation_1110(String, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1110(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1200(int, String, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1200, in the log entry group General I/O.
- translation_1200(int, String, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1200(int, String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1201(int, String, int, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1201, in the log entry group General I/O.
- translation_1201(int, String, int, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1201(int, String, int, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1202(int, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1202, in the log entry group General I/O.
- translation_1202(int, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1202(int, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1203(int, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1203, in the log entry group General I/O.
- translation_1203(int, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1203(int, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1204(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1204, in the log entry group General I/O.
- translation_1204(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1204(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1250(int, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1250, in the log entry group Text.
- translation_1250(int, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1250(int, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1300(Throwable, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1300, in the log entry group Service calling framework.
- translation_1300(Throwable, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1300(Throwable, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1301(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1301, in the log entry group Service calling framework.
- translation_1301(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1301(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1302(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1302, in the log entry group Service calling framework.
- translation_1302(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1302(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1303() - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1303, in the log entry group Service calling framework.
- translation_1303() - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1303() - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1304() - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1304, in the log entry group Service calling framework.
- translation_1304() - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1304() - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1305() - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1305, in the log entry group Service calling framework.
- translation_1305() - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1305() - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1306() - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1306, in the log entry group Service calling framework.
- translation_1306() - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1306() - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1307() - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1307, in the log entry group Service calling framework.
- translation_1307() - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1307() - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1308(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1308, in the log entry group Service calling framework.
- translation_1308(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1308(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1309(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1309, in the log entry group Service calling framework.
- translation_1309(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1309(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1350(String, String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1350, in the log entry group Generic collection classes.
- translation_1350(String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1350(String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1351(String, String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1351, in the log entry group Generic collection classes.
- translation_1351(String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1351(String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1400(int, String, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1400, in the log entry group Expiry-related collection classes.
- translation_1400(int, String, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1400(int, String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1401(int, String, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1401, in the log entry group Expiry-related collection classes.
- translation_1401(int, String, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1401(int, String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1402(int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1402, in the log entry group Expiry-related collection classes.
- translation_1402(int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1402(int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1403(int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1403, in the log entry group Expiry-related collection classes.
- translation_1403(int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1403(int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1404(int, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1404, in the log entry group Expiry-related collection classes.
- translation_1404(int, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1404(int, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1405(int, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1405, in the log entry group Expiry-related collection classes.
- translation_1405(int, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1405(int, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1406(int, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1406, in the log entry group Expiry-related collection classes.
- translation_1406(int, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1406(int, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1407(int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1407, in the log entry group Expiry-related collection classes.
- translation_1407(int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1407(int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1408(int, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1408, in the log entry group Expiry-related collection classes.
- translation_1408(int, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1408(int, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1409(int, long, long) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1409, in the log entry group Expiry-related collection classes.
- translation_1409(int, long, long) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1409(int, long, long) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1500(int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1500, in the log entry group Servlet container.
- translation_1500(int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1500(int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1501(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1501, in the log entry group Servlet container.
- translation_1501(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1501(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1502(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1502, in the log entry group Servlet container.
- translation_1502(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1502(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1503(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1503, in the log entry group Servlet container.
- translation_1503(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1503(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1504(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1504, in the log entry group Servlet container.
- translation_1504(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1504(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1505(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1505, in the log entry group Servlet container.
- translation_1505(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1505(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1506(String, int) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1506, in the log entry group Servlet container.
- translation_1506(String, int) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1506(String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1507() - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1507, in the log entry group Servlet container.
- translation_1507() - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1507() - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1508(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1508, in the log entry group Servlet container.
- translation_1508(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1508(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1509(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1509, in the log entry group Servlet container.
- translation_1509(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1509(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1510(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1510, in the log entry group Servlet container.
- translation_1510(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1510(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1511(Throwable, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1511, in the log entry group Servlet container.
- translation_1511(Throwable, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1511(Throwable, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1512(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1512, in the log entry group Servlet container.
- translation_1512(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1512(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1513(String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1513, in the log entry group Servlet container.
- translation_1513(String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1513(String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1514(String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1514, in the log entry group Servlet container.
- translation_1514(String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1514(String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1550(Throwable) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1550, in the log entry group XML.
- translation_1550(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1550(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_1600(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
-
Get the translation for the log entry with ID 1600, in the log entry group Utilities.
- translation_1600(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
-
- translation_1600(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
-
- translation_2100(String, String, Object) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2100, in the log entry group XINS service calling.
- translation_2100(String, String, Object) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2100(String, String, Object) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2101(String, String, Object, long) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2101, in the log entry group XINS service calling.
- translation_2101(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2101(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2102(String, String, Object, long) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2102, in the log entry group XINS service calling.
- translation_2102(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2102(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2103(String, String, Object, long) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2103, in the log entry group XINS service calling.
- translation_2103(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2103(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2104(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2104, in the log entry group XINS service calling.
- translation_2104(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2104(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2105(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2105, in the log entry group XINS service calling.
- translation_2105(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2105(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2106(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2106, in the log entry group XINS service calling.
- translation_2106(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2106(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2108(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2108, in the log entry group XINS service calling.
- translation_2108(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2108(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2109(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2109, in the log entry group XINS service calling.
- translation_2109(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2109(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2110(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2110, in the log entry group XINS service calling.
- translation_2110(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2110(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2111(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2111, in the log entry group XINS service calling.
- translation_2111(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2111(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2112(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2112, in the log entry group XINS service calling.
- translation_2112(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2112(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2113(String, Object, long, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2113, in the log entry group XINS service calling.
- translation_2113(String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2113(String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2114(String, String, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2114, in the log entry group XINS service calling.
- translation_2114(String, String, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2114(String, String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2115(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2115, in the log entry group XINS service calling.
- translation_2115(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2115(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2116(Throwable, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2116, in the log entry group XINS service calling.
- translation_2116(Throwable, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2116(Throwable, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2117(Throwable) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2117, in the log entry group XINS service calling.
- translation_2117(Throwable) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2117(Throwable) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2200(String, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2200, in the log entry group XINS call result parsing.
- translation_2200(String, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2200(String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2201() - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2201, in the log entry group XINS call result parsing.
- translation_2201() - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2201() - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2202(String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2202, in the log entry group XINS call result parsing.
- translation_2202(String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2202(String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2203(String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2203, in the log entry group XINS call result parsing.
- translation_2203(String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2203(String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2204(String, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2204, in the log entry group XINS call result parsing.
- translation_2204(String, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2204(String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2205(Throwable, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2205, in the log entry group XINS call result parsing.
- translation_2205(Throwable, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2205(Throwable, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2206(String, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2206, in the log entry group XINS call result parsing.
- translation_2206(String, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2206(String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2300(Throwable, double, String, String, long, String, Object, Object) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2300, in the log entry group Transaction logging.
- translation_2300(Throwable, double, String, String, long, String, Object, Object) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2300(Throwable, double, String, String, long, String, Object, Object) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_2301(Throwable, double, String, String, long, String) - Method in class org.xins.client.TranslationBundle
-
Get the translation for the log entry with ID 2301, in the log entry group Transaction logging.
- translation_2301(Throwable, double, String, String, long, String) - Method in class org.xins.client.TranslationBundle_en_US
-
- translation_2301(Throwable, double, String, String, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
-
- translation_3003(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3003, in the log entry group Servlet.
- translation_3003(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3003(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3004(Double) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3004, in the log entry group Servlet.
- translation_3004(Double) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3004(Double) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3005(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3005, in the log entry group Servlet.
- translation_3005(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3005(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3100(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3100, in the log entry group Internal lifespan-related.
- translation_3100(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3100(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3101(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3101, in the log entry group Internal lifespan-related.
- translation_3101(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3101(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3200(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3200, in the log entry group Bootstrapping.
- translation_3200(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3200(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3202(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3202, in the log entry group Bootstrapping.
- translation_3202(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3202(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3203(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3203, in the log entry group Bootstrapping.
- translation_3203(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3203(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3205(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3205, in the log entry group Bootstrapping.
- translation_3205(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3205(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3206(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3206, in the log entry group Bootstrapping.
- translation_3206(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3206(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3207(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3207, in the log entry group Bootstrapping.
- translation_3207(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3207(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3208(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3208, in the log entry group Bootstrapping.
- translation_3208(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3208(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3209(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3209, in the log entry group Bootstrapping.
- translation_3209(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3209(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3210(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3210, in the log entry group Bootstrapping.
- translation_3210(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3210(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3211(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3211, in the log entry group Bootstrapping.
- translation_3211(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3211(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3212(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3212, in the log entry group Bootstrapping.
- translation_3212(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3212(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3213(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3213, in the log entry group Bootstrapping.
- translation_3213(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3213(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3215(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3215, in the log entry group Bootstrapping.
- translation_3215(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3215(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3216(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3216, in the log entry group Bootstrapping.
- translation_3216(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3216(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3217(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3217, in the log entry group Bootstrapping.
- translation_3217(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3217(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3218(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3218, in the log entry group Bootstrapping.
- translation_3218(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3218(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3220(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3220, in the log entry group Bootstrapping.
- translation_3220(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3220(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3222(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3222, in the log entry group Bootstrapping.
- translation_3222(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3222(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3223(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3223, in the log entry group Bootstrapping.
- translation_3223(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3223(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3224(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3224, in the log entry group Bootstrapping.
- translation_3224(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3224(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3225(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3225, in the log entry group Bootstrapping.
- translation_3225(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3225(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3226(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3226, in the log entry group Bootstrapping.
- translation_3226(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3226(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3227(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3227, in the log entry group Bootstrapping.
- translation_3227(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3227(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3228(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3228, in the log entry group Bootstrapping.
- translation_3228(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3228(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3230(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3230, in the log entry group Bootstrapping.
- translation_3230(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3230(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3231(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3231, in the log entry group Bootstrapping.
- translation_3231(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3231(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3232(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3232, in the log entry group Bootstrapping.
- translation_3232(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3232(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3233() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3233, in the log entry group Bootstrapping.
- translation_3233() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3233() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3234() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3234, in the log entry group Bootstrapping.
- translation_3234() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3234() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3235(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3235, in the log entry group Bootstrapping.
- translation_3235(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3235(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3237(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3237, in the log entry group Bootstrapping.
- translation_3237(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3237(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3239(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3239, in the log entry group Bootstrapping.
- translation_3239(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3239(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3240(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3240, in the log entry group Bootstrapping.
- translation_3240(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3240(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3242(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3242, in the log entry group Bootstrapping.
- translation_3242(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3242(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3243(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3243, in the log entry group Bootstrapping.
- translation_3243(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3243(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3244(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3244, in the log entry group Bootstrapping.
- translation_3244(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3244(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3245(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3245, in the log entry group Bootstrapping.
- translation_3245(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3245(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3246() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3246, in the log entry group Bootstrapping.
- translation_3246() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3246() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3247(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3247, in the log entry group Bootstrapping.
- translation_3247(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3247(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3248() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3248, in the log entry group Bootstrapping.
- translation_3248() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3248() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3249(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3249, in the log entry group Bootstrapping.
- translation_3249(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3249(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3251(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3251, in the log entry group Bootstrapping.
- translation_3251(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3251(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3300(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3300, in the log entry group Logging subsystem.
- translation_3300(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3300(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3301(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3301, in the log entry group Logging subsystem.
- translation_3301(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3301(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3302(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3302, in the log entry group Logging subsystem.
- translation_3302(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3302(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3303(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3303, in the log entry group Logging subsystem.
- translation_3303(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3303(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3304(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3304, in the log entry group Logging subsystem.
- translation_3304(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3304(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3305() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3305, in the log entry group Logging subsystem.
- translation_3305() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3305() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3306(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3306, in the log entry group Logging subsystem.
- translation_3306(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3306(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3307(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3307, in the log entry group Logging subsystem.
- translation_3307(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3307(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3308(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3308, in the log entry group Logging subsystem.
- translation_3308(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3308(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3309(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3309, in the log entry group Logging subsystem.
- translation_3309(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3309(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3310(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3310, in the log entry group Logging subsystem.
- translation_3310(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3310(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3311(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3311, in the log entry group Logging subsystem.
- translation_3311(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3311(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3400(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3400, in the log entry group Initialization.
- translation_3400(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3400(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3401(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3401, in the log entry group Initialization.
- translation_3401(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3401(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3403(String, int, int) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3403, in the log entry group Initialization.
- translation_3403(String, int, int) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3403(String, int, int) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3404(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3404, in the log entry group Initialization.
- translation_3404(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3404(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3405(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3405, in the log entry group Initialization.
- translation_3405(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3405(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3406(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3406, in the log entry group Initialization.
- translation_3406(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3406(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3407(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3407, in the log entry group Initialization.
- translation_3407(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3407(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3408(String, String, int) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3408, in the log entry group Initialization.
- translation_3408(String, String, int) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3408(String, String, int) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3409(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3409, in the log entry group Initialization.
- translation_3409(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3409(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3410(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3410, in the log entry group Initialization.
- translation_3410(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3410(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3411(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3411, in the log entry group Initialization.
- translation_3411(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3411(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3412(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3412, in the log entry group Initialization.
- translation_3412(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3412(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3413(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3413, in the log entry group Initialization.
- translation_3413(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3413(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3414(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3414, in the log entry group Initialization.
- translation_3414(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3414(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3415() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3415, in the log entry group Initialization.
- translation_3415() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3415() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3416(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3416, in the log entry group Initialization.
- translation_3416(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3416(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3418(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3418, in the log entry group Initialization.
- translation_3418(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3418(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3419(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3419, in the log entry group Initialization.
- translation_3419(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3419(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3420(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3420, in the log entry group Initialization.
- translation_3420(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3420(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3421(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3421, in the log entry group Initialization.
- translation_3421(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3421(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3423(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3423, in the log entry group Initialization.
- translation_3423(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3423(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3424(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3424, in the log entry group Initialization.
- translation_3424(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3424(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3425(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3425, in the log entry group Initialization.
- translation_3425(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3425(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3426(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3426, in the log entry group Initialization.
- translation_3426(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3426(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3427(int) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3427, in the log entry group Initialization.
- translation_3427(int) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3427(int) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3428(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3428, in the log entry group Initialization.
- translation_3428(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3428(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3429(int, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3429, in the log entry group Initialization.
- translation_3429(int, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3429(int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3431() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3431, in the log entry group Initialization.
- translation_3431() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3431() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3432(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3432, in the log entry group Initialization.
- translation_3432(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3432(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3433(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3433, in the log entry group Initialization.
- translation_3433(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3433(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3434(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3434, in the log entry group Initialization.
- translation_3434(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3434(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3435(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3435, in the log entry group Initialization.
- translation_3435(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3435(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3436(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3436, in the log entry group Initialization.
- translation_3436(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3436(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3437(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3437, in the log entry group Initialization.
- translation_3437(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3437(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3438(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3438, in the log entry group Initialization.
- translation_3438(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3438(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3439(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3439, in the log entry group Initialization.
- translation_3439(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3439(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3440() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3440, in the log entry group Initialization.
- translation_3440() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3440() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3441() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3441, in the log entry group Initialization.
- translation_3441() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3441() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3442(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3442, in the log entry group Initialization.
- translation_3442(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3442(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3443(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3443, in the log entry group Initialization.
- translation_3443(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3443(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3444(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3444, in the log entry group Initialization.
- translation_3444(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3444(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3446(String, int) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3446, in the log entry group Initialization.
- translation_3446(String, int) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3446(String, int) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3500(Throwable, String, int) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3500, in the log entry group Runtime.
- translation_3500(Throwable, String, int) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3500(Throwable, String, int) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3501(String, int, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3501, in the log entry group Runtime.
- translation_3501(String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3501(String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3502(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3502, in the log entry group Runtime.
- translation_3502(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3502(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3503(String, int, int, int) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3503, in the log entry group Runtime.
- translation_3503(String, int, int, int) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3503(String, int, int, int) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3504(String, long) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3504, in the log entry group Runtime.
- translation_3504(String, long) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3504(String, long) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3505(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3505, in the log entry group Runtime.
- translation_3505(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3505(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3506(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3506, in the log entry group Runtime.
- translation_3506(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3506(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3507(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3507, in the log entry group Runtime.
- translation_3507(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3507(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3508() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3508, in the log entry group Runtime.
- translation_3508() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3508() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3509(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3509, in the log entry group Runtime.
- translation_3509(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3509(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3510() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3510, in the log entry group Runtime.
- translation_3510() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3510() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3511() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3511, in the log entry group Runtime.
- translation_3511() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3511() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3512() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3512, in the log entry group Runtime.
- translation_3512() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3512() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3513() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3513, in the log entry group Runtime.
- translation_3513() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3513() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3514() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3514, in the log entry group Runtime.
- translation_3514() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3514() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3515() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3515, in the log entry group Runtime.
- translation_3515() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3515() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3516(String, Object) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3516, in the log entry group Runtime.
- translation_3516(String, Object) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3516(String, Object) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3517(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3517, in the log entry group Runtime.
- translation_3517(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3517(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3520(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3520, in the log entry group HTTP-level.
- translation_3520(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3520(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3521(String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3521, in the log entry group HTTP-level.
- translation_3521(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3521(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3523(Throwable, String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3523, in the log entry group HTTP-level.
- translation_3523(Throwable, String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3523(Throwable, String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3540(String, String, String, long, String, Object, Object) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3540, in the log entry group Transaction logging.
- translation_3540(String, String, String, long, String, Object, Object) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3540(String, String, String, long, String, Object, Object) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3541(String, String, String, long, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3541, in the log entry group Transaction logging.
- translation_3541(String, String, String, long, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3541(String, String, String, long, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3550(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3550, in the log entry group Access rule matching.
- translation_3550(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3550(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3551(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3551, in the log entry group Access rule matching.
- translation_3551(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3551(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3553(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3553, in the log entry group Access rule matching.
- translation_3553(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3553(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3570(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3570, in the log entry group Calling Convention.
- translation_3570(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3570(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3571(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3571, in the log entry group Calling Convention.
- translation_3571(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3571(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3581(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3581, in the log entry group Diagnostic Context Identifiers.
- translation_3581(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3581(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3582(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3582, in the log entry group Diagnostic Context Identifiers.
- translation_3582(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3582(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3583(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3583, in the log entry group Diagnostic Context Identifiers.
- translation_3583(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3583(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3600() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3600, in the log entry group Shutdown.
- translation_3600() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3600() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3602() - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3602, in the log entry group Shutdown.
- translation_3602() - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3602() - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3603(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3603, in the log entry group Shutdown.
- translation_3603(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3603(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3605(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3605, in the log entry group Shutdown.
- translation_3605(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3605(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3606(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3606, in the log entry group Shutdown.
- translation_3606(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3606(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3607(String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3607, in the log entry group Shutdown.
- translation_3607(String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3607(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3609(String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3609, in the log entry group Shutdown.
- translation_3609(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3609(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3610(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3610, in the log entry group Shutdown.
- translation_3610(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3610(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3700(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3700, in the log entry group Front-end calling convention.
- translation_3700(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3700(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3701(Throwable, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3701, in the log entry group Front-end calling convention.
- translation_3701(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3701(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3702(Throwable) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3702, in the log entry group Front-end calling convention.
- translation_3702(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3702(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3703(Throwable, String, String, String, String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3703, in the log entry group Front-end calling convention.
- translation_3703(Throwable, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3703(Throwable, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3704(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3704, in the log entry group Front-end calling convention.
- translation_3704(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3704(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- translation_3705(String) - Method in class org.xins.server.TranslationBundle
-
Get the translation for the log entry with ID 3705, in the log entry group Front-end calling convention.
- translation_3705(String) - Method in class org.xins.server.TranslationBundle_en_US
-
- translation_3705(String) - Method in class org.xins.server.TranslationBundle_fr_FR
-
- TranslationBundle - Class in org.xins.client
-
Translation bundle for log messages.
- TranslationBundle(String) - Constructor for class org.xins.client.TranslationBundle
-
Constructs a new TranslationBundle
subclass instance.
- TranslationBundle - Class in org.xins.common
-
Translation bundle for log messages.
- TranslationBundle(String) - Constructor for class org.xins.common.TranslationBundle
-
Constructs a new TranslationBundle
subclass instance.
- TranslationBundle - Class in org.xins.server
-
Translation bundle for log messages.
- TranslationBundle(String) - Constructor for class org.xins.server.TranslationBundle
-
Constructs a new TranslationBundle
subclass instance.
- TranslationBundle_en_US - Class in org.xins.client
-
Translation bundle for the en_US locale.
- TranslationBundle_en_US - Class in org.xins.common
-
Translation bundle for the en_US locale.
- TranslationBundle_en_US - Class in org.xins.server
-
Translation bundle for the en_US locale.
- TranslationBundle_fr_FR - Class in org.xins.client
-
Translation bundle for the fr_FR locale.
- TranslationBundle_fr_FR - Class in org.xins.common
-
Translation bundle for the fr_FR locale.
- TranslationBundle_fr_FR - Class in org.xins.server
-
Translation bundle for the fr_FR locale.
- trim(String, String) - Static method in class org.xins.common.text.TextUtils
-
Trims the specified string, or returns an empty string if the argument
is null
.
- Type - Class in org.xins.common.types
-
Value type.
- Type(String, Class) - Constructor for class org.xins.common.types.Type
-
Creates a new Type
instance.
- TypeValueException - Exception in org.xins.common.types
-
Exception thrown to indicate a value is invalid for a certain type.
- TypeValueException(Type, String) - Constructor for exception org.xins.common.types.TypeValueException
-
Creates a new TypeValueException
.
- TypeValueException(Type, String, String) - Constructor for exception org.xins.common.types.TypeValueException
-
Creates a new TypeValueException
.