|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelBrowser
Interface class for obtaining information about models deployed to a VHI server. Use the ServerConfig.newModelBrowser() methods to create instances of this interface.
Method Summary | |
---|---|
Model |
getModel(java.lang.String modelName)
Return information about a specific model. |
java.util.List |
getModelNames()
Return a list of the names of models deployed to a VHI server, obtained from a call to the readConfiguration() method. |
java.util.List |
readConfiguration()
Read model information from a VHI server. |
Method Detail |
---|
java.util.List readConfiguration()
java.util.List getModelNames()
Model getModel(java.lang.String modelName)
modelName
- Name of the model for which information is
to be obtained.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |