Modifier and Type | Method and Description |
---|---|
SLResponse |
HTTPDataspaceAccessor.invokeCompleteRequest(java.lang.String statement) |
SLResponse |
HTTPDataspaceAccessor.invokeCompleteRequest(java.lang.String statement,
long timeout) |
SLResponse |
HTTPDataspaceAccessor.invokeInterruptRequest(java.lang.String command) |
SLResponse |
HTTPDataspaceAccessor.invokeLanguageRequest(java.lang.String statement) |
SLResponse |
HTTPDataspaceAccessor.invokeLanguageRequest(java.lang.String statement,
long timeout) |
boolean |
HTTPDataspaceAccessor.resync() |
boolean |
HTTPDataspaceAccessor.switchComponent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ServiceAccessor.getEventHandlerParameterName(java.lang.String handlerName) |
RPLMethodsCache.RPLMethodInfo |
ServiceAccessor.getEventHandlerRPLMethodInfo(java.lang.String handlerName) |
java.util.List |
ServiceAccessor.getEventHandlers()
Returns a list of all event handlers in the accessed service.
|
void |
ServiceAccessor.invokeAsyncServiceRequest(ImmutableEventDatagram request)
Sends the specified request asynchronously.
|
ImmutableEventDatagram |
ServiceAccessor.invokeServiceRequest(EventDatagram request,
RequestDistributionStrategy strategy)
Performs the
ServiceAccessor.invokeServiceRequest(com.streamscape.sdo.EventDatagram, com.streamscape.sdo.enums.RequestDistributionStrategy, long)
with a timeout previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
ImmutableEventDatagram |
ServiceAccessor.invokeServiceRequest(EventDatagram request,
RequestDistributionStrategy strategy,
long timeout)
Sends the specified request and waits until a response will be received or waiting period will expire.
|
ImmutableEventDatagram |
ServiceAccessor.invokeServiceRequest(ImmutableEventDatagram request)
Performs the
ServiceAccessor.invokeServiceRequest(ImmutableEventDatagram, long) with a timeout
previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
ImmutableEventDatagram |
ServiceAccessor.invokeServiceRequest(ImmutableEventDatagram request,
long timeout)
Sends the specified request and waits until a response will be received or waiting period will expire.
|
java.lang.Object |
ServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
EIMObject eimData,
java.lang.Object data)
Performs the
ServiceAccessor.invokeServiceRequest(String, EIMObject, Object, long) with a timeout
previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
java.lang.Object |
ServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
EIMObject eimData,
java.lang.Object data,
long timeout)
Invokes the specified event handler and waits until a response will be received or waiting period will expire.
|
java.lang.Object |
ServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
java.lang.Object data)
Performs the
ServiceAccessor.invokeServiceRequest(String, Object, long) with a timeout
previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
java.lang.Object |
ServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
java.lang.Object data,
long timeout)
Invokes the specified event handler and waits until a response will be received or waiting period will expire.
|
java.lang.Object |
ServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
java.lang.Object data,
java.util.Map properties,
long timeout)
Performs the
ServiceAccessor.invokeServiceRequest(String, Object, long) with adding properties for event handler |
boolean |
ServiceAccessor.isEventHandlerValid(java.lang.String handlerName)
Checks if the specified event handler is valid.
|
java.util.List |
ServiceAccessor.listActiveEvents()
Returns a list of all active events in service.
|
java.util.List |
ServiceAccessor.listEventHandlers()
Returns a list of names of all event handlers in the accessed service.
|
EventHandler |
ServiceAccessor.lookupEventHandler(java.lang.String handlerName)
Finds and returns an event handler with the specified name.
|
EventHandler |
ServiceAccessor.lookupEventHandlerByMethod(java.lang.String methodName)
Finds and returns an event handler corresponding to the specified method of the accessed service.
|
Modifier and Type | Method and Description |
---|---|
DataspaceAccessor |
FabricConnection.createDataspaceAccessor(DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
DataspaceAccessor |
FabricConnection.createDataspaceAccessor(java.lang.String nodeName,
DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
ServiceAccessor |
FabricConnection.createServiceAccessor(java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
ServiceAccessor |
FabricConnection.createServiceAccessor(java.lang.String nodeName,
java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
Modifier and Type | Method and Description |
---|---|
SLResponse |
FabricComponentAccessor.invokeCompleteRequest(java.lang.String statement)
Performs the
FabricComponentAccessor.invokeCompleteRequest(String, long) with a timeout
previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
SLResponse |
FabricComponentAccessor.invokeCompleteRequest(java.lang.String command,
long timeout)
Sends the completion request for specified statement and waits until a response will be received or waiting period will expire.
|
SLResponse |
FabricComponentAccessor.invokeInterruptRequest(java.lang.String command)
Sends the interruption request for specified statement and waits until a response will be received or waiting period will expire.
|
SLResponse |
FabricComponentAccessor.invokeLanguageRequest(SLStatement statement)
Performs the
FabricComponentAccessor.invokeLanguageRequest(com.streamscape.sdo.operation.SLStatement, long) with a timeout
previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
SLResponse |
FabricComponentAccessor.invokeLanguageRequest(SLStatement statement,
long timeout)
Sends the specified statement and waits until a response will be received or waiting period will expire.
|
SLResponse |
FabricComponentAccessor.invokeLanguageRequest(java.lang.String statement)
Performs the
FabricComponentAccessor.invokeLanguageRequest(String, long) with a timeout
previously set by the FabricComponentAccessor.setRequestTimeout(long) method or default timeout (30 seconds). |
SLResponse |
FabricComponentAccessor.invokeLanguageRequest(java.lang.String statement,
long timeout)
Sends the specified statement and waits until a response will be received or waiting period will expire.
|
boolean |
FabricComponentAccessor.resync()
Resynchronizes the accessor.
|
void |
FabricComponentAccessor.setAutoSwitching(boolean autoSwitching)
Sets a parameter specifying if the accessor will automatically switch to another suitable component located in a node
with a higher weight (see
FabricNodeReference.getWeight() for details) or in a node from the same cluster as the current node. |
boolean |
FabricComponentAccessor.switchComponent()
Switches to another suitable component located in a node with a higher weight (see
FabricNodeReference.getWeight() for details)
or in a node from the same cluster as the current node. |
Modifier and Type | Method and Description |
---|---|
DataspaceAccessor |
TriggerFunctionContextImpl.DataspaceAccessorProvider.getDataspaceAccessor() |
DataspaceAccessor |
DataspaceAccessorProviderForTaskList.getDataspaceAccessor() |
java.lang.String |
DirectServiceAccessor.getEventHandlerParameterName(java.lang.String handlerName) |
RPLMethodsCache.RPLMethodInfo |
DirectServiceAccessor.getEventHandlerRPLMethodInfo(java.lang.String handlerName) |
java.util.List |
DirectServiceAccessor.getEventHandlers() |
void |
DirectServiceAccessor.invokeAsyncServiceRequest(ImmutableEventDatagram request) |
SLResponse |
DirectServiceAccessor.invokeCompleteRequest(java.lang.String statement) |
SLResponse |
DirectServiceAccessor.invokeCompleteRequest(java.lang.String command,
long timeout) |
SLResponse |
DirectServiceAccessor.invokeInterruptRequest(java.lang.String command) |
SLResponse |
DirectServiceAccessor.invokeLanguageRequest(SLStatement statement) |
SLResponse |
DirectServiceAccessor.invokeLanguageRequest(SLStatement statement,
long timeout) |
SLResponse |
DirectServiceAccessor.invokeLanguageRequest(java.lang.String statement) |
SLResponse |
DirectServiceAccessor.invokeLanguageRequest(java.lang.String statement,
long timeout) |
ImmutableEventDatagram |
DirectServiceAccessor.invokeServiceRequest(EventDatagram request,
RequestDistributionStrategy strategy) |
ImmutableEventDatagram |
DirectServiceAccessor.invokeServiceRequest(EventDatagram request,
RequestDistributionStrategy strategy,
long timeout) |
ImmutableEventDatagram |
DirectServiceAccessor.invokeServiceRequest(ImmutableEventDatagram request) |
ImmutableEventDatagram |
DirectServiceAccessor.invokeServiceRequest(ImmutableEventDatagram request,
long timeout) |
java.lang.Object |
DirectServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
EIMObject eimData,
java.lang.Object data) |
java.lang.Object |
DirectServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
EIMObject eimData,
java.lang.Object data,
long timeout) |
java.lang.Object |
DirectServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
java.lang.Object data) |
java.lang.Object |
DirectServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
java.lang.Object data,
long timeout) |
java.lang.Object |
DirectServiceAccessor.invokeServiceRequest(java.lang.String eventHandler,
java.lang.Object data,
java.util.Map properties,
long timeout) |
boolean |
DirectServiceAccessor.isEventHandlerValid(java.lang.String handlerName) |
java.util.List |
DirectServiceAccessor.listActiveEvents() |
java.util.List |
DirectServiceAccessor.listEventHandlers() |
EventHandler |
DirectServiceAccessor.lookupEventHandler(java.lang.String handlerName) |
EventHandler |
DirectServiceAccessor.lookupEventHandlerByMethod(java.lang.String methodName) |
boolean |
DirectServiceAccessor.resync() |
void |
DirectServiceAccessor.setAutoSwitching(boolean autoSwitching) |
boolean |
DirectServiceAccessor.switchComponent() |
Modifier and Type | Method and Description |
---|---|
DataspaceAccessor |
ServiceContext.createDataspaceAccessor(DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
DataspaceAccessor |
ServiceContext.createDataspaceAccessor(java.lang.String nodeName,
DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
ServiceAccessor |
ServiceContext.createServiceAccessor(java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
ServiceAccessor |
ServiceContext.createServiceAccessor(java.lang.String nodeName,
java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.