db4o 6.1

com.db4o.defragment
Class DefragmentInfo

java.lang.Object
  extended by com.db4o.defragment.DefragmentInfo

public class DefragmentInfo
extends java.lang.Object

A message from the defragmentation process. This is a stub only and will be refined. Currently instances of these class will only be created and sent to registered listeners when invalid IDs are encountered during the defragmentation process. These probably are harmless and the result of a user-initiated delete operation.

See Also:
Defragment

Constructor Summary
DefragmentInfo(java.lang.String msg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefragmentInfo

public DefragmentInfo(java.lang.String msg)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

db4o 6.1