Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

SocketAddress Class Reference

#include <coherence/net/SocketAddress.hpp>

Inherits Object.

Inherited by InetSocketAddress [virtual].

List of all members.


Detailed Description

SocketAddress interface.

Author:
mf 2008.03.21
 

Public Types

typedef spec::Handle  Handle
  SocketAddress Handle definition.
typedef spec::View  View
  SocketAddress View definition.
typedef spec::Holder  Holder
  SocketAddress Holder definition.

Public Member Functions

virtual bool  isUnresolved () const =0
  Identify if the SocketAddress has been resolved.
virtual
SocketAddress::View 
resolve () const =0
  Resolve the SocketAddress.

Member Function Documentation

virtual SocketAddress::View resolve (    )  const [pure virtual]

Resolve the SocketAddress.

If the address was already in a resolved state the returned address may be the original address.

Returns:
a resolved SocketAddress
Exceptions:
  IOException  upon resolution failure.

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

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