public class JoinClassCache
extends java.lang.Object
| Constructor and Description |
|---|
JoinClassCache() |
| Modifier and Type | Method and Description |
|---|---|
JoinInterface |
getInstance(java.lang.String className)
will return the only instance of join class if requested for the first
time - new instance will be created first
|
public JoinInterface getInstance(java.lang.String className) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
className - name of the class to return an instance ofjava.lang.ClassNotFoundException - if class not found on the classpathjava.lang.InstantiationException - if couldn't instantiate the classjava.lang.IllegalAccessException - when java access security rule was violatedIBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.