Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- java.lang.Object
 
- 
- oracle.ide.model.SingletonFactory
 
 
- 
- 
Method Summary
Methods 
| Modifier and Type | 
Method and Description | 
static <S> S | 
getSingletonInstance(java.lang.Class<S> type,
                    java.lang.String name)
Get the singleton instance for the given type and name. 
 | 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Method Detail
- 
getSingletonInstance
public static <S> S getSingletonInstance(java.lang.Class<S> type,
                         java.lang.String name)
Get the singleton instance for the given type and name.
- Type Parameters:
 S - the type of the singleton- Parameters:
 type - the type of the singletonname - the name of the singleton 
- Returns:
 - the singleton
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
Copyright © 1997, 2014, Oracle. All rights reserved.