|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.quicktime.NSObject
public class NSObject
Represents the root of most Objective-C class hierarchies which which objects inherit a basic interface to the runtime system and the ability to behave as Objective-C objects.
| Constructor Summary | |
|---|---|
NSObject(long ptr)
Initializes a new NSObject instance which is to represent a specific Objective-C object. |
|
| Method Summary | |
|---|---|
protected long |
getPtr()
Gets the pointer to the Objective-C object represented by this instance. |
void |
release()
Decrements the reference count of the Objective-C object represented by this instance. |
(package private) static void |
release(long ptr)
Decrements the reference count of a specific Objective-C object. |
void |
retain()
Increments the reference count of the Objective-C object represented by this instance. |
(package private) static void |
retain(long ptr)
Increments the reference count of a specific Objective-C object. |
protected void |
setPtr(long ptr)
Sets the pointer to the Objective-C object represented by this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NSObject(long ptr)
ptr - the pointer to the Objective-C object to be represented by the
new instance| Method Detail |
|---|
protected long getPtr()
public void release()
static void release(long ptr)
ptr - the pointer to the Objective-C object to decrement the
reference count ofpublic void retain()
static void retain(long ptr)
ptr - the pointer to be Objective-C object to increment the
reference count ofprotected void setPtr(long ptr)
ptr - the pointer to the Objective-C object to be represented by
this instance
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||