public class nsIServiceManager extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_ISERVICEMANAGER_IID |
static java.lang.String |
NS_ISERVICEMANAGER_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIServiceManager(int address) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetService(nsID aClass,
nsID aIID,
int[] result) |
int |
GetServiceByContractID(byte[] aContractID,
nsID aIID,
int[] result) |
int |
IsServiceInstantiated(nsID aClass,
nsID aIID,
int[] _retval) |
int |
IsServiceInstantiatedByContractID(byte[] aContractID,
nsID aIID,
int[] _retval) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_ISERVICEMANAGER_IID_STR
public static final nsID NS_ISERVICEMANAGER_IID