public class PersistenceWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETED |
static int |
IN_USE |
static int |
NOT_IN_USE |
| Constructor and Description |
|---|
PersistenceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInUse() |
int |
getInUse() |
Object |
getPersistent() |
int |
getState() |
int |
removeInUse() |
void |
setPersistent(Object newobject) |
void |
setState(int newstate) |
public static final int IN_USE
public static final int NOT_IN_USE
public static final int DELETED
Copyright © 2017. All rights reserved.