Methods' Details |
bootupProfile
- Description
- attempts to init xpcom runtime using given profile.
- Parameter product
-
is the product to start up.
- Parameter profileName
-
the profile name to be used.
- Returns
-
the current refrence count for the given profile.
|
|
shutdownProfile
- Description
- attempts to shutdown the current profile.
- Returns
-
the current refrence count for the current profile.
|
|
getCurrentProduct
- Description
- attempts to get the current product.
- Returns
-
the current used product.
|
|
getCurrentProfile
string |
getCurrentProfile(); |
- Description
- attempts to get the current profile name.
- Returns
-
the current used profile.
|
|
isCurrentProfileLocked
boolean |
isCurrentProfileLocked(); |
- Description
- attempts to check whether the current profile locked or not
- Returns
-
return sal_True is current profile is locked
|
|
setCurrentProfile
- Description
- attempts to set the current used profile name for the given product.
- Parameter product
-
is the product to be used.
- Parameter profileName
-
the profile name to be used.
- Returns
-
the current used profile name for the given product.
|
|
Copyright © 2003 Sun Microsystems, Inc.