Index

DKServerMapDefFed

Purpose:

DKServerMapDefFed is concrete class, a subclass of dkServerDef, for defining servers associated with federated datastores. The class contains information on how to locate and connect to the defined server as well as information about search engines and other services associated with it.

Class summary:

class DKServerMapDefFed : public dkServerDef
{
  public:
    DKServerMapDefFed(dkDatastore* ds);
    virtual ~DKServerMapDefFed();
 
    virtual DKString getJavaClass ();
    virtual void setJavaClass (const char* name);
    virtual DKString getCppClass ();
    virtual void setCppClass (const char* name);
    virtual DKString getAXClass ();
    virtual void setAXClass (const char* name);
    virtual DKString getDescription ();
    virtual void setDescription (const char* desc);
    virtual DKString getRefreshTime ();
    virtual void setRefreshTime (const char* time);
    virtual DKString getConnectString ();
    virtual void setConnectString (const char* connectStr);
    virtual DKString getInitString ();
    virtual void setInitString (const char* InitStr);
    virtual int getServerId ();
    virtual void setServerId (int id);
    virtual DKString getServerName ();
    virtual void setServerName (const char* name);
    virtual DKString getServerType ();
    virtual void setServerType (const char* serverType);
};

Members:

Constructors and destructor
    DKServerMapDefFed(dkDatastore* ds);
    virtual ~DKServerMapDefFed();
 

Member functions

getJavaClass
Gets the Java class name.
virtual DKString getJavaClass ();

setJavaClass
Sets the Java class name.
virtual void setJavaClass (const char* name);

getCppClass
Gets the C++ class name.
virtual DKString getCppClass ();

setCppClass
Sets the C++ class name.
virtual void setCppClass (const char* name);

getAXClass
Gets the ActiveX class name.
virtual DKString getAXClass ();

setAXClass
Sets the ActiveX class name.
virtual void setAXClass (const char* name);

getDescription
Gets the description for this server map.
virtual DKString getDescription ();

setDescription
Sets the description for this server map.
virtual void setDescription (const char* desc);

getRefreshTime
Gets the DKTimestamp of the last time Federated Server Inventory program has collected information from this server.
virtual DKString getRefreshTime ();

setRefreshTime
Sets the time stamp to indicate the last time Federated Server Inventory program has collected information from this server.
virtual void setRefreshTime (const char* time);

getConnectString
Gets the string required to connect to this server.
virtual DKString getConnectString ();

setConnectString
Sets the string required to connect to this server.
virtual void setConnectString (const char* connectStr);

getInitString
Gets the string required to initialize this server.
virtual DKString getInitString ();

setInitString
Sets the string required to initialize this server.
virtual void setInitString (const char* InitStr);

getServerId
Gets the server ID.
virtual int getServerId ();

setServerId
Sets the server ID.
virtual void setServerId (int id);

getServerName
Gets the server name.
virtual DKString getServerName ();

setServerName
Sets the server name.
virtual void setServerName (const char* name);

getServerType
Gets the type of the server.
virtual DKString getServerType ();

setServerType
Sets the type of the server where native attributes are defined.
virtual void setServerType (const char* serverType);

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