Package | Description |
---|---|
com.streamscape.service.osf.config | |
com.streamscape.service.osf.enums | |
com.streamscape.service.osf.evh |
Modifier and Type | Method and Description |
---|---|
InvokeMode |
ConfigurationObject.getInvokeMode()
Gets the invoke mode for this service.
|
InvokeMode |
AbstractServiceConfigurationObject.getInvokeMode() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationObject.setInvokeMode(InvokeMode type)
Sets the invoke model for this service.
|
void |
AbstractServiceConfigurationObject.setInvokeMode(InvokeMode type) |
Modifier and Type | Field and Description |
---|---|
static InvokeMode |
InvokeMode.ASYNC |
static InvokeMode |
InvokeMode.DIRECT |
Modifier and Type | Method and Description |
---|---|
static InvokeMode |
InvokeMode.valueOf(java.lang.String name) |
static InvokeMode[] |
InvokeMode.values() |
Modifier and Type | Method and Description |
---|---|
InvokeMode |
EventHandler.getInvokeMode()
Returns an invoke mode of the event handler.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.setInvokeMode(InvokeMode mode)
Sets an invoke mode of the event handler.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.