com.espertech.esper.client
Class ConfigurationPlugInVirtualDataWindow

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationPlugInVirtualDataWindow
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationPlugInVirtualDataWindow
extends java.lang.Object
implements java.io.Serializable

Configuration information for plugging in a custom view.

See Also:
Serialized Form

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

ConfigurationPlugInVirtualDataWindow

public ConfigurationPlugInVirtualDataWindow()
Ctor.

Method Detail

getNamespace

public java.lang.String getNamespace()
Returns the namespace

Returns:
namespace

getName

public java.lang.String getName()
Returns the view name.

Returns:
view name

getFactoryClassName

public java.lang.String getFactoryClassName()
Returns the view factory class name.

Returns:
factory class name

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the view namespace.

Parameters:
namespace - to set

setName

public void setName(java.lang.String name)
Sets the view name.

Parameters:
name - to set

setFactoryClassName

public void setFactoryClassName(java.lang.String factoryClassName)
Sets the view factory class name.

Parameters:
factoryClassName - is the class name of the view factory

getConfig

public java.io.Serializable getConfig()
Returns any additional configuration passed to the factory as part of the context.

Returns:
optional additional configuration

setConfig

public void setConfig(java.io.Serializable config)
Sets any additional configuration passed to the factory as part of the context.

Parameters:
config - optional additional configuration

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com