getInstance
public JoinInterface getInstance(java.lang.String className)
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
will return the only instance of join class if requested for the first
time - new instance will be created first
- Parameters:
className - name of the class to return an instance of
- Returns:
- return instance of policy join class
- Throws:
java.lang.ClassNotFoundException - if class not found on the classpath
java.lang.InstantiationException - if couldn't instantiate the class
java.lang.IllegalAccessException - when java access security rule was violated