public abstract class TranslationBundle extends Object
Log
Modifier | Constructor and Description |
---|---|
protected |
TranslationBundle(String name)
Constructs a new
TranslationBundle subclass instance. |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Retrieves the name of this translation bundle.
|
String |
translation_2100(String url,
String function,
Object parameters)
Get the translation for the log entry with ID 2100, in the log entry group XINS service calling.
|
String |
translation_2101(String url,
String function,
Object parameters,
long duration)
Get the translation for the log entry with ID 2101, in the log entry group XINS service calling.
|
String |
translation_2102(String url,
String function,
Object parameters,
long duration)
Get the translation for the log entry with ID 2102, in the log entry group XINS service calling.
|
String |
translation_2103(String url,
String function,
Object parameters,
long duration)
Get the translation for the log entry with ID 2103, in the log entry group XINS service calling.
|
String |
translation_2104(String url,
String function,
Object parameters,
long duration,
int timeOut)
Get the translation for the log entry with ID 2104, in the log entry group XINS service calling.
|
String |
translation_2105(String url,
String function,
Object parameters,
long duration,
int timeOut)
Get the translation for the log entry with ID 2105, in the log entry group XINS service calling.
|
String |
translation_2106(String url,
String function,
Object parameters,
long duration,
int timeOut)
Get the translation for the log entry with ID 2106, in the log entry group XINS service calling.
|
String |
translation_2108(String url,
String function,
Object parameters,
long duration,
int code)
Get the translation for the log entry with ID 2108, in the log entry group XINS service calling.
|
String |
translation_2109(Throwable _exception,
String url,
String function,
Object parameters,
long duration)
Get the translation for the log entry with ID 2109, in the log entry group XINS service calling.
|
String |
translation_2110(String url,
String function,
Object parameters,
long duration,
String detail)
Get the translation for the log entry with ID 2110, in the log entry group XINS service calling.
|
String |
translation_2111(Throwable _exception,
String url,
String function,
Object parameters,
long duration)
Get the translation for the log entry with ID 2111, in the log entry group XINS service calling.
|
String |
translation_2112(String url,
String function,
Object parameters,
long duration,
String errorCode)
Get the translation for the log entry with ID 2112, in the log entry group XINS service calling.
|
String |
translation_2113(String function,
Object parameters,
long duration,
String reason)
Get the translation for the log entry with ID 2113, in the log entry group XINS service calling.
|
String |
translation_2114(String apiName,
String buildVersion,
String runtimeVersion)
Get the translation for the log entry with ID 2114, in the log entry group XINS service calling.
|
String |
translation_2115(String url,
String function,
Object parameters,
long duration,
String errorCode)
Get the translation for the log entry with ID 2115, in the log entry group XINS service calling.
|
String |
translation_2116(Throwable _exception,
String apiName)
Get the translation for the log entry with ID 2116, in the log entry group XINS service calling.
|
String |
translation_2117(Throwable _exception)
Get the translation for the log entry with ID 2117, in the log entry group XINS service calling.
|
String |
translation_2200(String namespaceURI,
String localName)
Get the translation for the log entry with ID 2200, in the log entry group XINS call result parsing.
|
String |
translation_2201()
Get the translation for the log entry with ID 2201, in the log entry group XINS call result parsing.
|
String |
translation_2202(String value)
Get the translation for the log entry with ID 2202, in the log entry group XINS call result parsing.
|
String |
translation_2203(String name)
Get the translation for the log entry with ID 2203, in the log entry group XINS call result parsing.
|
String |
translation_2204(String name,
String value)
Get the translation for the log entry with ID 2204, in the log entry group XINS call result parsing.
|
String |
translation_2205(Throwable _exception,
String detail)
Get the translation for the log entry with ID 2205, in the log entry group XINS call result parsing.
|
String |
translation_2206(String namespaceURI,
String localName)
Get the translation for the log entry with ID 2206, in the log entry group XINS call result parsing.
|
String |
translation_2300(Throwable _exception,
double start,
String url,
String functionName,
long duration,
String errorCode,
Object inParams,
Object outParams)
Get the translation for the log entry with ID 2300, in the log entry group Transaction logging.
|
String |
translation_2301(Throwable _exception,
double start,
String url,
String functionName,
long duration,
String errorCode)
Get the translation for the log entry with ID 2301, in the log entry group Transaction logging.
|
protected TranslationBundle(String name) throws IllegalArgumentException
TranslationBundle
subclass instance.name
- the name of this translation bundle, cannot be null
.IllegalArgumentException
- if name == null
.public final String getName()
public String translation_2100(String url, String function, Object parameters)
Calling XINS service.
public String translation_2101(String url, String function, Object parameters, long duration)
Successful XINS result received.
public String translation_2102(String url, String function, Object parameters, long duration)
Unknown host error while calling XINS service.
public String translation_2103(String url, String function, Object parameters, long duration)
Connection refused while calling XINS service.
public String translation_2104(String url, String function, Object parameters, long duration, int timeOut)
Connection time-out while calling XINS service.
public String translation_2105(String url, String function, Object parameters, long duration, int timeOut)
Socket time-out while calling XINS service.
public String translation_2106(String url, String function, Object parameters, long duration, int timeOut)
Total call time-out while calling XINS service.
public String translation_2108(String url, String function, Object parameters, long duration, int code)
Unacceptable status code received while calling XINS service.
public String translation_2109(Throwable _exception, String url, String function, Object parameters, long duration)
Unrecognized I/O error while calling XINS service.
public String translation_2110(String url, String function, Object parameters, long duration, String detail)
Invalid result received from XINS service.
public String translation_2111(Throwable _exception, String url, String function, Object parameters, long duration)
Unexpected exception while calling XINS service.
public String translation_2112(String url, String function, Object parameters, long duration, String errorCode)
Unsuccessful XINS result received.
public String translation_2113(String function, Object parameters, long duration, String reason)
XINS call request completely failed.
public String translation_2114(String apiName, String buildVersion, String runtimeVersion)
The CAPI has been compiled with a different XINS version.
public String translation_2115(String url, String function, Object parameters, long duration, String errorCode)
Functional error code returned from XINS call.
public String translation_2116(Throwable _exception, String apiName)
Unable to find the API specifications, trying with the ClassLoader.
public String translation_2117(Throwable _exception)
Error when calling the API using the file protocol.
public String translation_2200(String namespaceURI, String localName)
Root element is not "result".
public String translation_2201()
Found output parameter with name nor value.
public String translation_2202(String value)
Found output parameter without name.
public String translation_2203(String name)
Found output parameter without value.
public String translation_2204(String name, String value)
Parsed output parameter.
public String translation_2205(Throwable _exception, String detail)
Unable to convert the specified character string to XML.
public String translation_2206(String namespaceURI, String localName)
Ignoring unrecognized element at root level.
public String translation_2300(Throwable _exception, double start, String url, String functionName, long duration, String errorCode, Object inParams, Object outParams)
Function called. This entry differs from 2301 in that it logs all input and output parameters, while 2301 does not.
public String translation_2301(Throwable _exception, double start, String url, String functionName, long duration, String errorCode)
Function called. This entry differs from 2300 in that it does not log all input and output parameters, while 2300 does.
See http://www.xins.org/.