|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodFactory
The interface of all access method factories. Specific method factories (sorts, conglomerates), extend this interface.
Field Summary | |
---|---|
static java.lang.String |
MODULE
Used to identify this interface when finding it with the Monitor. |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.derby.iapi.services.monitor.ModuleSupportable |
---|
canSupport |
Field Detail |
---|
static final java.lang.String MODULE
Method Detail |
---|
java.util.Properties defaultProperties()
boolean supportsImplementation(java.lang.String implementationId)
java.lang.String primaryImplementationType()
boolean supportsFormat(UUID formatid)
UUID primaryFormat()
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |