org.apache.manifoldcf.authorities.interfaces
Class AuthorityConnectionManagerFactory

java.lang.Object
  extended by org.apache.manifoldcf.authorities.interfaces.AuthorityConnectionManagerFactory

public class AuthorityConnectionManagerFactory
extends java.lang.Object

This is the factory class for authority connection manager objects.


Method Summary
static IAuthorityConnectionManager make(IThreadContext tc)
          Make an authority connection manager handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

make

public static IAuthorityConnectionManager make(IThreadContext tc)
                                        throws ManifoldCFException
Make an authority connection manager handle.

Parameters:
tc - is the thread context.
Returns:
the handle.
Throws:
ManifoldCFException