|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.dqp.service.metadata.IndexMetadataService
public class IndexMetadataService
Constructor Summary | |
---|---|
IndexMetadataService()
Construct the IndexMetadataService |
|
IndexMetadataService(QueryMetadataCache metadataCache)
Construct the IndexMetadataService |
Method Summary | |
---|---|
com.metamatrix.connector.metadata.internal.IObjectSource |
getMetadataObjectSource(java.lang.String vdbName,
java.lang.String vdbVersion)
|
void |
initialize(java.util.Properties props)
Initialize the service with the specified properties. |
QueryMetadataInterface |
lookupMetadata(java.lang.String vdbName,
java.lang.String vdbVersion)
|
void |
start(ApplicationEnvironment environment)
Start the service with the specified environment. |
void |
stop()
Stop the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexMetadataService()
public IndexMetadataService(QueryMetadataCache metadataCache)
Method Detail |
---|
public void initialize(java.util.Properties props) throws ApplicationInitializationException
ApplicationService
initialize
in interface ApplicationService
props
- Initialialization properties
ApplicationInitializationException
- If an error occurs during initializationpublic void start(ApplicationEnvironment environment) throws ApplicationLifecycleException
ApplicationService
start
in interface ApplicationService
environment
- Environment
ApplicationLifecycleException
- If an error occurs while startingpublic void stop() throws ApplicationLifecycleException
ApplicationService
stop
in interface ApplicationService
ApplicationLifecycleException
- If an error occurs while startingpublic com.metamatrix.connector.metadata.internal.IObjectSource getMetadataObjectSource(java.lang.String vdbName, java.lang.String vdbVersion) throws MetaMatrixComponentException
getMetadataObjectSource
in interface MetadataService
MetaMatrixComponentException
public QueryMetadataInterface lookupMetadata(java.lang.String vdbName, java.lang.String vdbVersion) throws MetaMatrixComponentException
lookupMetadata
in interface MetadataService
MetaMatrixComponentException
MetadataService.lookupMetadata(java.lang.String, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |