Modifier and Type | Method and Description |
---|---|
static Prototype |
Prototype.parseName(java.lang.String qualifiedName) |
static Prototype |
Prototype.parseName(java.lang.String qualifiedName,
boolean withExtension) |
Modifier and Type | Method and Description |
---|---|
AdvisoryEventDatagram |
AdvisoryDatagramFactory.createEvent(Prototype prototype) |
Modifier and Type | Method and Description |
---|---|
OpaqueDatagram |
OpaqueDatagramFactory.createEvent(Prototype prototype) |
EventDatagram |
EventDatagramFactory.createEvent(Prototype prototype) |
Modifier and Type | Method and Description |
---|---|
ExceptionEventDatagram |
ExceptionDatagramFactory.createEvent(Prototype prototype) |
Modifier and Type | Method and Description |
---|---|
Prototype |
DatagramPrototypeCache.lookupPrototype(java.lang.String eventId)
Returns the
Prototype object corresponding to the specified event id. |
Modifier and Type | Method and Description |
---|---|
ImmutableEventDatagram |
DatagramFactory.createEvent(Prototype prototype)
Create and returns an event datagram object of a specific type based on the
Prototype . |
boolean |
DatagramPrototypeCache.existsPrototype(Prototype prototype)
Checks if an event prototype associated with the specified
Prototype object exists in the cache. |
java.lang.String |
DatagramPrototypeCache.getAncestor(Prototype prototype)
Returns an ancestor Semantic Type of an event prototype associated with the specified
Prototype object. |
java.lang.String |
DatagramPrototypeCache.lookupEventId(Prototype prototype)
Returns the event id corresponding to the specified
Prototype object. |
Modifier and Type | Method and Description |
---|---|
Prototype |
TriggerFunctionParserContext.lookupEventPrototype(java.lang.String eventId) |
Prototype |
SemanticTypeLookupContext.lookupEventPrototype(java.lang.String eventId) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.