public class CleanupEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CleanupEvent.Status
The status of the cleanup.
|
Constructor and Description |
---|
CleanupEvent(CleanupEvent.Status status,
int totalWeakRefsAndProxies,
Integer numStaleSubscribersCleaned) |
Modifier and Type | Method and Description |
---|---|
Integer |
getNumStaleSubscribersCleaned()
Null unless status is FINISHED_CLEANING.
|
CleanupEvent.Status |
getStatus() |
int |
getTotalWeakRefsAndProxies()
Total weak refs and ProxySubscribers subscribed.
|
public CleanupEvent(CleanupEvent.Status status, int totalWeakRefsAndProxies, Integer numStaleSubscribersCleaned)
public CleanupEvent.Status getStatus()
public int getTotalWeakRefsAndProxies()
public Integer getNumStaleSubscribersCleaned()
Copyright © 2013 Bushe Enterprises, Inc.. All rights reserved.