Uses of Class
com.jniwrapper.macosx.cocoa.nsport.NSPort

Packages that use NSPort
com.jniwrapper.macosx.cocoa.nsconnection   
com.jniwrapper.macosx.cocoa.nsport   
com.jniwrapper.macosx.cocoa.nsportcoder   
com.jniwrapper.macosx.cocoa.nsportmessage   
com.jniwrapper.macosx.cocoa.nsportnameserver   
com.jniwrapper.macosx.cocoa.nsrunloop   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsconnection with parameters of type NSPort
 Id NSConnection.initWithReceivePort_sendPort(NSPort receivePort, NSPort sendPort)
          This method represents the initWithReceivePort() method of the NSConnection Objective-C class.
static com.jniwrapper.Pointer.Void NSConnection.static_connectionWithReceivePort_sendPort(NSPort receivePort, NSPort sendPort)
          This method represents the connectionWithReceivePort() method of the NSConnection Objective-C class.
 

Uses of NSPort in com.jniwrapper.macosx.cocoa.nsport
 

Subclasses of NSPort in com.jniwrapper.macosx.cocoa.nsport
 class NSMachPort
          This class represents NSMachPort class.
 class NSMessagePort
          This class represents NSMessagePort class.
 class NSSocketPort
          This class represents NSSocketPort class.
 

Methods in com.jniwrapper.macosx.cocoa.nsport that return NSPort
static NSPort NSPort.NSPort_allocWithZone(NSZone zone)
          This method represents the allocWithZone static constructor of the NSPort Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSPort
 com.jniwrapper.Bool NSPort.sendBeforeDate_msgid_components_from_reserved(NSDate limitDate, com.jniwrapper.UInt16 msgID, NSMutableArray components, NSPort receivePort, com.jniwrapper.UInt16 headerSpaceReserved)
          This method represents the sendBeforeDate() method of the NSPort Objective-C class.
 com.jniwrapper.Bool NSPort.sendBeforeDate_components_from_reserved(NSDate limitDate, NSMutableArray components, NSPort receivePort, com.jniwrapper.UInt16 headerSpaceReserved)
          This method represents the sendBeforeDate() method of the NSPort Objective-C class.
 

Uses of NSPort in com.jniwrapper.macosx.cocoa.nsportcoder
 

Methods in com.jniwrapper.macosx.cocoa.nsportcoder with parameters of type NSPort
 void NSPortCoder.encodePortObject(NSPort aport)
           
 Id NSPortCoder.initWithReceivePort_sendPort_components(NSPort rcvPort, NSPort sndPort, NSArray comps)
          This method represents the initWithReceivePort() method of the NSPortCoder Objective-C class.
static void NSPortCoder.static_portCoderWithReceivePort_sendPort_components(NSPort rcvPort, NSPort sndPort, NSArray comps)
          This method represents the portCoderWithReceivePort() method of the NSPortCoder Objective-C class.
 

Uses of NSPort in com.jniwrapper.macosx.cocoa.nsportmessage
 

Methods in com.jniwrapper.macosx.cocoa.nsportmessage with parameters of type NSPort
 Id NSPortMessage.initWithSendPort_receivePort_components(NSPort sendPort, NSPort replyPort, NSArray components)
          This method represents the initWithSendPort() method of the NSPortMessage Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsportnameserver with parameters of type NSPort
 com.jniwrapper.Bool NSSocketPortNameServer.registerPort_name(NSPort port, java.lang.String name)
          This method represents the registerPort() method of the NSSocketPortNameServer Objective-C class.
 com.jniwrapper.Bool NSSocketPortNameServer.registerPort_name_nameServerPortNumber(NSPort port, java.lang.String name, com.jniwrapper.UInt16 portNumber)
          This method represents the registerPort() method of the NSSocketPortNameServer Objective-C class.
 com.jniwrapper.Bool NSPortNameServer.registerPort_name(NSPort port, java.lang.String name)
          This method represents the registerPort() method of the NSPortNameServer Objective-C class.
 com.jniwrapper.Bool NSMachBootstrapServer.registerPort_name(NSPort port, java.lang.String name)
          This method represents the registerPort() method of the NSMachBootstrapServer Objective-C class.
 

Uses of NSPort in com.jniwrapper.macosx.cocoa.nsrunloop
 

Methods in com.jniwrapper.macosx.cocoa.nsrunloop with parameters of type NSPort
 void NSRunLoop.removePort_forMode(NSPort aPort, java.lang.String mode)
          This method represents the removePort() method of the NSRunLoop Objective-C class.
 void NSRunLoop.addPort_forMode(NSPort aPort, java.lang.String mode)
          This method represents the addPort() method of the NSRunLoop Objective-C class.