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

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
 

Constructor Detail

UnregisteringLogService

public UnregisteringLogService()