|
||||||||||
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.NSNetServiceBrowser
public abstract class NSNetServiceBrowser
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 |
NSNetServiceBrowser._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSNetServiceBrowser()
|
Method Summary | |
---|---|
static NSNetServiceBrowser |
alloc()
|
static NSNetServiceBrowser |
create()
Factory method |
abstract ObjCObject |
delegate()
Original signature : -(id native declaration : NSNetServices.h:196 |
static NSNetServiceBrowser._class_ |
getNSClass()
|
abstract NSNetServiceBrowser |
init()
Original signature : -(id)init native declaration : NSNetServices.h:194 |
static NSNetServiceBrowser |
new_()
|
abstract void |
removeFromRunLoop_forMode(NSRunLoop aRunLoop,
NSString mode)
Original signature : -(void)removeFromRunLoop:(NSRunLoop*) forMode:(NSString*) native declaration : NSNetServices.h:202 |
abstract void |
scheduleInRunLoop_forMode(NSRunLoop aRunLoop,
NSString mode)
NSNetServiceBrowser instances may be scheduled on NSRunLoops to operate in different modes, or in other threads. |
abstract void |
searchForBrowsableDomains()
Starts a search for domains that are browsable via Bonjour and the computer's network configuration. |
abstract void |
searchForRegistrationDomains()
Starts a search for domains in which the network configuration allows registration (i.e. publishing). |
abstract void |
searchForServicesOfType_inDomain(NSString type,
NSString domainString)
Starts a search for services of the specified type in the domain indicated by domainString. |
abstract void |
setDelegate(ObjCObject delegate)
Original signature : -(void)setDelegate:(id native declaration : NSNetServices.h:197 |
abstract void |
stop()
Stops the currently running search. |
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 NSNetServiceBrowser()
Method Detail |
---|
public abstract NSNetServiceBrowser init()
-(id)init
init
in class NSObject
public static NSNetServiceBrowser create()
init()
public abstract ObjCObject delegate()
-(id)delegate
public abstract void setDelegate(ObjCObject delegate)
-(void)setDelegate:(id)
public abstract void scheduleInRunLoop_forMode(NSRunLoop aRunLoop, NSString mode)
-(void)scheduleInRunLoop:(NSRunLoop*) forMode:(NSString*)
public abstract void removeFromRunLoop_forMode(NSRunLoop aRunLoop, NSString mode)
-(void)removeFromRunLoop:(NSRunLoop*) forMode:(NSString*)
public abstract void searchForBrowsableDomains()
-(void)searchForBrowsableDomains
public abstract void searchForRegistrationDomains()
-(void)searchForRegistrationDomains
public abstract void searchForServicesOfType_inDomain(NSString type, NSString domainString)
-(void)searchForServicesOfType:(NSString*) inDomain:(NSString*)
public abstract void stop()
-(void)stop
public static NSNetServiceBrowser alloc()
public static NSNetServiceBrowser new_()
public static NSNetServiceBrowser._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |