|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.registry.impl.AbstractRegistryFacade net.sf.csutils.core.registry.SimpleRegistryFacade net.sf.csutils.core.registry.SimpleModelDrivenRegistryFacade
public class SimpleModelDrivenRegistryFacade
Implementation of ModelDrivenRegistryFacade
.
Constructor Summary | |
---|---|
SimpleModelDrivenRegistryFacade(javax.xml.registry.Connection pConnection)
|
|
SimpleModelDrivenRegistryFacade(RegistryInfo pRegistryInfo,
javax.xml.registry.Connection pConnection)
|
Method Summary | |
---|---|
ROMetaModel |
getMetaModel()
Returns the facades meta model. |
ROMetaModelAccessor |
getMetaModelAccessor()
Returns the facades meta model accessor. |
ROModelAccessor |
getModelAccessor()
Returns the facades model accessor. |
static RegistryInfo |
getRegistryInfo(javax.xml.registry.Connection pConnection)
Returns a proper instance of RegistryInfo , which is suitable for the given
JAXR connection. |
Methods inherited from class net.sf.csutils.core.registry.SimpleRegistryFacade |
---|
findAssociationType, findClassificationScheme, findDescendant, findObjectByPath, findObjectType, getBusinessLifeCycleManager, getBusinessQueryManager, getConnection |
Methods inherited from class net.sf.csutils.core.registry.impl.AbstractRegistryFacade |
---|
findObjectType, getAssociationTypeClassificationScheme, getObjectTypeClassificationScheme, getReferencingAssociations, getRegistryInfo, isAssociationTypeClassificationScheme, isAssociationTypeConcept, isObjectTypeClassificationScheme, isObjectTypeConcept |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleModelDrivenRegistryFacade(javax.xml.registry.Connection pConnection) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public SimpleModelDrivenRegistryFacade(RegistryInfo pRegistryInfo, javax.xml.registry.Connection pConnection) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
Method Detail |
---|
public static RegistryInfo getRegistryInfo(javax.xml.registry.Connection pConnection)
RegistryInfo
, which is suitable for the given
JAXR connection.
pConnection
- The connection to inspect
RegistryInfo
, which is suitable for the given JAXR connection.public ROMetaModel getMetaModel()
ModelDrivenRegistryFacade
getMetaModel
in interface ModelDrivenRegistryFacade
public ROMetaModelAccessor getMetaModelAccessor()
ModelDrivenRegistryFacade
getMetaModelAccessor
in interface ModelDrivenRegistryFacade
public ROModelAccessor getModelAccessor()
ModelDrivenRegistryFacade
getModelAccessor
in interface ModelDrivenRegistryFacade
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |