|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMManagerFactory | |
de.ispsoft.jaxme | |
de.ispsoft.jaxme.jaxb |
Uses of JMManagerFactory in de.ispsoft.jaxme |
Classes in de.ispsoft.jaxme that implement JMManagerFactory | |
class |
JMManagerFactoryImpl
A default implementation for a JMManagerFactory. |
class |
JMManagerFactoryLIImpl
This is an alternative implementation for a JMManagerFactory. |
Methods in de.ispsoft.jaxme that return JMManagerFactory | |
static JMManagerFactory |
JMFactory.getJMManagerFactory()
Returns a JMManagerFactory implementation. |
Methods in de.ispsoft.jaxme with parameters of type JMManagerFactory | |
void |
JMManagerImpl.init(JMManagerFactory pFactory,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
Initializes the manager. |
void |
JMManager.init(JMManagerFactory pFactory,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
Initializes the manager. |
void |
JMJdbcManager.init(JMManagerFactory pFactory,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
Initializes the manager. |
protected void |
JMJdbcDataSourceManager.init(JMManagerFactory pFactory,
java.lang.String pNamespaceURI,
java.lang.String pLocalName,
boolean pConnect)
Initializes the manager. |
Uses of JMManagerFactory in de.ispsoft.jaxme.jaxb |
Methods in de.ispsoft.jaxme.jaxb that return JMManagerFactory | |
JMManagerFactory |
UnmarshallerHandlerImpl.getJaxbContext()
Returns the JAXBContext that created this UnmarshallerHandler. |
JMManagerFactory |
JMManagerFactoryAttachable.getFactory()
Returns the factory that created this instance. |
Methods in de.ispsoft.jaxme.jaxb with parameters of type JMManagerFactory | |
void |
UnmarshallerHandlerImpl.setJaxbContext(JMManagerFactory pContext)
Sets the JAXBContext that created this UnmarshallerHandler. |
void |
JMManagerFactoryAttachable.setFactory(JMManagerFactory pFactory)
Sets the factory that created this instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |