Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.apitransport | |
com.bmc.arsys.apitransport.session |
Modifier and Type | Class and Description |
---|---|
class |
Config
This is Singleton class, which is used to capture configuration details for
the Java API.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigI |
ARServerUser.getApiConfig() |
Modifier and Type | Class and Description |
---|---|
class |
ApiConfig
The abstract base class ARConfig
i.e.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigI |
ApiConfigManager.get(String type)
get the ApiConfigI by type
|
ApiConfigI |
ApiUserContextI.getApiConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ApiConfigManager.add(String type,
ApiConfigI config)
put one type of configuration class which implements ApiConfigI into the configuration collection
|
abstract ApiRpcClientStubI |
ApiRpcClientStubFactory.createARRpcClientStub(ApiUserContextI context,
ApiConfigI config,
int xdrSize,
int lowerSvrRpcVersionBy)
Returns a ApiRpcClientStubI for a type
|
void |
ApiConfigManager.register(String key,
ApiConfigI configI) |
Modifier and Type | Method and Description |
---|---|
ApiRpcClientStubI |
ApiRpcClientStubFactoryImpl.createARRpcClientStub(ApiUserContextI context,
ApiConfigI config,
int initialXdrSize,
int lowerSvrRpcVersionBy)
Create a real ARRpcClientStub concrete class.
|
? Copyright 2013 BMC Software, Inc.