Modifier and Type | Method and Description |
---|---|
void |
HTTPFabricConnection.importEventPrototype(java.lang.String eventId) |
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.exportEventPrototype(java.lang.String eventId)
Exports an Event Prototype with the specified event id to the Fabric node with which the connection established.
|
void |
FabricConnection.importEventPrototype(java.lang.String eventId)
Imports an Event Prototype with the specified event id from the Fabric node with which the connection established.
|
Modifier and Type | Method and Description |
---|---|
AdvisoryEventDatagram |
AdvisoryDatagramFactory.createEvent(Prototype prototype) |
AdvisoryEventDatagram |
AdvisoryDatagramFactory.createEvent(java.lang.String eventId) |
AdvisoryEventDatagram |
AdvisoryDatagramFactory.newEventInstance(SemanticType type) |
AdvisoryEventDatagram |
AdvisoryDatagramFactory.newEventInstance(java.lang.String semanticType) |
AdvisoryEventDatagram |
AdvisoryDatagramFactory.newEventInstanceFrom(ImmutableEventDatagram event) |
AdvisoryEventDatagram |
AdvisoryDatagramFactory.newEventInstanceFrom(java.lang.String eventId) |
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(EventDatagram event)
Executes the method
EventDatagramFactory.createAcknowledgement(EventDatagram, boolean) with false second parameter. |
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(EventDatagram event,
boolean withSourceData)
Creates and returns an instance of an acknowledgement event datagram based on the
supplied Source Event Datagram.
|
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(ExceptionEventDatagram event)
Creates and returns an instance of an acknowledgment event datagram based on the
supplied Exception Event Datagram.
|
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(java.lang.String eventId)
Creates and returns an instance of an acknowledgement event datagram using the specified Event Id.
|
EventDatagram |
EventDatagramFactory.createEvent(Prototype prototype) |
OpaqueDatagram |
OpaqueDatagramFactory.createEvent(Prototype prototype) |
EventDatagram |
EventDatagramFactory.createEvent(java.lang.String eventId) |
OpaqueDatagram |
OpaqueDatagramFactory.createEvent(java.lang.String eventId) |
EventDatagram |
EventDatagramFactory.newEventInstance(SemanticType type) |
OpaqueDatagram |
OpaqueDatagramFactory.newEventInstance(SemanticType type) |
EventDatagram |
EventDatagramFactory.newEventInstance(java.lang.String semanticType) |
OpaqueDatagram |
OpaqueDatagramFactory.newEventInstance(java.lang.String semanticType) |
EventDatagram |
EventDatagramFactory.newEventInstanceFrom(ImmutableEventDatagram event) |
OpaqueDatagram |
OpaqueDatagramFactory.newEventInstanceFrom(ImmutableEventDatagram event) |
EventDatagram |
EventDatagramFactory.newEventInstanceFrom(java.lang.String eventId) |
OpaqueDatagram |
OpaqueDatagramFactory.newEventInstanceFrom(java.lang.String eventId) |
Modifier and Type | Method and Description |
---|---|
ExceptionEventDatagram |
ExceptionDatagramFactory.createEvent(Prototype prototype) |
ExceptionEventDatagram |
ExceptionDatagramFactory.createEvent(java.lang.String eventId) |
ExceptionEventDatagram |
ExceptionDatagramFactory.createEvent(java.lang.String eventId,
ImmutableEventDatagram sourceEvent)
Creates an exception datagram object using the specified Event Id.
|
ExceptionEventDatagram |
ExceptionDatagramFactory.newEventInstance(SemanticType type) |
ExceptionEventDatagram |
ExceptionDatagramFactory.newEventInstance(java.lang.String semanticType) |
ExceptionEventDatagram |
ExceptionDatagramFactory.newEventInstanceFrom(ImmutableEventDatagram event) |
ExceptionEventDatagram |
ExceptionDatagramFactory.newEventInstanceFrom(java.lang.String eventId) |
Modifier and Type | Method and Description |
---|---|
void |
DatagramPrototypeFactory.addAdvisoryPrototype(java.lang.String eventId,
AdvisoryEventDatagram event)
Adds the specified
AdvisoryEventDatagram prototype to the environment. |
static void |
PrototypeFactory.addAdvisoryPrototype(java.lang.String eventId,
AdvisoryEventDatagram event)
Adds the specified
AdvisoryEventDatagram prototype to the environment. |
void |
DatagramPrototypeFactory.addAdvisoryPrototype(java.lang.String model,
java.lang.String eventId)
Adds an
AdvisoryEventDatagram prototype to the environment. |
static void |
PrototypeFactory.addAdvisoryPrototype(java.lang.String model,
java.lang.String eventId)
Adds an
AdvisoryEventDatagram prototype to the environment. |
static void |
PrototypeFactory.addDataEventPrototype(java.lang.String eventId,
CloneableDataObject data)
Adds a
DataEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addDataEventPrototype(java.lang.String eventId,
DataEvent event)
Adds the specified
DataEvent prototype to the environment. |
static void |
PrototypeFactory.addDataEventPrototype(java.lang.String eventId,
DataEvent event)
Adds the specified
DataEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addDataEventPrototype(java.lang.String eventId,
java.lang.String semanticType)
Adds a
DataEvent prototype to the environment. |
static void |
PrototypeFactory.addDataEventPrototype(java.lang.String eventId,
java.lang.String semanticType)
Adds a
DataEvent prototype to the environment. |
static void |
PrototypeFactory.addDeltaEventPrototype(java.lang.String eventId,
CloneableDataObject data)
Adds a
DeltaEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addDeltaEventPrototype(java.lang.String eventId,
DeltaEvent event)
Adds the specified specified
DeltaEvent prototype to the environment. |
static void |
PrototypeFactory.addDeltaEventPrototype(java.lang.String eventId,
DeltaEvent event)
Adds the specified
DeltaEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addDeltaEventPrototype(java.lang.String eventId,
java.lang.String semanticType)
Adds a
DeltaEvent prototype to the environment. |
static void |
PrototypeFactory.addDeltaEventPrototype(java.lang.String eventId,
java.lang.String semanticType)
Adds a
DeltaEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addEventPrototype(java.lang.String eventId,
EventDatagram event)
Adds the specified
EventDatagram prototype to the environment. |
static void |
PrototypeFactory.addEventPrototype(java.lang.String eventId,
EventDatagram event)
Adds the specified
EventDatagram prototype to the environment. |
void |
DatagramPrototypeFactory.addEventPrototype(java.lang.String model,
java.lang.String eventId)
Adds an
EventDatagram prototype to the environment. |
static void |
PrototypeFactory.addEventPrototype(java.lang.String model,
java.lang.String eventId)
Adds an
EventDatagram prototype to the environment. |
void |
DatagramPrototypeFactory.addExceptionPrototype(java.lang.String eventId,
ExceptionEventDatagram event)
Adds the specified
ExceptionEventDatagram prototype to the environment. |
static void |
PrototypeFactory.addExceptionPrototype(java.lang.String eventId,
ExceptionEventDatagram event)
Adds the specified
ExceptionEventDatagram prototype to the environment. |
void |
DatagramPrototypeFactory.addExceptionPrototype(java.lang.String model,
java.lang.String eventId)
Adds an
ExceptionEventDatagram prototype to the environment. |
static void |
PrototypeFactory.addExceptionPrototype(java.lang.String model,
java.lang.String eventId)
Adds an
ExceptionEventDatagram prototype to the environment. |
static void |
PrototypeFactory.addOpaqueEventPrototype(java.lang.String eventId,
CloneableDataObject data)
Adds a
OpaqueEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addOpaqueEventPrototype(java.lang.String eventId,
OpaqueEvent event)
Adds the specified
OpaqueEvent prototype to the environment. |
static void |
PrototypeFactory.addOpaqueEventPrototype(java.lang.String eventId,
OpaqueEvent event)
Adds the specified
OpaqueEvent prototype to the environment. |
void |
DatagramPrototypeFactory.addOpaqueEventPrototype(java.lang.String eventId,
java.lang.String semanticType)
Adds an
OpaqueEvent prototype to the environment. |
static void |
PrototypeFactory.addOpaqueEventPrototype(java.lang.String eventId,
java.lang.String semanticType)
Adds a
OpaqueEvent prototype to the environment. |
ImmutableEventDatagram |
DatagramFactory.createEvent(Prototype prototype)
Create and returns an event datagram object of a specific type based on the
Prototype . |
ImmutableEventDatagram |
DatagramFactory.createEvent(java.lang.String eventId)
Creates an event datagram object using the specified Event Id.
|
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.getAncestor(java.lang.String eventId)
Returns an ancestor Semantic Type of the event prototype associated with the specified event id.
|
EventDatagramCipherSuite |
DatagramFactory.getCipherSuite()
Returns the cipher suite implemented by this datagram factory.
|
java.lang.String |
DatagramPrototypeCache.getModel(java.lang.String eventId)
Returns a model of the event prototype associated with the specified event id.
|
ImmutableEventDatagram |
DatagramFactory.newEventInstance(SemanticType type)
Creates and returns an instance of an event datagram of this factory's type
based on the semantic type.
|
ImmutableEventDatagram |
DatagramFactory.newEventInstance(java.lang.String semanticType)
Creates an event instance based on the specified semantic type.
|
ImmutableEventDatagram |
DatagramFactory.newEventInstanceFrom(ImmutableEventDatagram event)
Creates an event instance using the specified event.
|
ImmutableEventDatagram |
DatagramFactory.newEventInstanceFrom(java.lang.String eventId)
Creates an event instance using the specified Event Id.
|
void |
DatagramPrototypeFactory.removeAdvisoryPrototype(java.lang.String eventId)
Removes the specified
AdvisoryEventDatagram prototype from the environment. |
static void |
PrototypeFactory.removeAdvisoryPrototype(java.lang.String eventId)
Removes a
AdvisoryEventDatagram prototype having the specified event id. |
void |
DatagramPrototypeFactory.removeEventPrototype(java.lang.String eventId)
Removes the specified
EventDatagram prototype from the environment. |
static void |
PrototypeFactory.removeEventPrototype(java.lang.String eventId)
Removes a
EventDatagram prototype having the specified event id. |
void |
DatagramPrototypeFactory.removeExceptionPrototype(java.lang.String eventId)
Removes the specified
ExceptionEventDatagram prototype from the environment. |
static void |
PrototypeFactory.removeExceptionPrototype(java.lang.String eventId)
Removes a
ExceptionEventDatagram prototype having the specified event id. |
void |
DatagramPrototypeFactory.removeOpaqueEventPrototype(java.lang.String eventId)
Removes the specified
OpaqueDatagram prototype from the environment. |
static void |
PrototypeFactory.removeOpaqueEventPrototype(java.lang.String eventId)
Removes a
OpaqueEvent prototype having the specified event id. |
void |
DatagramPrototypeFactory.removePrototype(java.lang.String eventId)
Removes the specified prototype from the environment.
|
static void |
PrototypeFactory.removePrototype(java.lang.String eventId)
Removes a prototype with the specified event id.
|
void |
DatagramPrototypeFactory.removePrototype(java.lang.String eventId,
boolean force)
Removes the specified prototype from the environment.
|
static void |
PrototypeFactory.removePrototype(java.lang.String eventId,
boolean force)
Removes a prototype with the specified event id.
|
Modifier and Type | Method and Description |
---|---|
static void |
SDOUtils.addAdvisoryPrototype(java.lang.String eventId,
AdvisoryEventDatagram event)
|
static void |
SDOUtils.addAdvisoryPrototype(java.lang.String model,
java.lang.String eventId)
|
static void |
SDOUtils.addDataEventPrototype(java.lang.String eventId,
CloneableDataObject data)
|
static void |
SDOUtils.addDataEventPrototype(java.lang.String eventId,
DataEvent event)
|
static void |
SDOUtils.addDataEventPrototype(java.lang.String eventId,
java.lang.String dataType)
|
static void |
SDOUtils.addDeltaEventPrototype(java.lang.String eventId,
CloneableDataObject data)
|
static void |
SDOUtils.addDeltaEventPrototype(java.lang.String eventId,
DeltaEvent event)
|
static void |
SDOUtils.addDeltaEventPrototype(java.lang.String eventId,
java.lang.String dataType)
|
static void |
SDOUtils.addEventPrototype(java.lang.String eventId,
EventDatagram event)
|
static void |
SDOUtils.addEventPrototype(java.lang.String model,
java.lang.String eventId)
|
static void |
SDOUtils.addExceptionPrototype(java.lang.String eventId,
ExceptionEventDatagram event)
|
static void |
SDOUtils.addExceptionPrototype(java.lang.String model,
java.lang.String eventId)
|
static void |
SDOUtils.addOpaqueEventPrototype(java.lang.String eventId,
CloneableDataObject data)
|
static void |
SDOUtils.addOpaqueEventPrototype(java.lang.String eventId,
OpaqueEvent event)
|
static void |
SDOUtils.addOpaqueEventPrototype(java.lang.String eventId,
java.lang.String dataType)
|
static void |
SDOUtils.checkDataClass(FabricContext context,
java.lang.Class dataClass)
Checks the specified class which is intended for a using as data class
for
DataEvent or DeltaEvent or OpaqueEvent . |
static DataEvent |
SDOUtils.createDataEvent(java.lang.String eventId,
java.lang.Object data)
Creates a new
DataEvent having the specified identifier and data object. |
static java.lang.Object |
SDOUtils.createDataObject(SemanticType type)
Creates a new object which can be used as data object for
DataEvent or DeltaEvent or OpaqueEvent . |
static java.lang.Object |
SDOUtils.createDataObject(java.lang.String semanticType)
Creates a new object which can be used as data for
DataEvent or DeltaEvent or OpaqueEvent . |
static OpaqueEvent |
SDOUtils.createOpaqueEvent(java.lang.String eventId,
java.lang.Object data)
Creates a new
OpaqueEvent having the specified identifier and data object. |
Modifier and Type | Method and Description |
---|---|
ImmutableEventDatagram |
TriggerFunctionContext.createEvent(java.lang.String eventId) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.