|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSPort
public abstract class NSPort
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSPort._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPort()
|
Method Summary | |
---|---|
abstract void |
addConnection_toRunLoop_forMode(NSConnection conn,
NSRunLoop runLoop,
NSString mode)
Original signature : -(void)addConnection:(NSConnection*) toRunLoop:(NSRunLoop*) forMode:(NSString*) native declaration : NSPort.h:57 |
static NSPort |
alloc()
|
static NSObject |
allocWithZone(Pointer zone)
or processes on the local machine. |
abstract NSPortDelegate |
delegate()
Original signature : -(id native declaration : NSPort.h:32 |
static NSPort._class_ |
getNSClass()
|
abstract void |
invalidate()
Original signature : -(void)invalidate native declaration : NSPort.h:28 |
abstract boolean |
isValid()
Original signature : -(BOOL)isValid native declaration : NSPort.h:29 |
static NSPort |
new_()
|
static NSPort |
port()
Original signature : +(NSPort*)port native declaration : NSPort.h:26 |
abstract void |
removeConnection_fromRunLoop_forMode(NSConnection conn,
NSRunLoop runLoop,
NSString mode)
Original signature : -(void)removeConnection:(NSConnection*) fromRunLoop:(NSRunLoop*) forMode:(NSString*) native declaration : NSPort.h:58 |
abstract void |
removeFromRunLoop_forMode(NSRunLoop runLoop,
NSString mode)
Original signature : -(void)removeFromRunLoop:(NSRunLoop*) forMode:(NSString*) native declaration : NSPort.h:39 |
abstract NSUInteger |
reservedSpaceLength()
DO Transport API; subclassers should implement these methods default is 0 Original signature : -(NSUInteger)reservedSpaceLength native declaration : NSPort.h:42 |
abstract void |
scheduleInRunLoop_forMode(NSRunLoop runLoop,
NSString mode)
These methods should not be called directly! |
abstract boolean |
sendBeforeDate_components_from_reserved(NSDate limitDate,
NSMutableArray components,
NSPort receivePort,
NSUInteger headerSpaceReserved)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger) native declaration : NSPort.h:43 |
abstract boolean |
sendBeforeDate_msgid_components_from_reserved(NSDate limitDate,
NSUInteger msgID,
NSMutableArray components,
NSPort receivePort,
NSUInteger headerSpaceReserved)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) msgid:(NSUInteger) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger) native declaration : NSPort.h:44 |
abstract void |
setDelegate(NSPortDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSPort.h:31 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSPort()
Method Detail |
---|
public static NSObject allocWithZone(Pointer zone)
+(id)allocWithZone:(NSZone*)
public static NSPort port()
+(NSPort*)port
public abstract void invalidate()
-(void)invalidate
public abstract boolean isValid()
-(BOOL)isValid
public abstract void setDelegate(NSPortDelegate anObject)
-(void)setDelegate:(id)
public abstract NSPortDelegate delegate()
-(id)delegate
public abstract void scheduleInRunLoop_forMode(NSRunLoop runLoop, NSString mode)
-(void)scheduleInRunLoop:(NSRunLoop*) forMode:(NSString*)
public abstract void removeFromRunLoop_forMode(NSRunLoop runLoop, NSString mode)
-(void)removeFromRunLoop:(NSRunLoop*) forMode:(NSString*)
public abstract NSUInteger reservedSpaceLength()
-(NSUInteger)reservedSpaceLength
public abstract boolean sendBeforeDate_components_from_reserved(NSDate limitDate, NSMutableArray components, NSPort receivePort, NSUInteger headerSpaceReserved)
-(BOOL)sendBeforeDate:(NSDate*) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger)
public abstract boolean sendBeforeDate_msgid_components_from_reserved(NSDate limitDate, NSUInteger msgID, NSMutableArray components, NSPort receivePort, NSUInteger headerSpaceReserved)
-(BOOL)sendBeforeDate:(NSDate*) msgid:(NSUInteger) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger)
public abstract void addConnection_toRunLoop_forMode(NSConnection conn, NSRunLoop runLoop, NSString mode)
-(void)addConnection:(NSConnection*) toRunLoop:(NSRunLoop*) forMode:(NSString*)
public abstract void removeConnection_fromRunLoop_forMode(NSConnection conn, NSRunLoop runLoop, NSString mode)
-(void)removeConnection:(NSConnection*) fromRunLoop:(NSRunLoop*) forMode:(NSString*)
public static NSPort alloc()
public static NSPort new_()
public static NSPort._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |