public class ObjectStatus extends 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() |
| Modifier and Type | Method and Description |
|---|---|
static void |
print(PrintWriter strm,
int os) |
static String |
toString(int os) |
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
public static void print(PrintWriter strm, int os)
public static String toString(int os)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.