Package | Description |
---|---|
com.streamscape.cli.service | |
com.streamscape.lib.file | |
com.streamscape.sef.dispatcher | |
com.streamscape.sef.service | |
com.streamscape.service.osf |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
byte[] |
FSCustomSerializer.toByteArray(java.lang.Object record) |
byte[] |
DefaultFSCustomSerializer.toByteArray(java.lang.Object record) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCancellableService.cancel() |
void |
AbstractService.destroy() |
void |
AbstractService.init() |
void |
AbstractService.resume() |
void |
AbstractDaemonService.resume() |
void |
AbstractService.start() |
void |
AbstractDaemonService.start() |
void |
AbstractService.stop() |
void |
AbstractDaemonService.stop() |
void |
AbstractService.suspend() |
void |
AbstractDaemonService.suspend() |
Modifier and Type | Method and Description |
---|---|
void |
CancellableService.cancel() |
void |
Service.destroy()
Destroys the service.
|
void |
Service.init()
Initializes the service.
|
void |
Service.resume()
Resumes the suspended service.
|
void |
DaemonService.run() |
void |
Service.start()
Starts the service.
|
void |
Service.stop()
Stops the service.
|
void |
Service.suspend()
Suspends the service.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.