com.espertech.esper.client
Class ConfigurationPlugInEventType

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

public class ConfigurationPlugInEventType
extends Object
implements 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
 URI[] getEventRepresentationResolutionURIs()
          Returns the URIs to use to resolve the new event type against the plug-in event representations registered.
 Serializable getInitializer()
          Returns optional initialization information that the plug-in event representation may use to set up the event type.
 void setEventRepresentationResolutionURIs(URI[] eventRepresentationResolutionURIs)
          Sets the URIs to use to resolve the new event type against the plug-in event representations registered.
 void setInitializer(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(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(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 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 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

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com