|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
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.
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.