Package org.glassfish.api.naming
Interface NamedNamingObjectProxy
-
@Contract public interface NamedNamingObjectProxy- Author:
- Mahesh Kannan Date: Feb 28, 2008
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecthandle(String name)Returns the name that will be used to publish this object in the naming manager
-
-
-
Method Detail
-
handle
Object handle(String name) throws NamingException
Returns the name that will be used to publish this object in the naming manager- Returns:
- the name to bind
- Throws:
NamingException
-
-