|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.services.ModelServiceFactory
public class ModelServiceFactory
Factory to create IModelService based on configuration properties passed in on create method
| Constructor Summary | |
|---|---|
ModelServiceFactory()
|
|
| Method Summary | |
|---|---|
static IModelService |
createModelService(java.lang.Object requestingObject,
java.util.Properties properties)
Attempts to dynamically load a class responsible for communicating with the Anzo Server. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelServiceFactory()
| Method Detail |
|---|
public static final IModelService createModelService(java.lang.Object requestingObject,
java.util.Properties properties)
requestingObject - Object requesting new service objectproperties - containing configuration information for services
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||