org.openrdf.elmo
Interface ElmoManagerFactory

All Known Implementing Classes:
SesameManagerFactory

public interface ElmoManagerFactory

Factory interface to create ElmoManagers.

Author:
James Leigh

Method Summary
 void close()
          Closes the factory preventing any more ElmoManagers from being created.
 ElmoManager createElmoManager()
          Creates a new ElmoManager with the default Locale.
 ElmoManager createElmoManager(Locale locale)
          Creates a new ElmoManager with the given Locale.
 boolean isOpen()
          If this factory should be able to create an ElmoManager.
 

Method Detail

isOpen

boolean isOpen()
If this factory should be able to create an ElmoManager.

Returns:
true if this factory is ready.

close

void close()
Closes the factory preventing any more ElmoManagers from being created.

Throws:
Exception

createElmoManager

ElmoManager createElmoManager()
Creates a new ElmoManager with the default Locale.

Returns:
A new ElmoManager.

createElmoManager

ElmoManager createElmoManager(Locale locale)
Creates a new ElmoManager with the given Locale.

Parameters:
locale - Maybe null to indicate no localization.
Returns:
A new ElmoManager.


Copyright © 2004-2008 Aduna. All Rights Reserved.