org.smallmind.cloud.namespace.java.backingStore
Class ContextCreator

java.lang.Object
  extended by org.smallmind.cloud.namespace.java.backingStore.ContextCreator
Direct Known Subclasses:
LdapContextCreator

public abstract class ContextCreator
extends Object


Constructor Summary
ContextCreator(NamingConnectionDetails connectionDetails)
           
 
Method Summary
 NamingConnectionDetails getConnectionDetails()
           
abstract  DirContext getInitialContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextCreator

public ContextCreator(NamingConnectionDetails connectionDetails)
Method Detail

getConnectionDetails

public NamingConnectionDetails getConnectionDetails()

getInitialContext

public abstract DirContext getInitialContext()
                                      throws NamingException
Throws:
NamingException


Copyright © 2011. All Rights Reserved.