|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationPlugInPatternObject
public class ConfigurationPlugInPatternObject
Configuration information for plugging in a custom view.
Nested Class Summary | |
---|---|
static class |
ConfigurationPlugInPatternObject.PatternObjectType
Choice for type of pattern object. |
Constructor Summary | |
---|---|
ConfigurationPlugInPatternObject()
Ctor. |
Method Summary | |
---|---|
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 |
ConfigurationPlugInPatternObject.PatternObjectType |
getPatternObjectType()
Returns an object type of the pattern object plug-in. |
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. |
void |
setPatternObjectType(ConfigurationPlugInPatternObject.PatternObjectType patternObjectType)
Set the type of pattern object for plug-in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationPlugInPatternObject()
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 ConfigurationPlugInPatternObject.PatternObjectType getPatternObjectType()
public void setPatternObjectType(ConfigurationPlugInPatternObject.PatternObjectType patternObjectType)
patternObjectType
- is the object type to set
|
© 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 |