public class NSDistantObject extends NSProxy implements NSCodingProtocol
NSDistantObject
class.
See the class documentation at the Apple's site: NSDistantObjectConstructor and Description |
---|
NSDistantObject() |
NSDistantObject(boolean autorelease)
Contructs the
NSDistantObject class with the autorelease option on. |
NSDistantObject(com.jniwrapper.Pointer.Void instancePtr)
Contructs the
NSDistantObject class from pointer. |
NSDistantObject(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the
NSDistantObject class with static constructor. |
Modifier and Type | Method and Description |
---|---|
com.jniwrapper.Pointer.Void |
connectionForProxy() |
void |
encodeWithCoder(NSCoder aCoder) |
protected void |
init(com.jniwrapper.Parameter[] fields) |
Id |
initWithCoder(NSCoder aDecoder) |
Id |
initWithLocal_connection(Id target,
NSConnection connection)
This method represents the
initWithLocal() method of the NSDistantObject Objective-C class. |
Id |
initWithTarget_connection(Id target,
NSConnection connection)
This method represents the
initWithTarget() method of the NSDistantObject Objective-C class. |
void |
setProtocolForProxy(Protocol proto) |
static com.jniwrapper.Pointer.Void |
static_proxyWithLocal_connection(Id target,
NSConnection connection)
This method represents the
proxyWithLocal() method of the NSDistantObject Objective-C class. |
static com.jniwrapper.Pointer.Void |
static_proxyWithTarget_connection(Id target,
NSConnection connection)
This method represents the
proxyWithTarget() method of the NSDistantObject Objective-C class. |
_class, autorelease, conformsToProtocol, dealloc, description, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodSignatureForSelector, NSProxy_alloc, NSProxy_allocWithZone, performSelector_withObject_withObject, performSelector_withObject, performSelector, release, respondsToSelector, retain, retainCount, self, superclass, zone
getClassName
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
public NSDistantObject()
public NSDistantObject(boolean autorelease)
NSDistantObject
class with the autorelease option on.autorelease
- public NSDistantObject(com.jniwrapper.Pointer.Void instancePtr)
NSDistantObject
class from pointer.instancePtr
- public NSDistantObject(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
NSDistantObject
class with static constructor.methodName
- parameters
- public Id initWithTarget_connection(Id target, NSConnection connection)
initWithTarget()
method of the NSDistantObject Objective-C class.target
- connection
- public Id initWithLocal_connection(Id target, NSConnection connection)
initWithLocal()
method of the NSDistantObject Objective-C class.target
- connection
- public void encodeWithCoder(NSCoder aCoder)
encodeWithCoder
in interface NSCodingProtocol
public static com.jniwrapper.Pointer.Void static_proxyWithTarget_connection(Id target, NSConnection connection)
proxyWithTarget()
method of the NSDistantObject Objective-C class.target
- connection
- public Id initWithCoder(NSCoder aDecoder)
initWithCoder
in interface NSCodingProtocol
public void setProtocolForProxy(Protocol proto)
public static com.jniwrapper.Pointer.Void static_proxyWithLocal_connection(Id target, NSConnection connection)
proxyWithLocal()
method of the NSDistantObject Objective-C class.target
- connection
- public com.jniwrapper.Pointer.Void connectionForProxy()