Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

ServiceInfo Class Reference

#include <coherence/net/ServiceInfo.hpp>

Inherits Object.

List of all members.


Detailed Description

The ServiceInfo represents information about a Service that operates in a clustered network environment.

Author:
jh 2007.12.20
 

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.

Member Function Documentation

virtual String::View getServiceName (    )  const [pure virtual]

Return the name of the Service.

Returns:
the name of the Service

virtual ServiceType getServiceType (    )  const [pure virtual]

Return the type of the Service.

Returns:
the type of the Service

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

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.