Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/net/ServiceInfo.hpp>
Inherits Object.
The ServiceInfo represents information about a Service that operates in a clustered network environment.
Public Types |
|
| enum | ServiceType |
| Service type constants. | |
| typedef spec::Handle | Handle |
| ServiceInfo Handle definition. | |
| typedef spec::View | View |
| ServiceInfo View definition. | |
| typedef spec::Holder | Holder |
| ServiceInfo Holder definition. | |
Public Member Functions |
|
| virtual String::View | getServiceName () const =0 |
| Return the name of the Service. | |
| virtual ServiceType | getServiceType () const =0 |
| Return the type of the Service. | |
| virtual String::View getServiceName | ( | ) | const [pure virtual] |
| virtual ServiceType getServiceType | ( | ) | const [pure virtual] |
The documentation for this class was generated from the following file: