FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns string | getServiceName
Get the name of the current service |
action< > returns string | getInstanceName
Get the unique name of the instance as provided to the Service Handler Factory |
action< > returns com.apama.pa.pmml.Model | getDefaultModel
Get the default model as provided by the Service Params, if no model is configured using ServiceParam then empty model will be provided |
action<string > returns boolean | hasModel
Check if a model is available in the given PMML file |
action<string > returns com.apama.pa.pmml.Model | getModel
Get a model based on name, the default model is returned if it is configured by the Service Params. Else an empty model is returned |
action< > returns sequence<com.apama.pa.pmml.Model > | getAllModels
Get all models present in the given PMML file |
action< > returns com.apama.pa.pmml.ModelManager | getModelManager
Get model manager to add/update/remove PMML models |
action< > returns com.apama.pa.pmml.ResourceManager | getResourceManager
Get resource manager to add/remove/list resources |
Member Detail |
---|
action< > returns sequence<com.apama.pa.pmml.Model > getAllModelsGet all models present in the given PMML file
action< > returns com.apama.pa.pmml.Model getDefaultModelGet the default model as provided by the Service Params, if no model is configured using ServiceParam then empty model will be provided
action< > returns string getInstanceNameGet the unique name of the instance as provided to the Service Handler Factory
action<string > returns com.apama.pa.pmml.Model getModelGet a model based on name, the default model is returned if it is configured by the Service Params. Else an empty model is returned
action< > returns com.apama.pa.pmml.ModelManager getModelManagerGet model manager to add/update/remove PMML models
action< > returns com.apama.pa.pmml.ResourceManager getResourceManagerGet resource manager to add/remove/list resources
action< > returns string getServiceNameGet the name of the current service
action<string > returns boolean hasModelCheck if a model is available in the given PMML file
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |