public static final class SrvMonAppFlowInfo.Deserializer extends Object implements UtlPool.Item<SrvMonAppFlowInfo.Deserializer>
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonAppFlowInfo.Deserializer.AbstractCallbackImpl |
static interface |
SrvMonAppFlowInfo.Deserializer.Callback |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonAppFlowInfo.Deserializer |
create() |
static SrvMonAppFlowInfo.Deserializer |
create(boolean pvt) |
UtlPool<SrvMonAppFlowInfo.Deserializer> |
getPool()
Get a pool item's pool.
|
int |
getSerializedLength() |
void |
getTo(IOBuffer buffer,
int offset) |
int |
getTo(long addr,
int offset) |
SrvMonAppFlowInfo.Deserializer |
init()
Initialize an item.
|
SrvMonAppFlowInfo.Deserializer |
init(IOBuffer buffer,
int offset,
int len) |
SrvMonAppFlowInfo.Deserializer |
init(long addr,
int offset,
int len) |
boolean |
isInitialized() |
void |
run(SrvMonAppFlowInfo.Deserializer.Callback cb) |
SrvMonAppFlowInfo.Deserializer |
setPool(UtlPool<SrvMonAppFlowInfo.Deserializer> pool)
Set a pool item's pool.
|
void |
stop() |
public static final SrvMonAppFlowInfo.Deserializer create(boolean pvt)
public static final SrvMonAppFlowInfo.Deserializer create()
public final SrvMonAppFlowInfo.Deserializer init(long addr, int offset, int len)
public final SrvMonAppFlowInfo.Deserializer init(IOBuffer buffer, int offset, int len)
public final boolean isInitialized()
public final int getSerializedLength()
public final void getTo(IOBuffer buffer, int offset)
public final int getTo(long addr,
int offset)
public final void run(SrvMonAppFlowInfo.Deserializer.Callback cb)
public final void stop()
public final SrvMonAppFlowInfo.Deserializer init()
UtlPool.ItemThis method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init in interface UtlPool.Item<SrvMonAppFlowInfo.Deserializer>public final SrvMonAppFlowInfo.Deserializer setPool(UtlPool<SrvMonAppFlowInfo.Deserializer> pool)
UtlPool.ItemThis method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool in interface UtlPool.Item<SrvMonAppFlowInfo.Deserializer>public final UtlPool<SrvMonAppFlowInfo.Deserializer> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonAppFlowInfo.Deserializer>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.