|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.ConfigurationPlugInView
public class ConfigurationPlugInView
Configuration information for plugging in a custom view.
Constructor Summary | |
---|---|
ConfigurationPlugInView()
Ctor. |
Method Summary | |
---|---|
String |
getFactoryClassName()
Returns the view factory class name. |
String |
getName()
Returns the view name. |
String |
getNamespace()
Returns the namespace |
void |
setFactoryClassName(String factoryClassName)
Sets the view factory class name. |
void |
setName(String name)
Sets the view name. |
void |
setNamespace(String namespace)
Sets the view namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationPlugInView()
Method Detail |
---|
public String getNamespace()
public String getName()
public String getFactoryClassName()
public void setNamespace(String namespace)
namespace
- to setpublic void setName(String name)
name
- to setpublic void setFactoryClassName(String factoryClassName)
factoryClassName
- is the class name of the view factory
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |