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

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

+ Collaboration diagram for DtLicServerInfo:

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

DtLicServerInfo::DtLicServerInfo ( )

Constructor.

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

Constructor.

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

Constructor.

References myServerName, and myServerPort.

DtLicServerInfo::~DtLicServerInfo ( )

Destructor.

Member Function Documentation

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

Less than operator.

References myServerName, and myServerPort.

MAKRti::DtString DtLicServerInfo::serverName ( ) const
int DtLicServerInfo::serverPort ( ) 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().

int DtLicServerInfo::myServerPort
private

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 Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)