public interface DistributableReceiverInterface
| Modifier and Type | Method and Description |
|---|---|
Peer |
getMyPeer()
Return the peer associated with the receiver
|
void |
setEntityManager(DistributableEntityManager entityManager)
Set the entity manager
|
void |
start()
Start to listen on the interface
|
void |
stop()
Stop to listen on the interface
|
void setEntityManager(DistributableEntityManager entityManager)
entityManager - Entity manager to modifyPeer getMyPeer()
void start()
throws java.lang.Exception
java.lang.Exception - Error during opening the connectionvoid stop() throws java.lang.Exception
java.lang.Exception - Error during closing the connection