akka.osgi
Class UnregisteringLogService$

java.lang.Object
  extended by akka.osgi.UnregisteringLogService$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class UnregisteringLogService$
extends java.lang.Object
implements scala.Product, scala.Serializable

Message sent when LogService is unregistred. Sent from the ActorSystemActivator to a logger (as DefaultOsgiLogger).

See Also:
Serialized Form

Field Summary
static UnregisteringLogService$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
UnregisteringLogService$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

UnregisteringLogService$

public UnregisteringLogService$()