yarp
Class NameStore

java.lang.Object
  extended by yarp.NameStore

public class NameStore
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
NameStore(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean announce(java.lang.String name, int activity)
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(NameStore obj)
           
 boolean process(PortWriter in, PortReader out, Contact source)
           
 Contact query(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

NameStore

public NameStore(long cPtr,
                 boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(NameStore obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

query

public Contact query(java.lang.String name)

announce

public boolean announce(java.lang.String name,
                        int activity)

process

public boolean process(PortWriter in,
                       PortReader out,
                       Contact source)