|
||||||||||
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.NSPortMessage
public abstract class NSPortMessage
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 |
NSPortMessage._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPortMessage()
|
Method Summary | |
---|---|
static NSPortMessage |
alloc()
|
abstract NSArray |
components()
Original signature : -(NSArray*)components native declaration : NSPortMessage.h:22 |
static NSPortMessage |
createWithSendPort_receivePort_components(NSPort sendPort,
NSPort replyPort,
NSArray components)
Factory method |
static NSPortMessage._class_ |
getNSClass()
|
abstract NSPortMessage |
initWithSendPort_receivePort_components(NSPort sendPort,
NSPort replyPort,
NSArray components)
Original signature : -(id)initWithSendPort:(NSPort*) receivePort:(NSPort*) components:(NSArray*) native declaration : NSPortMessage.h:20 |
abstract int |
msgid()
Original signature : -(uint32_t)msgid native declaration : NSPortMessage.h:27 |
static NSPortMessage |
new_()
|
abstract NSPort |
receivePort()
Original signature : -(NSPort*)receivePort native declaration : NSPortMessage.h:23 |
abstract boolean |
sendBeforeDate(NSDate date)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) native declaration : NSPortMessage.h:25 |
abstract NSPort |
sendPort()
Original signature : -(NSPort*)sendPort native declaration : NSPortMessage.h:24 |
abstract void |
setMsgid(int msgid)
Original signature : -(void)setMsgid:(uint32_t) native declaration : NSPortMessage.h:28 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 NSPortMessage()
Method Detail |
---|
public abstract NSPortMessage initWithSendPort_receivePort_components(NSPort sendPort, NSPort replyPort, NSArray components)
-(id)initWithSendPort:(NSPort*) receivePort:(NSPort*) components:(NSArray*)
public static NSPortMessage createWithSendPort_receivePort_components(NSPort sendPort, NSPort replyPort, NSArray components)
initWithSendPort_receivePort_components(org.rococoa.cocoa.foundation.NSPort, org.rococoa.cocoa.foundation.NSPort, org.rococoa.cocoa.foundation.NSArray)
public abstract NSArray components()
-(NSArray*)components
public abstract NSPort receivePort()
-(NSPort*)receivePort
public abstract NSPort sendPort()
-(NSPort*)sendPort
public abstract boolean sendBeforeDate(NSDate date)
-(BOOL)sendBeforeDate:(NSDate*)
public abstract int msgid()
-(uint32_t)msgid
public abstract void setMsgid(int msgid)
-(void)setMsgid:(uint32_t)
public static NSPortMessage alloc()
public static NSPortMessage new_()
public static NSPortMessage._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |