| org.jboss.naming.LinkRefPairServiceMBean
All known Subclasses: org.jboss.naming.LinkRefPairService,
LinkRefPairServiceMBean | public interface LinkRefPairServiceMBean extends ServiceMBean(Code) | | The management interface for the link ref pair service.
author: Adrian Brock (adrian@jboss.com) version: $Revision: 57209 $ |
getJndiName | public String getJndiName()(Code) | | The jndi name where the link ref pair is bound
the jndi name |
getLocalJndiName | public String getLocalJndiName()(Code) | | The jndi name of the local binding
the jndi name |
getRemoteJndiName | public String getRemoteJndiName()(Code) | | The jndi name of the remote binding
the jndi name |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndi name where the link ref pair is bound
Parameters: jndiName - the jndi name |
setLocalJndiName | public void setLocalJndiName(String jndiName)(Code) | | Set the jndi name of the local binding
Parameters: jndiName - the jndi name |
setRemoteJndiName | public void setRemoteJndiName(String jndiName)(Code) | | Set the jndi name of the remote binding
Parameters: jndiName - the jndi name |
|
|