initial guice integration started

This commit is contained in:
Jonas Boner 2009-02-16 22:49:33 +01:00
parent d01a293fa7
commit 42cc47bf6a
4 changed files with 40 additions and 234 deletions

View file

@ -72,7 +72,7 @@ class ActiveObjectProxy(val target: AnyRef, val timeout: Int) extends Invocation
}
}
private[kernel] val server = new GenericServerContainer(target.getClass.getName, () => dispatcher)
private[akka] val server = new GenericServerContainer(target.getClass.getName, () => dispatcher)
server.setTimeout(timeout)
def invoke(proxy: AnyRef, m: Method, args: Array[AnyRef]): AnyRef = invoke(Invocation(m, args, target))