Uses of Class
com.jniwrapper.macosx.cocoa.nsportnameserver.NSPortNameServer

Packages that use NSPortNameServer
com.jniwrapper.macosx.cocoa.nsconnection   
com.jniwrapper.macosx.cocoa.nsportnameserver   
 

Uses of NSPortNameServer in com.jniwrapper.macosx.cocoa.nsconnection
 

Methods in com.jniwrapper.macosx.cocoa.nsconnection with parameters of type NSPortNameServer
 com.jniwrapper.Bool NSConnection.registerName_withNameServer(java.lang.String name, NSPortNameServer server)
          This method represents the registerName() method of the NSConnection Objective-C class.
static com.jniwrapper.Pointer.Void NSConnection.static_rootProxyForConnectionWithRegisteredName_host_usingNameServer(java.lang.String name, java.lang.String hostName, NSPortNameServer server)
          This method represents the rootProxyForConnectionWithRegisteredName() method of the NSConnection Objective-C class.
static com.jniwrapper.Pointer.Void NSConnection.static_connectionWithRegisteredName_host_usingNameServer(java.lang.String name, java.lang.String hostName, NSPortNameServer server)
          This method represents the connectionWithRegisteredName() method of the NSConnection Objective-C class.
 

Uses of NSPortNameServer in com.jniwrapper.macosx.cocoa.nsportnameserver
 

Subclasses of NSPortNameServer in com.jniwrapper.macosx.cocoa.nsportnameserver
 class NSMachBootstrapServer
          This class represents NSMachBootstrapServer class.
 class NSMessagePortNameServer
          This class represents NSMessagePortNameServer class.
 class NSSocketPortNameServer
          This class represents NSSocketPortNameServer class.