Serialized Form
-
Package org.serviceconnector.api
-
Exception org.serviceconnector.api.SCServiceException
class SCServiceException extends Exception implements Serializable- serialVersionUID:
- 75222936621899150L
-
-
Package org.serviceconnector.cache
-
Class org.serviceconnector.cache.SCCacheMetaEntry
class SCCacheMetaEntry extends Object implements Serializable- serialVersionUID:
- 6142075299284577556L
-
Serialized Fields
-
cacheEntryState
SC_CACHE_ENTRY_STATE cacheEntryState
The cache state.SC_CACHE_ENTRY_STATE -
cacheGuardianName
String cacheGuardianName
The cache guardian name assigned to the meta entry. -
cacheId
String cacheId
The cache id. -
cachingMethod
SC_CACHING_METHOD cachingMethod
The caching method.SC_CACHING_METHOD -
creationTime
Date creationTime
The creation time, tells what time this meta entry has been created. -
dataMessagePartInfo
Map<String,
Integer> dataMessagePartInfo The data message part info. Holds number of parts available for specific data message meta entry contains. -
expectedAppendix
int expectedAppendix
The expected number of appendix, helper variable in polling appendix procedure. -
expirationDateTimeString
String expirationDateTimeString
The expiration date time string. -
header
Map<String,
String> header The header containing any header attributes of request SCMP message. -
lastModifiedTime
Date lastModifiedTime
The last modified time. -
loadingSessionId
String loadingSessionId
The loading session id. -
loadingTimeoutMillis
int loadingTimeoutMillis
The loading timeout (milliseconds). This timeout tells, how long we can stay in the loading state. -
numberOfAppendix
int numberOfAppendix
The number of appendix the meta entry contains.
-
-
-
Package org.serviceconnector.cmd
-
Exception org.serviceconnector.cmd.SCMPCommandException
class SCMPCommandException extends HasFaultResponseException implements Serializable- serialVersionUID:
- -7198688558643060L
-
Exception org.serviceconnector.cmd.SCMPValidatorException
class SCMPValidatorException extends HasFaultResponseException implements Serializable- serialVersionUID:
- -5190062727277529571L
-
-
Package org.serviceconnector.net
-
Exception org.serviceconnector.net.CommunicationException
class CommunicationException extends Exception implements Serializable- serialVersionUID:
- 5283763167254554457L
-
Exception org.serviceconnector.net.EncodingDecodingException
class EncodingDecodingException extends Exception implements Serializable- serialVersionUID:
- 5212244086716544669L
-
Exception org.serviceconnector.net.FrameDecoderException
class FrameDecoderException extends Exception implements Serializable- serialVersionUID:
- 4215165615985380374L
-
Exception org.serviceconnector.net.SCMPCommunicationException
class SCMPCommunicationException extends HasFaultResponseException implements Serializable- serialVersionUID:
- -7198688558643060L
-
-
Package org.serviceconnector.net.connection
-
Exception org.serviceconnector.net.connection.ConnectionPoolBusyException
class ConnectionPoolBusyException extends Exception implements Serializable- serialVersionUID:
- 3224481703543165851L
-
Exception org.serviceconnector.net.connection.ConnectionPoolConnectException
class ConnectionPoolConnectException extends Exception implements Serializable- serialVersionUID:
- -4611941547421470420L
-
Exception org.serviceconnector.net.connection.DisconnectException
class DisconnectException extends Exception implements Serializable- serialVersionUID:
- 1887621679731002578L
-
-
Package org.serviceconnector.net.req.netty
-
Exception org.serviceconnector.net.req.netty.IdleTimeoutException
class IdleTimeoutException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.serviceconnector.net.res.netty
-
Exception org.serviceconnector.net.res.netty.SCMPFrameDecoderException
class SCMPFrameDecoderException extends HasFaultResponseException implements Serializable- serialVersionUID:
- -6537338790870840933L
-
-
Package org.serviceconnector.scmp
-
Exception org.serviceconnector.scmp.HasFaultResponseException
class HasFaultResponseException extends Exception implements Serializable- serialVersionUID:
- 3781800906847958120L
-
Serialized Fields
-
fault
SCMPMessageFault fault
The fault message.
-
-
Class org.serviceconnector.scmp.SCMPCompositeReceiver
class SCMPCompositeReceiver extends SCMPMessage implements Serializable- serialVersionUID:
- 1735822027625330541L
-
Serialized Fields
-
complete
boolean complete
The complete flag. -
offest
int offest
The scmp offset. -
outputStream
ByteArrayOutputStream outputStream
The output stream. -
pollMsg
SCMPMessage pollMsg
The part request, request to pull. -
scmpList
List<SCMPMessage> scmpList
The list of message parts. -
writer
StringWriter writer
The string writer.
-
-
Class org.serviceconnector.scmp.SCMPCompositeSender
class SCMPCompositeSender extends SCMPMessage implements Serializable- serialVersionUID:
- -2950569709505656293L
-
Serialized Fields
-
currentPart
SCMPMessage currentPart
The current part. -
largeMessageLength
int largeMessageLength
The large message length. -
message
SCMPMessage message
The large scmp message. -
offset
int offset
The offset.
-
-
Class org.serviceconnector.scmp.SCMPKeepAlive
class SCMPKeepAlive extends SCMPMessage implements Serializable- serialVersionUID:
- 6178848400686789871L
-
Class org.serviceconnector.scmp.SCMPMessage
class SCMPMessage extends Object implements Serializable- serialVersionUID:
- 4620549763039638861L
-
Serialized Fields
-
body
Object body
The message body. -
header
Map<String,
String> header The message header. -
httpUrlFileQualifier
String httpUrlFileQualifier
the HTTP URL file qualifier which is added to the URL when communicating to a HTTP server. -
isReply
boolean isReply
The is reply. -
isReqCompleteAfterMarshallingPart
boolean isReqCompleteAfterMarshallingPart
The is req complete after marshalling part. -
partSize
int partSize
The message part size. -
SCMP_VERSION
SCMPVersion SCMP_VERSION
The SCMP_VERSION of current message.
-
-
Class org.serviceconnector.scmp.SCMPMessageFault
class SCMPMessageFault extends SCMPMessage implements Serializable- serialVersionUID:
- 1695597295852533538L
-
Serialized Fields
-
exception
Exception exception
The exception.
-
-
Class org.serviceconnector.scmp.SCMPOffsetPart
class SCMPOffsetPart extends SCMPPart implements Serializable- serialVersionUID:
- 1542392908180130094L
-
Serialized Fields
-
callLength
int callLength
The call length, total length of the large message. -
offset
int offset
The offset where body starts. -
size
int size
The size of this specific part SCMP.
-
-
Class org.serviceconnector.scmp.SCMPPart
class SCMPPart extends SCMPMessage implements Serializable- serialVersionUID:
- -6783597447553148309L
-
Serialized Fields
-
pollRequest
boolean pollRequest
The poll request.
-
-
-
Package org.serviceconnector.server
-
Exception org.serviceconnector.server.FileServerException
class FileServerException extends Exception implements Serializable- serialVersionUID:
- 1031464817718308499L
-
-
Package org.serviceconnector.service
-
Exception org.serviceconnector.service.InvalidMaskLengthException
class InvalidMaskLengthException extends Exception implements Serializable- serialVersionUID:
- -2870366081862019823L
-
Exception org.serviceconnector.service.NoFreeServerException
class NoFreeServerException extends HasFaultResponseException implements Serializable- serialVersionUID:
- -6743108698413624462L
-
Exception org.serviceconnector.service.SCCallbackException
class SCCallbackException extends Exception implements Serializable- serialVersionUID:
- -2833490923843542634L
-
-
Package org.serviceconnector.web
-
Exception org.serviceconnector.web.LoginException
class LoginException extends Exception implements Serializable- serialVersionUID:
- -7805640643661623372L
-
Exception org.serviceconnector.web.NotFoundException
class NotFoundException extends Exception implements Serializable- serialVersionUID:
- -7695341821523840247L
-
-
Package org.serviceconnector.web.cmd
-
Exception org.serviceconnector.web.cmd.WebCommandException
class WebCommandException extends Exception implements Serializable- serialVersionUID:
- -4819887993950715812L
-