org.glassfish.api.naming
Interface NamedNamingObjectProxy


@Contract
public interface NamedNamingObjectProxy

Author:
Mahesh Kannan Date: Feb 28, 2008

Method Summary
 Object handle(String name)
          Returns the name that will be used to publish this object in the naming maanager
 

Method Detail

handle

Object handle(String name)
              throws NamingException
Returns the name that will be used to publish this object in the naming maanager

Returns:
the name to bind
Throws:
NamingException


Copyright © 2012 GlassFish Community. All Rights Reserved.