|
int | getCurrentId () |
|
synchronized int | getNextId () |
|
synchronized void | releaseId (int id) |
|
int | size () |
|
boolean | isInitialized () |
|
|
static final int | FIRST_OID = 0x10000000 |
|
static final int | LAST_OID = 0x7FFFFFFF |
|
static final int | FREE_OBJECT_ID_SIZE = LAST_OID - FIRST_OID |
|
void | cleanUpDB () |
|
int[] | extractUsedObjectIDTable () throws SQLException |
|
void | setAllCharacterOffline () |
|
boolean | _initialized |
|
static final Logger | _log = Logger.getLogger(IdFactory.class.getName()) |
|
static final String[] | ID_UPDATES |
|
static final String[] | ID_CHECKS |
|
static IdFactory | _instance = null |
|
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/idfactory/StackIDFactory.java