|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.pool.BlockingStack.Node
protected class BlockingStack.Node
Container class for objects in the stack.
| Constructor Summary | |
|---|---|
BlockingStack.Node()
Creates a node with null object and null next node. |
|
BlockingStack.Node(Object object)
Creates a node with the specified object and null next node. |
|
BlockingStack.Node(Object object,
BlockingStack.Node next)
Creates a Node with the specific object and next node. |
|
| Method Summary | |
|---|---|
BlockingStack.Node |
getNext()
|
Object |
getObject()
|
void |
setNext(BlockingStack.Node next)
|
void |
setObject(Object object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlockingStack.Node()
public BlockingStack.Node(Object object)
object -
public BlockingStack.Node(Object object,
BlockingStack.Node next)
object - next - | Method Detail |
|---|
public BlockingStack.Node getNext()
public Object getObject()
public void setNext(BlockingStack.Node next)
next - The next to set.public void setObject(Object object)
object - The object to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||