gnu.gnustep.base
Class NSPort

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSPort
All Implemented Interfaces:
java.lang.Cloneable

public class NSPort
extends NSObject

This class wraps the Objective-C class NSPort. It was automatically generated by JIGS WrapCreator.


Constructor Summary
NSPort()
          Wraps the Objective-C method init
 
Method Summary
 void close()
          Wraps the Objective-C method close
 java.lang.Object delegate()
          Wraps the Objective-C method delegate
 void invalidate()
          Wraps the Objective-C method invalidate
 boolean isValid()
          Wraps the Objective-C method isValid
static NSPort port()
          Wraps the Objective-C method port
 long reservedSpaceLength()
          Wraps the Objective-C method reservedSpaceLength
 boolean sendBeforeDate(NSDate arg0, int arg1, NSMutableArray arg2, NSPort arg3, long arg4)
          Wraps the Objective-C method sendBeforeDate:msgid:components:from:reserved:
 void setDelegate(java.lang.Object arg0)
          Wraps the Objective-C method setDelegate:
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSPort

public NSPort()
Wraps the Objective-C method init
Method Detail

port

public static NSPort port()
Wraps the Objective-C method port

invalidate

public void invalidate()
Wraps the Objective-C method invalidate

isValid

public boolean isValid()
Wraps the Objective-C method isValid

setDelegate

public void setDelegate(java.lang.Object arg0)
Wraps the Objective-C method setDelegate:

delegate

public java.lang.Object delegate()
Wraps the Objective-C method delegate

close

public void close()
Wraps the Objective-C method close

reservedSpaceLength

public long reservedSpaceLength()
Wraps the Objective-C method reservedSpaceLength

sendBeforeDate

public boolean sendBeforeDate(NSDate arg0,
                              int arg1,
                              NSMutableArray arg2,
                              NSPort arg3,
                              long arg4)
Wraps the Objective-C method sendBeforeDate:msgid:components:from:reserved: