Package org.serviceconnector.api
Class SCManagedMessage
java.lang.Object
org.serviceconnector.api.SCMessage
org.serviceconnector.api.SCManagedMessage
The Class SCManagedMessage. Message which is managed by the cache module in SC.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAppendix(SCAppendMessage appendix) Adds the appendix.Gets the appendixes.intGets the number of appendixes.booleanChecks if is managed.Methods inherited from class org.serviceconnector.api.SCMessage
getAppErrorCode, getAppErrorText, getCacheExpirationDateTime, getCacheId, getCachePartNr, getCachingMethod, getData, getDataLength, getMessageInfo, getPartSize, getServiceName, getSessionId, getSessionInfo, isCached, isCompressed, isReject, setAppErrorCode, setAppErrorText, setCached, setCacheExpirationDateTime, setCacheId, setCachePartNr, setCachingMethod, setCompressed, setData, setDataLength, setMessageInfo, setPartSize, setReject, setServiceName, setSessionId, setSessionInfo, toString
-
Constructor Details
-
SCManagedMessage
public SCManagedMessage()Instantiates a new SC managed message.
-
-
Method Details
-
getAppendixes
Gets the appendixes.- Returns:
- the appendixes
-
addAppendix
Adds the appendix.- Parameters:
appendix- the appendix
-
getNrOfAppendixes
public int getNrOfAppendixes()Gets the number of appendixes.- Returns:
- the number of appendixes
-
isManaged
public boolean isManaged()Checks if is managed.
-