All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Port
NSPort
.
[[NSPort
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithMachPort:
on a newly allocated object.
- delegate
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- invalidate
Objective-C instance method.
- isValid
Objective-C instance method.
- machPort
Objective-C instance method.
+ port
Objective-C class method.
+ portWithMachPort:
Objective-C class method.
- reservedSpaceLength
Objective-C instance method.
- sendBeforeDate:components:from:reserved:
Objective-C instance method.
- setDelegate:
Objective-C instance method.
protected Port(boolean shouldAllocate, int objcObject)
public Port()
[[NSPort
alloc] init]
.
public Port(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public Port(int machPort)
- initWithMachPort:
on a newly allocated object.
public static native Port port()
+ port
Objective-C class method.
public static native Port portWithMachPort(int machPort)
+ portWithMachPort:
Objective-C class method.
public native void invalidate()
- invalidate
Objective-C instance method.
public native boolean isValid()
- isValid
Objective-C instance method.
public native int machPort()
- machPort
Objective-C instance method.
public native void setDelegate(Object anId)
- setDelegate:
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
public native int reservedSpaceLength()
- reservedSpaceLength
Objective-C instance method.
public native boolean sendBeforeDateWithComponents(Date limitDate, MutableArray components, Port receivePort, int headerSpaceReserved)
- sendBeforeDate:components:from:reserved:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index