yarp
Class Network

java.lang.Object
  extended by yarp.NetworkBase
      extended by yarp.Network

public class Network
extends NetworkBase


Field Summary
 
Fields inherited from class yarp.NetworkBase
swigCMemOwn
 
Constructor Summary
Network()
           
Network(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static void fini()
           
static long getCPtr(Network obj)
           
static void init()
           
 
Methods inherited from class yarp.NetworkBase
assertion, autoInitMinimum, checkNetwork, checkNetwork, connect, connect, connect, connect, detectNameServer, disconnect, disconnect, disconnect, exists, exists, exists, finiMinimum, getConfigFile, getCPtr, getDefaultPortRange, getDirectorySeparator, getEnvironment, getEnvironment, getLocalMode, getNameServerContact, getNameServerName, getPathSeparator, getProperty, getQueryBypass, initialized, initMinimum, isConnected, isConnected, isConnected, localNetworkAllocation, lock, main, queryBypass, queryName, readString, readString, registerCarrier, registerContact, registerName, runNameServer, setEnvironment, setLocalMode, setNameServerContact, setNameServerName, setProperty, setVerbosity, sync, sync, unlock, unregisterContact, unregisterName, unsetEnvironment, write, write, write, write, write, write, write, write, write, writeToNameServer
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Network

public Network(long cPtr,
               boolean cMemoryOwn)

Network

public Network()
Method Detail

getCPtr

public static long getCPtr(Network obj)

finalize

protected void finalize()
Overrides:
finalize in class NetworkBase

delete

public void delete()
Overrides:
delete in class NetworkBase

init

public static void init()

fini

public static void fini()