org.ow2.easybeans.api.naming
Interface EZBJNDINamingInfo


public interface EZBJNDINamingInfo

Provides JNDI name and list of aliases for this JNDI name.

Author:
Florent Benoit

Method Summary
 List<String> aliases()
           
 String jndiName()
           
 

Method Detail

jndiName

String jndiName()
Returns:
the JNDI name.

aliases

List<String> aliases()
Returns:
the JNDI name aliases (LinkRef).


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.