Class EISMetaDataRepository
public class EISMetaDataRepository
extends Object
Wrapper class for EISMetaDataResponse object representing a meta data repository containing information of the underlying EIS instance.
Constructor Summary
Constructor and Description |
---|
EISMetaDataRepository() |
EISMetaDataRepository(EISMetaDataResponse mdRespository) |
Method Summary
Modifier and Type |
Method and Description |
---|---|
JDynArray |
getRepositoryEntry(String key) Obtain the value of a repository entry
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
EISMetaDataRepository
public EISMetaDataRepository()
EISMetaDataRepository
public EISMetaDataRepository(EISMetaDataResponse mdRespository)
Method Detail
getRepositoryEntry
public JDynArray getRepositoryEntry(String key)
Obtain the value of a repository entry
- Parameters:
-
key
- key of the repository entry - Returns:
- value of the repository entry
Back to jREMOTE API