Package | Description |
---|---|
org.objectweb.joram.mom.notifications |
The
org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. |
org.objectweb.joram.mom.proxies |
The
org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
org.objectweb.joram.shared.client |
The
org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. |
org.objectweb.joram.shared.excepts |
The
org.objectweb.joram.shared.excepts package holds the exceptions thrown by the MOM's proxy and destination agents, and related to processing a client request. |
Modifier and Type | Field and Description |
---|---|
private MomException |
ExceptionReply.except
The
MomException which occured when processing the request. |
Modifier and Type | Method and Description |
---|---|
MomException |
ExceptionReply.getException()
Returns the exception wrapped by the reply.
|
Constructor and Description |
---|
ExceptionReply(AbstractRequestNot request,
MomException except)
Constructs an
ExceptionReply instance. |
ExceptionReply(MomException except)
Constructs an
ExceptionReply instance. |
Modifier and Type | Method and Description |
---|---|
void |
StandardConnectionContext.pushError(MomException exc) |
void |
ReliableConnectionContext.pushError(MomException exc) |
void |
ConnectionContext.pushError(MomException exc) |
Constructor and Description |
---|
MomExceptionReply(int correlationId,
MomException exc)
Constructs a
MomExceptionReply instance. |
MomExceptionReply(MomException exc)
Constructs a
MomExceptionReply instance. |
Modifier and Type | Class and Description |
---|---|
class |
AccessException
An
AccessException is thrown by a destination when processing
a request of a client which does not have valid rights for this request. |
class |
DestinationException
A
DestinationException is thrown by a destination while
deleting if requesters are still active, and in a proxy method when trying
to access a non existing destination. |
class |
MessageValueException
A
MessageValueException is thrown when a value carried by a
message is incorrectly accessed or typed. |
class |
RequestException
A
RequestException is thrown by a destination or a proxy when
processing an invalid client request. |
class |
SelectorException
A
SelectorException is thrown when an error occurs while
parsing a selector expression. |
class |
StateException
A
StateException is thrown by a destination or a proxy when
processing a request in an invalid state. |
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.