| Interface | Description |
|---|---|
| ApiConfigI |
This is the config interface that config class required for an api program.
|
| ApiPropertyI |
This is the API property interface that a property class required for an API program.
|
| ApiPropertyManagerI |
A property manager for one API program properties.
|
| ApiProxyI |
The interface for Proxy classes
|
| ApiRpcClientStubI |
The interface for ApiRpcClientStub
|
| ApiUserContextI |
We will push done the interface from ARServerUser interface.
|
| Class | Description |
|---|---|
| ApiConfig |
The abstract base class ARConfig
i.e.
|
| ApiConfigLogger |
This class is used to initialize log4j in the event that there is no log4j.properties/log4j.xml
file in the classpath and, as such, there is no appender configured.
|
| ApiConfigManager |
A Configuration Manager all one API program configurations
|
| ApiPropertyManager |
A property manager for one API program properties.
|
| ApiProxyBase |
The base class that contains the common base methods that can be used for different type of AR Proxy.
|
| ApiProxyJRpcBase |
Base class for Proxy using Java RPC approach It does not contain any rpc version specific info
|
| ApiProxyType |
Defines different proxy types.
|
| ApiRpcClientStubFactory |
Abstract Factory for creating concrete ARRpcClientStub
|
| ApiUserContextBase |
This is the abstract base class for ARServerUser and CMDB API calls entry point
i.e.
|
| ApiValueBase |
Internal class that used in API transport layer.
|
| ApiWebSocketConfig |
Contains configurations for each WebSocket
|
? Copyright 2013 BMC Software, Inc.