db4o

Configuration.weakReferenceCollectionInterval Method 

configures the timer for WeakReference collection.

[Visual Basic]
Sub weakReferenceCollectionInterval( _ 
   ByVal milliseconds As Integer _ 
)
[C#]
void weakReferenceCollectionInterval(
   int milliseconds
);
[C++]
void weakReferenceCollectionInterval(
   int milliseconds
);
[JScript]
function weakReferenceCollectionInterval(
   int milliseconds
);

Parameters

milliseconds
the time in milliseconds

Remarks

configures the timer for WeakReference collection.

The default setting is 1000 milliseconds.

Configure this setting to zero to turn WeakReference collection off.

Ignored on JDKs before 1.2.

See Also

Configuration Interface | com.db4o.config Namespace