Index

DKDatastoreAdminIP

Purpose:

DKDatastoreAdminIP represents and processes datastore administration functions.

Class summary:

class DKDatastoreAdminIP : public dkDatastoreAdmin
{
  public:
 
   virtual ~DKDatastoreAdminIP();
 
   virtual dkDatastore* getDatastore();
   virtual void setDatastore(dkDatastore* ds);
   virtual dkAccessControl* accessControl();
   virtual dkUserManagement* userManagement();
};

Members:

Destructor
Destructs and cleans up resources for an IP/390 datastore administration.
   virtual ~DKDatastoreAdminIP();
 

Member functions

setDatastore
Sets the reference to the owning datastore object.
   virtual void setDatastore(dkDatastore* ds);
 

getDatastore
Gets the reference to the datastore. The datastore reference should not be deleted by the caller of this method.
   virtual dkDatastore* getDatastore();
 

accessControl
Gets the reference to the access control object. The access control reference should not be deleted by the caller of this method.
   virtual dkAccessControl* accessControl();
 

userManagement
Gets the reference to the user management object. The user management reference should not be deleted by the caller of this method.
   virtual dkUserManagement* userManagement();
 

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.