public interface MethodFactory extends ModuleSupportable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MODULE
Used to identify this interface when finding it with the Monitor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
defaultProperties()
Return the default properties for this access method.
|
UUID |
primaryFormat()
Return the primary format that this access method supports.
|
java.lang.String |
primaryImplementationType()
Return the primary implementation type for this access method.
|
boolean |
supportsFormat(UUID formatid)
Return whether this access method supports the format supplied in
the argument.
|
boolean |
supportsImplementation(java.lang.String implementationId)
Return whether this access method implements the implementation
type given in the argument string.
|
canSupport
static final java.lang.String MODULE
java.util.Properties defaultProperties()
boolean supportsImplementation(java.lang.String implementationId)
java.lang.String primaryImplementationType()
boolean supportsFormat(UUID formatid)
UUID primaryFormat()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.