Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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