public class ObjectStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE |
static int |
ACTIVE_NEW |
static int |
DESTROYED |
static int |
PASSIVE |
static int |
PASSIVE_NEW |
static int |
UNKNOWN_STATUS |
Constructor and Description |
---|
ObjectStatus() |
public static final int PASSIVE
public static final int PASSIVE_NEW
public static final int ACTIVE
public static final int ACTIVE_NEW
public static final int DESTROYED
public static final int UNKNOWN_STATUS