akka.osgi
Class OsgiActorSystemFactory$

java.lang.Object
  extended by akka.osgi.OsgiActorSystemFactory$

public class OsgiActorSystemFactory$
extends java.lang.Object


Field Summary
static OsgiActorSystemFactory$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
OsgiActorSystemFactory$()
           
 
Method Summary
 java.lang.ClassLoader akkaActorClassLoader()
          Class loader of akka-actor bundle.
 OsgiActorSystemFactory apply(org.osgi.framework.BundleContext context, com.typesafe.config.Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final OsgiActorSystemFactory$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

OsgiActorSystemFactory$

public OsgiActorSystemFactory$()
Method Detail

akkaActorClassLoader

public java.lang.ClassLoader akkaActorClassLoader()
Class loader of akka-actor bundle.


apply

public OsgiActorSystemFactory apply(org.osgi.framework.BundleContext context,
                                    com.typesafe.config.Config config)