org.glassfish.api.naming
Interface NamedNamingObjectProxy


@Contract
public interface NamedNamingObjectProxy

Author:
Mahesh Kannan Date: Feb 28, 2008

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

Method Detail

handle

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

Returns:
the name to bind
Throws:
javax.naming.NamingException


Copyright © 2012 GlassFish Community. All Rights Reserved.