public class GlxGlobalRegistry
extends java.lang.Object
implements co.paralleluniverse.remote.GlobalRegistry
| Constructor and Description |
|---|
GlxGlobalRegistry() |
| Modifier and Type | Method and Description |
|---|---|
<Message> co.paralleluniverse.actors.Actor<Message> |
getActor(java.lang.String name) |
java.lang.Object |
register(co.paralleluniverse.actors.LocalActor<?,?> actor) |
void |
unregister(co.paralleluniverse.actors.LocalActor<?,?> actor) |
public java.lang.Object register(co.paralleluniverse.actors.LocalActor<?,?> actor)
throws co.paralleluniverse.fibers.SuspendExecution
register in interface co.paralleluniverse.remote.GlobalRegistryco.paralleluniverse.fibers.SuspendExecutionpublic void unregister(co.paralleluniverse.actors.LocalActor<?,?> actor)
throws co.paralleluniverse.fibers.SuspendExecution
unregister in interface co.paralleluniverse.remote.GlobalRegistryco.paralleluniverse.fibers.SuspendExecutionpublic <Message> co.paralleluniverse.actors.Actor<Message> getActor(java.lang.String name)
throws co.paralleluniverse.fibers.SuspendExecution
getActor in interface co.paralleluniverse.remote.GlobalRegistryco.paralleluniverse.fibers.SuspendExecution