com.espertech.esper.client
Class ConfigurationPlugInEventType

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

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

Configuration for a plug-in event type, which is an event type resolved via plug-in event representation.

See Also:
Serialized Form

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

ConfigurationPlugInEventType

public ConfigurationPlugInEventType()
Method Detail

setEventRepresentationResolutionURIs

public void setEventRepresentationResolutionURIs(java.net.URI[] eventRepresentationResolutionURIs)
Sets the URIs to use to resolve the new event type against the plug-in event representations registered.

Parameters:
eventRepresentationResolutionURIs - URIs to use for resolution

setInitializer

public 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.

Parameters:
initializer - is an object carrying configuration info, or a String XML if coming from an XML file

getEventRepresentationResolutionURIs

public java.net.URI[] getEventRepresentationResolutionURIs()
Returns the URIs to use to resolve the new event type against the plug-in event representations registered.

Returns:
URIs to use for resolution

getInitializer

public java.io.Serializable getInitializer()
Returns optional initialization information that the plug-in event representation may use to set up the event type.

Returns:
is an object carrying configuration info, or a String XML if coming from an XML file

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