org.apache.directory.server.core.sp
Interface StoredProcEngineConfig

All Known Implementing Classes:
JavaStoredProcEngineConfig

public interface StoredProcEngineConfig

A configuration wrapper for StoredProcEngines.

Version:
$Rev$ $Date$
Author:
Apache Directory Project

Method Summary
 java.lang.Class<? extends StoredProcEngine> getStoredProcEngineType()
          Returns the type of the associated StoredProcEngine.
 java.lang.String getStoredProcLangId()
          Returns the unique language identifier of the StoredProcEngine.
 

Method Detail

getStoredProcEngineType

java.lang.Class<? extends StoredProcEngine> getStoredProcEngineType()
Returns the type of the associated StoredProcEngine.


getStoredProcLangId

java.lang.String getStoredProcLangId()
Returns the unique language identifier of the StoredProcEngine.



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.