nn::nex::DataStoreLogicServerClient Class

Syntax

class DataStoreLogicServerClient : 
    public nn::nex::ServiceClient,
    public nn::nex::DataStoreLogicServerClientInterface

Description

Library used to communicate with the DataStore server.

Member Functions

V Bind Registers a certificate for using this service.
V Unbind Unregisters a certificate.
V CompleteSuspendedPostObject Tells the server that upload processes were completed for all uploads that suspended completion, and enables the corresponding data.
V DeleteObject Deletes data in storage.
V ChangeMeta Changes metadata in storage.
V GetMeta Gets metadata in storage.
V SearchObject Searches for storage information.
V RateObject Rates data.
V GetRating Gets the data ratings information.
V RateObjectsWithPosting Rates a batch of data. If there is no data, initializes with the specified value and rates it.
V RateObjectWithPosting Rates data. If there is no data, initializes with the specified value and rates it.
V ResetRating Resets the data ratings information and the ratings log.
V TouchObject Updates the expiration date of the data on the DataStore server.
V GetPersistenceInfo Gets the persistence information.
V PerpetuateObject Perpetuates data.
V UnperpetuateObject Unperpetuates data.
V GetPasswordInfo Gets password information.
GetCredentials Gets the Credentials object that has been bound using the Bind function.(Inherited from ServiceClient.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient
    nn::nex::DataStoreLogicServerClient

Revision History

2011/01/27
Initial version.

CONFIDENTIAL