Package com.ibm.ima.plugin
Class ImaReturnCode
- Object
-
- com.ibm.ima.plugin.ImaReturnCode
-
public class ImaReturnCode extends ObjectDefine a subset of the IBM MessgeSight server return codes which might be visible to the plug-in.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOPYRIGHTstatic intIMARC_AllocateErrorUnable to allocate memorystatic intIMARC_ArgNotValidAn argument not valid: name={0}static intIMARC_BadClientDataThe data from the client is not validstatic intIMARC_BadClientIDThe ClientID is not validstatic intIMARC_BadHTTPHTTP handshake failedstatic intIMARC_BadPropertyNameThe property name is not valid: property={0}static intIMARC_BadPropertyValueA property value is not valid: property={0} value={1}static intIMARC_BadSysTopicThe topic is a system topicstatic intIMARC_CertificateNotValidCertificate not validstatic intIMARC_ChangedAuthenticationThe HTTP authentication cannot be changed within a connectionstatic intIMARC_ClientIDConnectedThe client ID is in use by an active connectionstatic intIMARC_ClientIDInUseThe client ID is already in usestatic intIMARC_ClientIDNotValidThe client ID is not valid: {0}static intIMARC_ClientIDRequiredThe client ID is requiredstatic intIMARC_ClosedThe object is closedstatic intIMARC_ClosedByClientThe connection was closed by the clientstatic intIMARC_ClosedByServerThe connection was closed by the serverstatic intIMARC_ClosedOnSendThe connection was closed during a sendstatic intIMARC_ClosedTLSHandshakeClosed during TLS handshakestatic intIMARC_ConnectNotAuthorizedConnection is not authorizedstatic intIMARC_ConnectTimedOutThe connection timed outstatic intIMARC_DestinationFullThe destination is fullstatic intIMARC_DestinationInUseThe destination is in usestatic intIMARC_DestNotValidThe destination name is not validstatic intIMARC_DestroyedThe object is already destroyedstatic intIMARC_EndpointDisabledThe connection was closed by an administratorstatic intIMARC_ErrorSystem errorstatic intIMARC_ExistingSubscriptionThe subscription name being requested already existsstatic intIMARC_FirstPacketTooBigThe initial packet is too largestatic intIMARC_HTTP_BadRequestThe HTTP request is not validstatic intIMARC_HTTP_NotAuthorizedThe HTTP request is not authorizedstatic intIMARC_HTTP_NotFoundThe HTTP request is for an object which does not existstatic intIMARC_InvalidParameterAn invalid parameter was suppliedstatic intIMARC_LockNotGrantedThe lock could not be acquiredstatic intIMARC_MessageNotValidThe message is not validstatic intIMARC_MessagingNotAvailableMessaging is not availablestatic intIMARC_MsgTooBigThe message size is too large for this endpoint.static intIMARC_NameNotValidThe subscription name is not validstatic intIMARC_NoCertificateCertificate missingstatic intIMARC_NoFirstPacketNo data was received on a connectionstatic intIMARC_NoPingResponseThe client did not respond to a pingstatic intIMARC_NoSubscriptionsThere are no subscriptionsstatic intIMARC_NotAuthenticatedUser authentication failedstatic intIMARC_NotAuthorizedThe operation is not authorizedstatic intIMARC_NotFoundThe requested item is not foundstatic intIMARC_NotImplementedThe function is not implementedstatic intIMARC_NullArgumentA null argument is not allowedstatic intIMARC_NullPointerA null object is not allowedstatic intIMARC_ObjectNotValidThe messaging object is not validstatic intIMARC_OKSuccessstatic intIMARC_PingFailedFailed to ping clientstatic intIMARC_PropertiesNotValidThe properties are not validstatic intIMARC_RolledBackThe transaction was rolled backstatic intIMARC_SendNotAllowedThe sending of messages to this destination is not allowedstatic intIMARC_ServerCapacityThe server capacity is reachedstatic intIMARC_ServerNotAvailableServer not availablestatic intIMARC_ServerTerminatingThe connection was closed because the server was shutdownstatic intIMARC_ShareMismatchThe consumer must have a matching share with the existing subscriptionstatic intIMARC_TimeOutThe receive timed outstatic intIMARC_TransactionInUseThe transaction is associated with another sessionstatic intIMARC_UnicodeNotValidThe Unicode value is not valid
-
Constructor Summary
Constructors Constructor Description ImaReturnCode()
-
-
-
Field Detail
-
COPYRIGHT
public static final String COPYRIGHT
- See Also:
- Constant Field Values
-
IMARC_OK
public static final int IMARC_OK
Success- See Also:
- Constant Field Values
-
IMARC_DestinationFull
public static final int IMARC_DestinationFull
The destination is full- See Also:
- Constant Field Values
-
IMARC_RolledBack
public static final int IMARC_RolledBack
The transaction was rolled back- See Also:
- Constant Field Values
-
IMARC_DestinationInUse
public static final int IMARC_DestinationInUse
The destination is in use- See Also:
- Constant Field Values
-
IMARC_ClosedByClient
public static final int IMARC_ClosedByClient
The connection was closed by the client- See Also:
- Constant Field Values
-
IMARC_ClosedByServer
public static final int IMARC_ClosedByServer
The connection was closed by the server- See Also:
- Constant Field Values
-
IMARC_ServerTerminating
public static final int IMARC_ServerTerminating
The connection was closed because the server was shutdown- See Also:
- Constant Field Values
-
IMARC_EndpointDisabled
public static final int IMARC_EndpointDisabled
The connection was closed by an administrator- See Also:
- Constant Field Values
-
IMARC_ClosedOnSend
public static final int IMARC_ClosedOnSend
The connection was closed during a send- See Also:
- Constant Field Values
-
IMARC_Error
public static final int IMARC_Error
System error- See Also:
- Constant Field Values
-
IMARC_NotImplemented
public static final int IMARC_NotImplemented
The function is not implemented- See Also:
- Constant Field Values
-
IMARC_AllocateError
public static final int IMARC_AllocateError
Unable to allocate memory- See Also:
- Constant Field Values
-
IMARC_ServerCapacity
public static final int IMARC_ServerCapacity
The server capacity is reached- See Also:
- Constant Field Values
-
IMARC_BadClientData
public static final int IMARC_BadClientData
The data from the client is not valid- See Also:
- Constant Field Values
-
IMARC_Closed
public static final int IMARC_Closed
The object is closed- See Also:
- Constant Field Values
-
IMARC_Destroyed
public static final int IMARC_Destroyed
The object is already destroyed- See Also:
- Constant Field Values
-
IMARC_NullPointer
public static final int IMARC_NullPointer
A null object is not allowed- See Also:
- Constant Field Values
-
IMARC_TimeOut
public static final int IMARC_TimeOut
The receive timed out- See Also:
- Constant Field Values
-
IMARC_LockNotGranted
public static final int IMARC_LockNotGranted
The lock could not be acquired- See Also:
- Constant Field Values
-
IMARC_BadPropertyName
public static final int IMARC_BadPropertyName
The property name is not valid: property={0}- See Also:
- Constant Field Values
-
IMARC_BadPropertyValue
public static final int IMARC_BadPropertyValue
A property value is not valid: property={0} value={1}- See Also:
- Constant Field Values
-
IMARC_NotFound
public static final int IMARC_NotFound
The requested item is not found- See Also:
- Constant Field Values
-
IMARC_ObjectNotValid
public static final int IMARC_ObjectNotValid
The messaging object is not valid- See Also:
- Constant Field Values
-
IMARC_ArgNotValid
public static final int IMARC_ArgNotValid
An argument not valid: name={0}- See Also:
- Constant Field Values
-
IMARC_NullArgument
public static final int IMARC_NullArgument
A null argument is not allowed- See Also:
- Constant Field Values
-
IMARC_MessageNotValid
public static final int IMARC_MessageNotValid
The message is not valid- See Also:
- Constant Field Values
-
IMARC_PropertiesNotValid
public static final int IMARC_PropertiesNotValid
The properties are not valid- See Also:
- Constant Field Values
-
IMARC_ClientIDNotValid
public static final int IMARC_ClientIDNotValid
The client ID is not valid: {0}- See Also:
- Constant Field Values
-
IMARC_ClientIDRequired
public static final int IMARC_ClientIDRequired
The client ID is required- See Also:
- Constant Field Values
-
IMARC_ClientIDInUse
public static final int IMARC_ClientIDInUse
The client ID is already in use- See Also:
- Constant Field Values
-
IMARC_UnicodeNotValid
public static final int IMARC_UnicodeNotValid
The Unicode value is not valid- See Also:
- Constant Field Values
-
IMARC_NameNotValid
public static final int IMARC_NameNotValid
The subscription name is not valid- See Also:
- Constant Field Values
-
IMARC_DestNotValid
public static final int IMARC_DestNotValid
The destination name is not valid- See Also:
- Constant Field Values
-
IMARC_ConnectNotAuthorized
public static final int IMARC_ConnectNotAuthorized
Connection is not authorized- See Also:
- Constant Field Values
-
IMARC_ConnectTimedOut
public static final int IMARC_ConnectTimedOut
The connection timed out- See Also:
- Constant Field Values
-
IMARC_PingFailed
public static final int IMARC_PingFailed
Failed to ping client- See Also:
- Constant Field Values
-
IMARC_NoPingResponse
public static final int IMARC_NoPingResponse
The client did not respond to a ping- See Also:
- Constant Field Values
-
IMARC_ClosedTLSHandshake
public static final int IMARC_ClosedTLSHandshake
Closed during TLS handshake- See Also:
- Constant Field Values
-
IMARC_NoFirstPacket
public static final int IMARC_NoFirstPacket
No data was received on a connection- See Also:
- Constant Field Values
-
IMARC_FirstPacketTooBig
public static final int IMARC_FirstPacketTooBig
The initial packet is too large- See Also:
- Constant Field Values
-
IMARC_BadClientID
public static final int IMARC_BadClientID
The ClientID is not valid- See Also:
- Constant Field Values
-
IMARC_ServerNotAvailable
public static final int IMARC_ServerNotAvailable
Server not available- See Also:
- Constant Field Values
-
IMARC_MessagingNotAvailable
public static final int IMARC_MessagingNotAvailable
Messaging is not available- See Also:
- Constant Field Values
-
IMARC_NoCertificate
public static final int IMARC_NoCertificate
Certificate missing- See Also:
- Constant Field Values
-
IMARC_CertificateNotValid
public static final int IMARC_CertificateNotValid
Certificate not valid- See Also:
- Constant Field Values
-
IMARC_BadHTTP
public static final int IMARC_BadHTTP
HTTP handshake failed- See Also:
- Constant Field Values
-
IMARC_ChangedAuthentication
public static final int IMARC_ChangedAuthentication
The HTTP authentication cannot be changed within a connection- See Also:
- Constant Field Values
-
IMARC_NotAuthorized
public static final int IMARC_NotAuthorized
The operation is not authorized- See Also:
- Constant Field Values
-
IMARC_NotAuthenticated
public static final int IMARC_NotAuthenticated
User authentication failed- See Also:
- Constant Field Values
-
IMARC_TransactionInUse
public static final int IMARC_TransactionInUse
The transaction is associated with another session- See Also:
- Constant Field Values
-
IMARC_InvalidParameter
public static final int IMARC_InvalidParameter
An invalid parameter was supplied- See Also:
- Constant Field Values
-
IMARC_SendNotAllowed
public static final int IMARC_SendNotAllowed
The sending of messages to this destination is not allowed- See Also:
- Constant Field Values
-
IMARC_ExistingSubscription
public static final int IMARC_ExistingSubscription
The subscription name being requested already exists- See Also:
- Constant Field Values
-
IMARC_ClientIDConnected
public static final int IMARC_ClientIDConnected
The client ID is in use by an active connection- See Also:
- Constant Field Values
-
IMARC_MsgTooBig
public static final int IMARC_MsgTooBig
The message size is too large for this endpoint.- See Also:
- Constant Field Values
-
IMARC_BadSysTopic
public static final int IMARC_BadSysTopic
The topic is a system topic- See Also:
- Constant Field Values
-
IMARC_ShareMismatch
public static final int IMARC_ShareMismatch
The consumer must have a matching share with the existing subscription- See Also:
- Constant Field Values
-
IMARC_NoSubscriptions
public static final int IMARC_NoSubscriptions
There are no subscriptions- See Also:
- Constant Field Values
-
IMARC_HTTP_BadRequest
public static final int IMARC_HTTP_BadRequest
The HTTP request is not valid- See Also:
- Constant Field Values
-
IMARC_HTTP_NotAuthorized
public static final int IMARC_HTTP_NotAuthorized
The HTTP request is not authorized- See Also:
- Constant Field Values
-
IMARC_HTTP_NotFound
public static final int IMARC_HTTP_NotFound
The HTTP request is for an object which does not exist- See Also:
- Constant Field Values
-
-