| org.jboss.naming.NamingAliasMBean
All known Subclasses: org.jboss.naming.NamingAlias,
NamingAliasMBean | public interface NamingAliasMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
|
getFromName | java.lang.String getFromName()(Code) | | Get the from name of the alias. This is the location where the LinkRef is bound under JNDI.
the location of the LinkRef |
getToName | java.lang.String getToName()(Code) | | Get the to name of the alias. This is the target name to which the LinkRef refers. The name is a URL, or a name to be resolved relative to the initial context, or if the first character of the name is ".", the name is relative to the context in which the link is bound.
the target JNDI name of the alias. |
setToName | void setToName(java.lang.String name) throws javax.naming.NamingException(Code) | | Set the to name of the alias. This is the target name to which the LinkRef refers. The name is a URL, or a name to be resolved relative to the initial context, or if the first character of the name is ".", the name is relative to the context in which the link is bound.
name, the target JNDI name of the alias. |
|
|