Interface | Description |
---|---|
ArtifactUnloader |
Common interface for all Artifact Unloaders
|
ServerInitializer | |
ServerRestartHandler |
Any specific things that need to be done before the server is restarted should be handled by an
implementation of this interface
|
ServerShutdownHandler |
Any specific things that need to be done before the server is shutdown should be handled by an
implementation of this interface.
|
ServerStartupHandler | Deprecated
use
ServerStartupObserver instead. |
ServerStartupObserver |
This class is used as a listener for getting notifications when the server startup happens.
|
Class | Description |
---|---|
AbstractAdmin |
Parent class for all admin services
Note: This has to be extended by Carbon admin services only.
|
CarbonAxisConfigurator |
WSO2 Carbon implementation of AxisConfigurator to load Axis2
configuration for WSO2 Carbon.
|
CarbonConfigurationContextFactory |
This class is used for holding the ConfigurationContext object used on the Carbon server side
|
CarbonThreadCleanup |
This ThreadCleanup implementation wil clear out all the ThreadLocal variables, and do other
Thread cleanup related work
|
RegistryResources |
Contains all the constants related to the registry artifacts stored in the registry
|
RegistryResources.AppenderProperties | |
RegistryResources.Associations | |
RegistryResources.LoggerProperties | |
RegistryResources.ModuleProperties | |
RegistryResources.ParameterProperties | |
RegistryResources.SecurityManagement | |
RegistryResources.ServiceGroupProperties | |
RegistryResources.ServiceProperties | |
RegistryResources.Transports | |
Resources |
Contains all the constants related to the registry artifacts stored in the registry
|
Resources.AppenderProperties | |
Resources.Associations | |
Resources.LoggerProperties | |
Resources.ModuleProperties | |
Resources.ParameterProperties | |
Resources.SecurityManagement | |
Resources.ServiceGroupProperties | |
Resources.ServiceProperties | |
Resources.Transports | |
ServerManagement |
Class for handling Server management functionalilty.
|
ServerStatus |
The status in which this Carbon instance can currently be in
|
Copyright © 2016 WSO2 Inc. All rights reserved.