public static final class SrvMonStopTraceWatchRequest.Deserializer extends Object implements UtlPool.Item<SrvMonStopTraceWatchRequest.Deserializer>
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonStopTraceWatchRequest.Deserializer.AbstractCallbackImpl |
static interface |
SrvMonStopTraceWatchRequest.Deserializer.Callback |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonStopTraceWatchRequest.Deserializer |
create() |
static SrvMonStopTraceWatchRequest.Deserializer |
create(boolean pvt) |
UtlPool<SrvMonStopTraceWatchRequest.Deserializer> |
getPool()
Get a pool item's pool.
|
int |
getSerializedLength() |
void |
getTo(IOBuffer buffer,
int offset) |
int |
getTo(long addr,
int offset) |
SrvMonStopTraceWatchRequest.Deserializer |
init()
Initialize an item.
|
SrvMonStopTraceWatchRequest.Deserializer |
init(IOBuffer buffer,
int offset,
int len) |
SrvMonStopTraceWatchRequest.Deserializer |
init(long addr,
int offset,
int len) |
boolean |
isInitialized() |
void |
run(SrvMonStopTraceWatchRequest.Deserializer.Callback cb) |
SrvMonStopTraceWatchRequest.Deserializer |
setPool(UtlPool<SrvMonStopTraceWatchRequest.Deserializer> pool)
Set a pool item's pool.
|
void |
stop() |
public static final SrvMonStopTraceWatchRequest.Deserializer create(boolean pvt)
public static final SrvMonStopTraceWatchRequest.Deserializer create()
public final SrvMonStopTraceWatchRequest.Deserializer init(long addr, int offset, int len)
public final SrvMonStopTraceWatchRequest.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(SrvMonStopTraceWatchRequest.Deserializer.Callback cb)
public final void stop()
public final SrvMonStopTraceWatchRequest.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<SrvMonStopTraceWatchRequest.Deserializer>public final SrvMonStopTraceWatchRequest.Deserializer setPool(UtlPool<SrvMonStopTraceWatchRequest.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<SrvMonStopTraceWatchRequest.Deserializer>public final UtlPool<SrvMonStopTraceWatchRequest.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<SrvMonStopTraceWatchRequest.Deserializer>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.