|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Messaging
The Messaging subsystem interface.
| Nested Class Summary | |
|---|---|
static class |
Messaging.MessageType
|
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void send(String destName,
FedoraMessage message)
throws MessagingException
FedoraMessage to the specified destination.
destName - The destination of the message.message - The message to send.
MessagingException
void send(FedoraMethod method)
throws MessagingException
FedoraMethod.
The message representation and destination(s) are determined by the
implementing class.
method - The method to send.
MessagingException
void close()
throws MessagingException
MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||