SAP CC 1.0
API 4.2 (Core)

Package com.highdeal.admin.hci

Provides the administration JAVA / XML APIs.

See:
          Description

Interface Summary
InstanceInfo This operation represents the interface of the instance info.
StartStopPlugin This interface represent a listener plugin.
 

Class Summary
ActivateAllOp This operation class represents the activation of all subscriptions.
ActivateAllResult This class conveys the result of the ActivateAll operation.
AdminParameterModel The AdminParameterModel represents an admin parameter.
AdminXMLMapping Defines the mapping between XML tags and marshallable classes.
ArchivePartitionOp This API archives all the tables which must be purged according to parameters specified into the PARTITION_PURGE table.
ArchivePartitionResult This class conveys the result of the ArchivePartitionOp operation.
BuildEZTaxLogOp This operation builds an EZTax log file that can be used to generate tax reports thanks to Billsoft's command line tools.
BuildEZTaxLogResult This class conveys the result of the BuildEZTaxLogOp operation.
BulkLoadOp This operation triggers the bulk loading mechanism, so that data files are inserted into the database by the bulk loader.
BulkLoadResult This operation result is returned when the bulk loading operation has successfully ended.
CleanupAllOp This operation class represents the cleanup of all subscriptions.
CleanupAllResult This class conveys the result of the CleanupAll operation.
ConfigurePartitioningOp This API allows DBAs to parameterize the Purge/Archive global process, by filling the PARTITION_PURGE table with given parameters.
ConfigurePartitioningResult This class conveys the result of the ConfigurePartitioningOp operation.
CreatePartitionOp This API archives all the tables which must be purged according to parameters specified into the PARTITION_PURGE table.
CreatePartitionResult This class conveys the result of the CreatePartitionOp operation.
FireExpirationAlertsOp This operation class represents the activation of alerts on expired subscriptions.
FireExpirationAlertsResult This class conveys the result of the FireExpirationAlerts operation.
GetInstanceMapOp This operation gets the instance map.
GetInstanceMapResult This class conveys the result of the GetInstanceMapOp operation.
GetLogTracesOp This operation gets the latest log traces from the log files.
GetLogTracesResult This class conveys the result of the GetLogTracesOp operation.
GetParametersOp This operation gets the list of the available administration parameters.
GetParametersResult This class conveys the result of the GetParametersOp operation.
GetParameterValueOp This operation allows to retrieve the value of an administration parameter.
GetParameterValueResult This class conveys the result of the GetParameterValueOp operation.
GetStatusOp This operation allows to query the status of a SAP Convergent Charging 1.0 instance.
GetStatusResult This class conveys the result of GetStatusOp operation.
GetThreadDumpOp This operation allows to get the dump of all threads of an instance.
The thread dump done by the JVM provides kernel information that the API doesn't, like: the kernel thread priority "prio" the kernel thread identifier "tid" the lock information
So, the dump in the result of this operation: "prio" is the thread priority returned by the API "tid" is the hash of the thread (hexa) the lock information aren't returned The value of "tid" isn't the value returned to the method Thread.getId() because when a thread is terminated, this identifier may be reused.
GetThreadDumpResult This class conveys the result of the GetThreadDumpOp operation.
ImportArchivePartitionOp This API allows DBAs to re-import (into the same schema) an existing archive container which has been previously archived from this schema.
ImportArchivePartitionResult This class conveys the result of the ImportArchivePartitionOp operation.
InstanceId An instance is identified by two argument: - an instance type InstanceType - a number of instance that identifies instances of the same type.
InstanceInfoImpl This operation represents a instance info.
InstanceMap This class represents an instance map.
PingOp This operation allows to check if the administration service of a SAP Convergent Charging 1.0 instance is alive.
PingResult This class conveys the result of the PingOp operation.
PostpaidCachesRefreshOp This operation is used to manually refresh all postpaid tables caches.
PostpaidCachesRefreshResult This class conveys the result of the PostpaidCachesRefreshOp operation.
RefreshAccountPartitionCacheOp This operation is used to refresh account partition cache when deleting or modifying postaid accounts or parties in a bulk way.
RefreshAccountPartitionCacheResult This class conveys the result of the RefreshAccountPartitionCacheOp operation.
RefreshChargingCacheOp This operation is used to refresh charging cache when deleting or modifying postaid accounts or parties in a bulk way and when performing an invoice creation.
RefreshChargingCacheResult This class conveys the result of the RefreshChargingCacheOp operation.
RefreshRatingInstancesOp This operation is used to switch offer caches on raters (flip, flap mechanism).
RefreshRatingInstancesResult This class conveys the result of the RefreshRatingInstancesOp operation.
RefreshTaxCacheOp This operation is used to switch tax cache on instances (flip, flap mechanism).
RefreshTaxCacheResult This class conveys the result of the RefreshTaxCacheOp operation.
RefreshTaxTypeListOp This operation is used to update EZTax tax type list on instances.
RefreshTaxTypeListResult  
RefreshTransServTypeListOp This operation is used to update EZTax transaction/service type list on instances.
RefreshTransServTypeListResult  
RemoveArchivedOrImportedPartitionOp This API deletes ( or archived if dropData attribute is set to false) all the tables which have been archived but not removed or re-created from exiting archives.
RemoveArchivedOrImportedPartitionResult This class conveys the result of the RemoveArchivedOrImportedPartitionOp operation.
ResetCachesOp This operation resets the caches of Transactive.
ResetCachesResult This class conveys the result of the ResetCachesOp operation.
ResetParameterValueOp This operation allows to reset an administration parameter to its default value.
ResetParameterValueResult This class conveys the result of the ResetParameterValueOp operation.
ServerManagementOp This abstract operation serves as a base class for the server management operations.
ServerManagementResult This abstract class conveys the result of the ServerManagementOp operation.
ServerShutdownOp This operation allows to stop a specific SAP Convergent Charging 1.0 instance.
ServerShutdownResult This class conveys the result of the ServerShutdownOp operation.
ServiceInfo  
ServiceInfo.Address  
ServiceInfo.ServiceAvailability  
SetParameterValueOp This operation allows to set an administration parameter to a given value.
SetParameterValueResult This class conveys the result of the SetParameterValueOp operation.
SQLConnectionsRefreshOp This operation is used to manually refresh all SQL connections.
SQLConnectionsRefreshResult This class conveys the result of the SQLConnectionsRefreshOp operation.
StatusModel This class represents the status of the server.
StopActivationOp This operation allows the user to stop a running activation.
StopActivationResult This class conveys the result of the stopActivation operation.
StopCleanupOp This operation allows the user to stop a running cleanup.
StopCleanupResult This class conveys the result of the stopCleanup operation.
UpdateChangeCacheOp RESERVED FOR INTERNAL USE.
UpdateChangeCacheResult RESERVED FOR INTERNAL USE.
 

Enum Summary
InstanceType  
InvalidInstanceException.Reason  
ServiceInfo.ServiceAvailability.ServiceAvailabilityType  
ServiceInfo.ServiceInfoType  
 

Exception Summary
ExpirationAlertException Exception thrown when the activation operation is invoked with invalid arguments.
InvalidInstanceException  
InvalidParameterValueException This class implement the methods for the description of an invalid parameter exception.
PartitionOperationException Generic exception thrown when there is an attempt to execute something which is not valid.
UnknownParameterException This class implement the methods for the description of an unknown parameter exception.
 

Package com.highdeal.admin.hci Description

Provides the administration JAVA / XML APIs.


SAP CC 1.0
API 4.2 (Core)


API Reference - July 2009

SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2

(c) Copyright 2009 SAP AG. All rights reserved.