closing ticket 378

This commit is contained in:
Michael Kober 2010-09-09 10:42:03 +02:00
parent 8886de10bb
commit bfb612908b
25 changed files with 741 additions and 349 deletions

View file

@ -271,6 +271,11 @@ class RemoteServer extends Logging with ListenerManagement {
}
}
/**
* Register typed actor by interface name.
*/
def registerTypedActor(intfClass: Class[_], typedActor: AnyRef) : Unit = registerTypedActor(intfClass.getName, typedActor)
/**
* Register remote typed actor by a specific id.
* @param id custom actor id