|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationPlugInVirtualDataWindow
public class ConfigurationPlugInVirtualDataWindow
Configuration information for plugging in a custom view.
Constructor Summary | |
---|---|
ConfigurationPlugInVirtualDataWindow()
Ctor. |
Method Summary | |
---|---|
java.io.Serializable |
getConfig()
Returns any additional configuration passed to the factory as part of the context. |
java.lang.String |
getFactoryClassName()
Returns the view factory class name. |
java.lang.String |
getName()
Returns the view name. |
java.lang.String |
getNamespace()
Returns the namespace |
void |
setConfig(java.io.Serializable config)
Sets any additional configuration passed to the factory as part of the context. |
void |
setFactoryClassName(java.lang.String factoryClassName)
Sets the view factory class name. |
void |
setName(java.lang.String name)
Sets the view name. |
void |
setNamespace(java.lang.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 ConfigurationPlugInVirtualDataWindow()
Method Detail |
---|
public java.lang.String getNamespace()
public java.lang.String getName()
public java.lang.String getFactoryClassName()
public void setNamespace(java.lang.String namespace)
namespace
- to setpublic void setName(java.lang.String name)
name
- to setpublic void setFactoryClassName(java.lang.String factoryClassName)
factoryClassName
- is the class name of the view factorypublic java.io.Serializable getConfig()
public void setConfig(java.io.Serializable config)
config
- optional additional configuration
|
© 2006-2015 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 |