Modifier and Type | Method and Description |
---|---|
ServiceInfo |
Context.getServiceInfo() |
ServiceInfo |
NativeCallContext.getServiceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Context.setServiceInfo(ServiceInfo serviceInfo) |
void |
NativeCallContext.setServiceInfo(ServiceInfo serviceInfo) |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
Service.getServiceInfo() |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceImpl.getServiceInfo() |
Modifier and Type | Method and Description |
---|---|
static ServiceImpl |
ConnectorSPIModelHelper.createService(ProgramFile programFile,
ServiceInfo serviceInfo) |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ResourceInfo.getServiceInfo() |
ServiceInfo |
PackageInfo.getServiceInfo(String serviceName) |
ServiceInfo[] |
PackageInfo.getServiceInfoEntries() |
Modifier and Type | Method and Description |
---|---|
void |
PackageInfo.addServiceInfo(String serviceName,
ServiceInfo serviceInfo) |
void |
ResourceInfo.setServiceInfo(ServiceInfo serviceInfo) |
Modifier and Type | Method and Description |
---|---|
static String |
ObservabilityUtils.getFullServiceName(ServiceInfo serviceInfo) |
static Optional<ObserverContext> |
ObservabilityUtils.startServerObservation(String connectorName,
ServiceInfo serviceInfo,
String resourceName,
WorkerExecutionContext parentContext)
Start a server observation.
|
Modifier and Type | Method and Description |
---|---|
static ServiceInfo |
BLangVMUtils.getServiceInfo(WorkerExecutionContext ctx) |
Modifier and Type | Method and Description |
---|---|
static void |
BLangVMUtils.setServiceInfo(WorkerExecutionContext ctx,
ServiceInfo serviceInfo) |
Copyright © 2018 WSO2. All rights reserved.