#include <acsutilPorts.h>
List of all members.
Detailed Description
ACSPorts is a utility class providing static methods to access the port numbers for various CORBA and ACS Services.
Constructor & Destructor Documentation
ACSPorts::ACSPorts |
( |
|
) |
[inline] |
virtual ACSPorts::~ACSPorts |
( |
|
) |
[inline, virtual] |
ACSPorts::ACSPorts |
( |
const ACSPorts & |
|
) |
[private] |
Member Function Documentation
static std::string ACSPorts::getAlarmServicePort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port the ACS Alarm Service is running on.
static std::string ACSPorts::getAlarmServicePort |
( |
|
) |
[static] |
static const unsigned long ACSPorts::getBasePort |
( |
|
) |
[static] |
- Returns:
- the "ACS Base Port". This is just an integer ranging from 0-9.
static std::string ACSPorts::getCDBPort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port the ACS CDB is running on.
static std::string ACSPorts::getCDBPort |
( |
|
) |
[static] |
static std::string ACSPorts::getContainerDaemonPort |
( |
|
) |
[static] |
- Returns:
- the port the ACS Container Daemon is running on.
static const char* ACSPorts::getIP |
( |
|
) |
[static] |
static std::string ACSPorts::getIRPort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port the CORBA Interface Repository is running on.
static std::string ACSPorts::getIRPort |
( |
|
) |
[static] |
static std::string ACSPorts::getLoggingServicePort |
( |
|
) |
[static] |
static std::string ACSPorts::getLoggingServicePort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port the CORBA Logging Service is running on.
static std::string ACSPorts::getLogPort |
( |
|
) |
[static] |
static std::string ACSPorts::getLogPort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port the ACS Logging Service is running on.
static std::string ACSPorts::getManagerPort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port manager is running on.
static std::string ACSPorts::getManagerPort |
( |
|
) |
[static] |
static std::string ACSPorts::getNamingServicePort |
( |
int |
baseport |
) |
[static] |
- Returns:
- the port the CORBA Naming Service is running on.
static std::string ACSPorts::getNamingServicePort |
( |
|
) |
[static] |
static std::string ACSPorts::getNotifyServicePort |
( |
|
) |
[static] |
static std::string ACSPorts::getNotifyServicePort |
( |
int |
baseport, |
|
|
const char * |
name = NULL | |
|
) |
| | [static] |
- Returns:
- the port the CORBA Notification Service is running on.
static std::string ACSPorts::getServicesDaemonPort |
( |
|
) |
[static] |
- Returns:
- the port the ACS Services Daemon is running on.
void ACSPorts::operator= |
( |
const ACSPorts & |
|
) |
[private] |
The documentation for this class was generated from the following file: