|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.xins.common |
Class org.xins.common.ProgrammingException extends RuntimeException implements Serializable |
Serialized Fields |
String _detectingClass
null
if
unknown.
String _detectingMethod
null
if unknown.
String _subjectClass
null
if unknown.
String _subjectMethod
null
if unknown.
String _detail
null
.
Class org.xins.common.TimeOutException extends Exception implements Serializable |
Package org.xins.common.collections |
Class org.xins.common.collections.AbstractPropertyReader extends Object implements Serializable |
Serialized Fields |
Map _properties
null
.
Class org.xins.common.collections.BasicPropertyReader extends AbstractPropertyReader implements Serializable |
Class org.xins.common.collections.IncorrectSecretKeyException extends IllegalArgumentException implements Serializable |
Class org.xins.common.collections.InvalidPropertyValueException extends Exception implements Serializable |
Serialized Fields |
String _propertyName
null
.
String _propertyValue
null
.
String _reason
null
.
Class org.xins.common.collections.MissingRequiredPropertyException extends Exception implements Serializable |
Serialized Fields |
String _propertyName
null
.
String _detail
null
.
Class org.xins.common.collections.PropertiesPropertyReader extends AbstractPropertyReader implements Serializable |
Class org.xins.common.collections.ProtectedPropertyReader extends AbstractPropertyReader implements Serializable |
Serialized Fields |
Object _secretKey
null
.
Class org.xins.common.collections.StatsPropertyReader extends Object implements Serializable |
Serialized Fields |
Map _properties
null
.
ProtectedPropertyReader _unused
null
if there are no more unused properties.
Class org.xins.common.collections.WarnDoubleProperties extends Properties implements Serializable |
Package org.xins.common.http |
Class org.xins.common.http.HTTPCallConfig extends CallConfig implements Serializable |
Serialized Fields |
int _instanceNumber
HTTPMethod _method
null
.
String _userAgent
null
.
Class org.xins.common.http.HTTPCallException extends CallException implements Serializable |
serialVersionUID: 4843166618439269741l
Class org.xins.common.http.HTTPCallRequest extends CallRequest implements Serializable |
Serialized Fields |
int _instanceNumber
String _asString
null
, it is initialized during construction.
PropertyReader _parameters
null
, it is initialized during construction.
HTTPStatusCodeVerifier _statusCodeVerifier
null
if all HTTP status
codes are allowed.
Class org.xins.common.http.HTTPCallResult extends CallResult implements Serializable |
Serialized Fields |
HTTPCallResultData _data
HTTPCallResultData
object that contains the information
returned from the call. This field cannot be null
.
Class org.xins.common.http.HTTPMethod extends Object implements Serializable |
Serialized Fields |
String _name
"GET"
or
"POST"
. This field should never be null
.
Class org.xins.common.http.StatusCodeHTTPCallException extends HTTPCallException implements Serializable |
serialVersionUID: 5165140514693822383l
Serialized Fields |
int _code
Package org.xins.common.manageable |
Class org.xins.common.manageable.BootstrapException extends Exception implements Serializable |
Class org.xins.common.manageable.DeinitializationException extends Exception implements Serializable |
Class org.xins.common.manageable.InitializationException extends Exception implements Serializable |
Package org.xins.common.service |
Class org.xins.common.service.CallConfig extends Object implements Serializable |
Serialized Fields |
int _instanceNumber
boolean _failOverAllowed
Class org.xins.common.service.CallException extends Exception implements Serializable |
serialVersionUID: -7359880685027521685l
Serialized Fields |
String _shortReason
null
.
CallRequest _request
null
.
TargetDescriptor _target
null
.
long _duration
String _detail
null
.
CallException _next
CallException
. Can be null
if
there is none or if it has not been set yet.
String _message
null
if unset.
Class org.xins.common.service.CallRequest extends Object implements Serializable |
Serialized Fields |
CallConfig _callConfig
CallConfig
associated with this request, if any. Can be
-and initially is- null
.
Class org.xins.common.service.CallResult extends Object implements Serializable |
Serialized Fields |
CallRequest _request
null
.
TargetDescriptor _succeededTarget
null
.
long _duration
CallExceptionList _exceptions
CallException
s. This field may be
null
.
Class org.xins.common.service.ConnectionCallException extends GenericCallException implements Serializable |
serialVersionUID: -331358001038403428l
Class org.xins.common.service.ConnectionRefusedCallException extends ConnectionCallException implements Serializable |
serialVersionUID: -7764503252933271908l
Class org.xins.common.service.ConnectionTimeOutCallException extends ConnectionCallException implements Serializable |
serialVersionUID: -1955586477316135304l
Class org.xins.common.service.Descriptor extends Object implements Serializable |
Class org.xins.common.service.GenericCallException extends CallException implements Serializable |
serialVersionUID: 3372509223668556012l
Class org.xins.common.service.GroupDescriptor extends Descriptor implements Serializable |
Serialized Fields |
GroupDescriptor.Type _type
null
.
Descriptor[] _members
null
.
Map _targetsByCRC
TargetDescriptor
instances, by CRC-32. This
Map
is used by GroupDescriptor.getTargetByCRC(int)
to lookup a
TargetDescriptor
by CRC-32 checksum.
This field is initialized by the constructor and can never be
null
.
int _targetCount
Class org.xins.common.service.GroupDescriptor.Type extends Object implements Serializable |
Serialized Fields |
String _description
Class org.xins.common.service.IOCallException extends GenericCallException implements Serializable |
serialVersionUID: -1118963769763850776l
Class org.xins.common.service.NoRouteToHostCallException extends ConnectionCallException implements Serializable |
Class org.xins.common.service.SocketTimeOutCallException extends GenericCallException implements Serializable |
serialVersionUID: 3960746542315816035l
Class org.xins.common.service.TargetDescriptor extends Descriptor implements Serializable |
Serialized Fields |
int _instanceNumber
String _asString
TargetDescriptor.toString()
before returning it.
String _url
null
.
int _timeOut
int _connectionTimeOut
int _socketTimeOut
int _crc
#_url
.
Class org.xins.common.service.TotalTimeOutCallException extends GenericCallException implements Serializable |
serialVersionUID: -6065489266853904044l
Class org.xins.common.service.UnexpectedExceptionCallException extends GenericCallException implements Serializable |
serialVersionUID: -3071445845610955883l
Class org.xins.common.service.UnknownHostCallException extends ConnectionCallException implements Serializable |
serialVersionUID: 1266820641762046595l
Class org.xins.common.service.UnsupportedProtocolException extends RuntimeException implements Serializable |
serialVersionUID: 2847976540646154938l
Serialized Fields |
TargetDescriptor _target
null
.
Package org.xins.common.servlet |
Class org.xins.common.servlet.ServletConfigPropertyReader extends Object implements Serializable |
Serialized Fields |
ServletConfig _servletConfig
int _size
ServletConfigPropertyReader.size()
.
Class org.xins.common.servlet.ServletRequestPropertyReader extends AbstractPropertyReader implements Serializable |
Package org.xins.common.spec |
Class org.xins.common.spec.EntityNotFoundException extends Exception implements Serializable |
Class org.xins.common.spec.InvalidSpecificationException extends Exception implements Serializable |
Package org.xins.common.text |
Class org.xins.common.text.FormatException extends RuntimeException implements Serializable |
Serialized Fields |
String _string
null
.
String _reason
null
.
Class org.xins.common.text.NonASCIIException extends RuntimeException implements Serializable |
Class org.xins.common.text.ParseException extends Exception implements Serializable |
Serialized Fields |
String _detail
null
.
Package org.xins.common.threads |
Class org.xins.common.threads.QueueTimeOutException extends RuntimeException implements Serializable |
Package org.xins.common.types |
Class org.xins.common.types.PatternCompileException extends RuntimeException implements Serializable |
Class org.xins.common.types.TypeValueException extends Exception implements Serializable |
Serialized Fields |
Type _type
null
.
String _value
null
.
String _detail
null
.
Package org.xins.logdoc |
Class org.xins.logdoc.UnsupportedLocaleError extends Error implements Serializable |
Serialized Fields |
String _locale
null
.
Class org.xins.logdoc.UnsupportedLocaleException extends Exception implements Serializable |
Serialized Fields |
String _locale
null
.
Package org.xins.server |
Class org.xins.server.AccessDeniedException extends Exception implements Serializable |
Serialized Fields |
String _ip
null
.
String _functionName
null
.
Class org.xins.server.APIServlet extends HttpServlet implements Serializable |
serialVersionUID: -1117062458458353841l
Serialized Fields |
Engine _engine
null
but set to a
non-null
value in the APIServlet.init(ServletConfig)
method.
Class org.xins.server.FunctionNotSpecifiedException extends Exception implements Serializable |
Class org.xins.server.InvalidRequestException extends Exception implements Serializable |
Class org.xins.server.InvalidResponseException extends RuntimeException implements Serializable |
Class org.xins.server.NoSuchFunctionException extends Exception implements Serializable |
Serialized Fields |
String _functionName
Class org.xins.server.ParameterNotInitializedException extends RuntimeException implements Serializable |
Package org.xins.client |
Class org.xins.client.AbstractCAPICallRequest extends Object implements Serializable |
Serialized Fields |
String _functionName
null
.
XINSCallConfig _callConfig
null
.
Map _parameterValues
null
.
Element _dataSection
null
.
ElementBuilder _dataElementBuilder
null
.
Class org.xins.client.AbstractCAPICallResult extends Object implements Serializable |
Serialized Fields |
XINSCallResult _result
null
.
Class org.xins.client.AbstractCAPIErrorCodeException extends UnsuccessfulXINSCallException implements Serializable |
Class org.xins.client.DisabledFunctionException extends StandardErrorCodeException implements Serializable |
Class org.xins.client.InternalErrorException extends StandardErrorCodeException implements Serializable |
Class org.xins.client.InvalidRequestException extends StandardErrorCodeException implements Serializable |
Class org.xins.client.InvalidResultXINSCallException extends XINSCallException implements Serializable |
Class org.xins.client.StandardErrorCodeException extends UnsuccessfulXINSCallException implements Serializable |
Class org.xins.client.UnacceptableErrorCodeXINSCallException extends UnacceptableResultXINSCallException implements Serializable |
Class org.xins.client.UnacceptableRequestException extends RuntimeException implements Serializable |
Serialized Fields |
AbstractCAPICallRequest _request
null
.
DataElement _errors
String _message
Class org.xins.client.UnacceptableResultXINSCallException extends XINSCallException implements Serializable |
Serialized Fields |
XINSCallResultData _result
null
.
Class org.xins.client.UnsuccessfulXINSCallException extends XINSCallException implements Serializable |
Serialized Fields |
XINSCallResultData _result
null
.
ErrorCodeSpec.Type _type
Class org.xins.client.XINSCallConfig extends CallConfig implements Serializable |
Serialized Fields |
int _instanceNumber
HTTPCallConfig _httpCallConfig
null
.
Class org.xins.client.XINSCallException extends CallException implements Serializable |
Class org.xins.client.XINSCallRequest extends CallRequest implements Serializable |
Serialized Fields |
int _instanceNumber
String _asString
null
, it is initialized during construction.
String _functionName
null
.
ProtectedPropertyReader _parameters
null
.
Element _dataSection
null
.
ProtectedPropertyReader _httpParams
null
.
Perl5Matcher _patternMatcher
Class org.xins.client.XINSCallResult extends CallResult implements Serializable |
Serialized Fields |
XINSCallResultData _data
XINSCallResultData
object that contains all the
information returned from the call. This field cannot be
null
.
Package org.xins.client.async |
Class org.xins.client.async.CallFailedEvent extends org.xins.client.async.CallEvent implements Serializable |
Serialized Fields |
Exception _exception
Class org.xins.client.async.CallSucceededEvent extends org.xins.client.async.CallEvent implements Serializable |
Serialized Fields |
AbstractCAPICallResult _result
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |