public class ActivityFocusTracker extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_LIFETIME
The Constant BATCH_LIFETIME.
|
| Constructor and Description |
|---|
ActivityFocusTracker()
Instantiates a new activity focus batch (used by cache deserialization).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final int BATCH_LIFETIME
public ActivityFocusTracker()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.