Interface MetaModelPoolInterface
- All Superinterfaces:
Remote,Serializable
- All Known Implementing Classes:
MetaModelPool
Pool of all meta models. The pool provides meta models by name. The client
and server hold their own meta model pools. They are not synchronized but at
program start.
- Version:
- 11.3.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptiongetMetaModel(String iMetaModelName) Get meta model for the meta model name.
-
Method Details
-
getMetaModel
Get meta model for the meta model name.- Parameters:
iMetaModelName- The name of the meta model- Returns:
- meta model
- Throws:
AbortExceptionM2MExceptionRemoteException
-