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)
|
int |
getRemoteId(Actor act) |
void |
setClassLoader(ClassLoader l) |
void |
unpublishActor(Actor self)
unpublishes this actor by removing mappings and stuff.
|
void close()
void setClassLoader(ClassLoader l)
int getRemoteId(Actor act)
void unpublishActor(Actor self)
self - Copyright © 2015. All rights reserved.