|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMvlBrowser
Interface class for working with model variable lists from a VHI Server. Use the ServerConfig.newMvlBrowser() methods to create instances of this interface.
Method Summary | |
---|---|
java.util.List |
getConfigurationLock()
Obtain the configuration lock from a VHI server or domain. |
VhiMvl |
getMvl(java.lang.String name)
Obtain a copy of a model variable list by name. |
java.util.List |
getMvlNames()
Return a list of model variable name strings obtained by a call to the readConfiguration() method. |
java.util.List |
readConfiguration()
Read model variable lists from a VHI server. |
java.util.List |
releaseConfigurationLock()
Release the configuration lock from a VHI server or domain. |
void |
setMvl(VhiMvl item)
Update the contents of an existing model variable list. |
java.util.List |
updateConfiguration()
Update the model variable lists on a VHI server. |
Method Detail |
---|
java.util.List getConfigurationLock()
java.util.List releaseConfigurationLock()
java.util.List readConfiguration()
java.util.List updateConfiguration()
java.util.List getMvlNames()
VhiMvl getMvl(java.lang.String name)
name
- of the model variable list of interest/
void setMvl(VhiMvl item) throws SCException
item
- VhiMvl instance containing modified variable
values.
SCException
- if the existing MVL is not found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |