Package com.opencloud.rhino.facilities.message
-
Interface Summary Interface Description MessageFacility Rhino extension facility which allows a resource adaptor entity to pass messages between cluster nodes.MessageListener Messages are delivered to a MessageListener.MessageSender Interface used by the resource adaptor to pass messages to peer nodes, within the context of the resource adaptor entity.RemoteResult<T> Object containing a remote invocation result for an individual node.RequestListener Requests are delivered to a RequestListener. -
Exception Summary Exception Description NoListenerException Thrown to indicate there was no listener to receive the request on the invoked node.