net.rim.device.api.util
Class FactoryUtil
java.lang.Object
net.rim.device.api.util.FactoryUtil
public final class FactoryUtil
- extends Object
A convenience class for creating objects via factories
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
|
Method Summary |
|
static Object |
createInstance(long guid,
Object initialData)
Waits for the specified Factory object to be registered,
then calls createInstance() on the factory. |
createInstance
public static Object createInstance(long guid,
Object initialData)
- Waits for the specified Factory object to be registered,
then calls createInstance() on the factory.
- Parameters:
guid - the GUID of the Factory objectinitialData - the initial data to pass into Factory.createInstance
- Returns:
- the object returned by Factory.createInstance()
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal