|
Oracle® Database XML Java API Reference 11g Release 1 (11.1) B28391-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xdb.event.XDBHandlerList
public class XDBHandlerList
This class is used to store and manage the list of XDBHandler objects.
| Field Summary | |
|---|---|
protected long |
m_hlcstate |
| Method Summary | |
|---|---|
void |
clear()Clears the handler list |
XDBHandler |
getFirst()Returns the first handler in the list. |
XDBHandler |
getNext()Returns the next handler in the list. |
void |
remove(XDBHandler handler)Removes the given handler from the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long m_hlcstate
| Method Detail |
|---|
public XDBHandler getFirst()
public XDBHandler getNext()
public void remove(XDBHandler handler)
handler - The handler to be removed from the list.public void clear()
|
Oracle® Database XML Java API Reference 11g Release 1 (11.1) B28391-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||