Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net
Interface NameService.Resolvable

Enclosing interface:
NameService

public static interface NameService.Resolvable

On NameService.lookup(String), if the object retrieved implements NameService.Resolvable, then the NameService will return object.resolve().


Method Summary
 java.lang.Object resolve()
          Obtain the object that will be returned by NameService.lookup(String)

 

Method Detail

resolve

java.lang.Object resolve()
Obtain the object that will be returned by NameService.lookup(String)
Returns:
the object that will be returned by NameService.lookup(String)

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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