| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LifecycleManager
Interface that provide common mechanism for life cycle management of tasks
and threads.
The classes that implements this interface are supposed to support shutdown of LifecycleListener items. |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleManager.addLifecycleListener(LifecycleListener lifecycleListener)
Add single life
LifecycleListener to the end of the
LifecycleListener listeners list. |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleManager.setLifecycleListeners(List<LifecycleListener> lifecycleListeners)
Sets a
List of LifecycleListener listener items that
should be managed. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServer
Base class implementing Server interface with common code.
|
class |
TcServer
Receives requests and passes them for processing through the
configured server processing steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServer.addLifecycleListener(LifecycleListener lifecycleListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServer.setLifecycleListeners(List<LifecycleListener> lifecycleListeners) |
Copyright © 2023. All rights reserved.