|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageSender
The message sender is used to send messages to a remote registry. The implementation must define how the different operations are called on the remote registry and how the data is serialized.
| Method Summary | |
|---|---|
java.lang.String |
getType()
Get the type of message sender... |
java.net.URI |
getURI()
Get the URI of the remote host/service to send the message to. |
void |
setURI(java.net.URI uri)
Set the URI to send messages to |
| Methods inherited from interface org.ow2.petals.registry.api.RemoteOperations |
|---|
delete, get, getAll, put, query |
| Method Detail |
|---|
java.lang.String getType()
java.net.URI getURI()
void setURI(java.net.URI uri)
uri -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||