public interface RemoteConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the underlying connection (Warning: may side effect to other actors published on this connection)
|
IPromise |
closeNetwork()
closes underlying network connection also.
|
long |
getRemoteId(Actor act) |
ObjectSocket |
getSocketRef() |
void |
setClassLoader(ClassLoader l) |
void |
unpublishActor(Actor self)
unpublishes this actor by removing mappings and stuff.
|
void close()
void setClassLoader(ClassLoader l)
long getRemoteId(Actor act)
void unpublishActor(Actor self)
self - IPromise closeNetwork()
ObjectSocket getSocketRef()
Copyright © 2017. All rights reserved.