MAK RTIspy API Documentation for HLA Evolved
Public Member Functions | Private Attributes
DtLicServerInfo Class Reference

Stores the information on a license server known by the Assistant. More...

+ Collaboration diagram for DtLicServerInfo:

List of all members.

Public Member Functions

 DtLicServerInfo ()
 Constructor.
 DtLicServerInfo (const MAKRti::DtString &name, int port)
 Constructor.
 DtLicServerInfo (const MAKRti::DtString &server)
 Constructor.
 ~DtLicServerInfo ()
 Destructor.
MAKRti::DtString string () const
 Retrieves a string version of the server name and port, as would be set in the environment variable.
bool operator< (const DtLicServerInfo &other) const
 Less than operator.
int serverPort () const
 Return the license server port.
void setServerPort (int port)
 Set the license server port.
MAKRti::DtString serverName () const
 Return the license server name.
void setServerName (const MAKRti::DtString &name)
 Return the license server name.

Private Attributes

int myServerPort
 License server port.
MAKRti::DtString myServerName
 License server name.

Detailed Description

Stores the information on a license server known by the Assistant.


Constructor & Destructor Documentation

Constructor.

DtLicServerInfo::DtLicServerInfo ( const MAKRti::DtString &  name,
int  port 
)

Constructor.

DtLicServerInfo::DtLicServerInfo ( const MAKRti::DtString &  server)

Constructor.

References myServerName, and myServerPort.

Destructor.


Member Function Documentation

bool DtLicServerInfo::operator< ( const DtLicServerInfo other) const

Less than operator.

References myServerName, and myServerPort.

MAKRti::DtString DtLicServerInfo::serverName ( ) const
void DtLicServerInfo::setServerName ( const MAKRti::DtString &  name)
void DtLicServerInfo::setServerPort ( int  port)
MAKRti::DtString DtLicServerInfo::string ( ) const

Retrieves a string version of the server name and port, as would be set in the environment variable.

References myServerName, and myServerPort.

Referenced by DtAssistantLicenseQueryMgr::processLicQueryResults().


Member Data Documentation

MAKRti::DtString DtLicServerInfo::myServerName [private]

License server name.

Referenced by DtLicServerInfo(), operator<(), serverName(), setServerName(), and string().

License server port.

Referenced by DtLicServerInfo(), operator<(), serverPort(), setServerPort(), and string().


The documentation for this class was generated from the following files:

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)