public class Connection extends Object
| Modifier and Type | Field and Description |
|---|---|
Long |
creation |
Long |
id |
Atom |
node |
Long |
serial |
| Constructor and Description |
|---|
Connection(Atom node,
Long id,
Long serial,
Long creation) |
Connection(Pid pid) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreation() |
Long |
getId() |
Atom |
getNode() |
Pid |
getPid() |
Long |
getSerial() |
void |
setCreation(Long creation) |
void |
setId(Long id) |
void |
setNode(Atom node) |
void |
setPid(Pid pid) |
void |
setSerial(Long serial) |
String |
toString() |
public Atom node
public Long id
public Long serial
public Long creation
public Pid getPid()
public void setPid(Pid pid)
public Atom getNode()
public void setNode(Atom node)
public Long getId()
public void setId(Long id)
public Long getSerial()
public void setSerial(Long serial)
public Long getCreation()
public void setCreation(Long creation)
Copyright © 2020. All rights reserved.