com.apama.md.client
Event CurrentExtraParamsInterface


Provides interface to read the current ExtraParam status relating to a particular symbol's datastream.
Member summary
 action<> returns stringgetSymbol

Returns the ticker symbol.
 action<> returns com.apama.md.adapter.ConnectionKeygetConnectionKey

Returns the ConnectionKey associated with this event.
 action<> returns com.apama.md.client.EPValuesInterfacegetEPValuesInterface

Returns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
 action<> returns com.apama.md.client.EPSchemaInterfacegetEPSchemaInterface

Returns the current Extra Param schema interface.
 
Member detail

getConnectionKey

            action<> returns com.apama.md.adapter.ConnectionKey getConnectionKey
        
Returns the ConnectionKey associated with this event.

getEPSchemaInterface

            action<> returns com.apama.md.client.EPSchemaInterface getEPSchemaInterface
        
Returns the current Extra Param schema interface.

getEPValuesInterface

            action<> returns com.apama.md.client.EPValuesInterface getEPValuesInterface
        
Returns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
See Also:
getEPSchemaInterface - 

getSymbol

            action<> returns string getSymbol
        
Returns the ticker symbol.