public interface Messaging
| Modifier and Type | Interface and Description |
|---|---|
static class |
Messaging.MessageType |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shutdown and/or close any resources and/or connections.
|
void |
send(FedoraMethod method)
Send a message representing the
FedoraMethod. |
void |
send(String destName,
FedoraMessage message)
Send the
FedoraMessage to the specified destination. |
void send(String destName, FedoraMessage message) throws MessagingException
FedoraMessage to the specified destination.destName - The destination of the message.message - The message to send.MessagingExceptionvoid send(FedoraMethod method) throws MessagingException
FedoraMethod.
The message representation and destination(s) are determined by the
implementing class.method - The method to send.MessagingExceptionvoid close()
throws MessagingException
MessagingExceptionCopyright © 2013 DuraSpace. All Rights Reserved.