public class TcHandlerCtx extends Object
| Constructor and Description |
|---|
TcHandlerCtx() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getNote(int id)
Get a note associated with this hanlder context.
|
int |
getType()
Get the type of the handler context.
|
void |
recycle()
Recycle the hanlder context.
|
void |
setNote(int id,
Object o)
Associate a note with this hanlder context.
|
void |
setType(int type)
Set the type of the handler context.
|
public final int getType()
public final void setType(int type)
public final Object getNote(int id)
public final void setNote(int id,
Object o)
public void recycle()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.