public class NameStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
NameStore(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
announce(java.lang.String name,
int activity) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(NameStore obj) |
boolean |
process(PortWriter in,
PortReader out,
Contact source) |
Contact |
query(java.lang.String name) |
protected static long getCPtr(NameStore obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public Contact query(java.lang.String name)
public boolean announce(java.lang.String name, int activity)
public boolean process(PortWriter in, PortReader out, Contact source)