org.acplt.oncrpc.server
private class OncRpcTcpServerTransport.TransportList.Node extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Object |
item
The item/object placed at this position in the list.
|
(package private) OncRpcTcpServerTransport.TransportList.Node |
next
Next item node (in other words: next open transport)
in the list.
|
(package private) OncRpcTcpServerTransport.TransportList.Node |
prev
Previous item node (in other words: previous open transport)
in the list.
|
Constructor and Description |
---|
OncRpcTcpServerTransport.TransportList.Node(java.lang.Object item)
Create a new instance of a node object and let it reference
an open transport.
|
OncRpcTcpServerTransport.TransportList.Node next
null
for the
first item, but instead reference the last item. Thus, the
list is circular.OncRpcTcpServerTransport.TransportList.Node prev
null
for the
last item, but instead reference the first item. Thus, the
list is circular.java.lang.Object item
public OncRpcTcpServerTransport.TransportList.Node(java.lang.Object item)