Uses of Interface
de.ispsoft.jaxme.JMManager

Packages that use JMManager
de.ispsoft.jaxme   
de.ispsoft.jaxme.tamino   
 

Uses of JMManager in de.ispsoft.jaxme
 

Classes in de.ispsoft.jaxme that implement JMManager
 class JMFileManager
          Although the name suggests different, this is not a true JMManager, but just a set of shortcuts that simplify reading from and writing to files.
 class JMJdbcDataSourceManager
          A subclass of the JMJdbcManager that uses a JDBC DataSource rather to obtain a connection and not the DriverManager.
 class JMJdbcManager
          A Manager implementation for XML documents read from or written to an SQL database.
 class JMManagerImpl
          A default implementation for managers.
 class XmlDbManager
          An implementation of a JMManager for a Tamino database.
 

Methods in de.ispsoft.jaxme that return JMManager
 JMManager JMManagerFactoryImpl.getManager(java.lang.String pNamespaceURI, java.lang.String pLocalName)
          Deprecated. Use getManager(UriName) instead.
 JMManager JMManagerFactoryImpl.getManager(UriName pUriName)
          Returns a JMManager responsible for handling the given document type.
 JMManager JMManagerFactory.getManager(java.lang.String pNamespaceURI, java.lang.String pLocalName)
          Returns a JMManager responsible for handling the given document type.
 JMManager JMJdbcElement.getManager()
          Returns the elements manager.
 

Methods in de.ispsoft.jaxme with parameters of type JMManager
 void JMJdbcElement.setManager(JMManager pManager)
          Sets the elements manager.
 

Uses of JMManager in de.ispsoft.jaxme.tamino
 

Classes in de.ispsoft.jaxme.tamino that implement JMManager
 class InoManager
          An implementation of a JMManager for a Tamino database.