#include <coherence/net/ServiceInfo.hpp>
Inherits Object.
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] |