|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationPlugInEventType
public class ConfigurationPlugInEventType
Configuration for a plug-in event type, which is an event type resolved via plug-in event representation.
Constructor Summary | |
---|---|
ConfigurationPlugInEventType()
|
Method Summary | |
---|---|
java.net.URI[] |
getEventRepresentationResolutionURIs()
Returns the URIs to use to resolve the new event type against the plug-in event representations registered. |
java.io.Serializable |
getInitializer()
Returns optional initialization information that the plug-in event representation may use to set up the event type. |
void |
setEventRepresentationResolutionURIs(java.net.URI[] eventRepresentationResolutionURIs)
Sets the URIs to use to resolve the new event type against the plug-in event representations registered. |
void |
setInitializer(java.io.Serializable initializer)
Sets the optional initialization information that the plug-in event representation may use to set up the event type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationPlugInEventType()
Method Detail |
---|
public void setEventRepresentationResolutionURIs(java.net.URI[] eventRepresentationResolutionURIs)
eventRepresentationResolutionURIs
- URIs to use for resolutionpublic void setInitializer(java.io.Serializable initializer)
initializer
- is an object carrying configuration info, or a String XML if coming
from an XML filepublic java.net.URI[] getEventRepresentationResolutionURIs()
public java.io.Serializable getInitializer()
|
© 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 |