org.jboss.naming
Interface LinkRefPairServiceMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Implementing Classes:
LinkRefPairService (src)

public interface LinkRefPairServiceMBean
extends ServiceMBean (src)

The management interface for the link ref pair service.


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.String getJndiName()
          The jndi name where the link ref pair is bound
 java.lang.String getLocalJndiName()
          The jndi name of the local binding
 java.lang.String getRemoteJndiName()
          The jndi name of the remote binding
 void setJndiName(java.lang.String jndiName)
          Set the jndi name where the link ref pair is bound
 void setLocalJndiName(java.lang.String jndiName)
          Set the jndi name of the local binding
 void setRemoteJndiName(java.lang.String jndiName)
          Set the jndi name of the remote binding
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

getJndiName

public java.lang.String getJndiName()
The jndi name where the link ref pair is bound

Returns:
the jndi name

setJndiName

public void setJndiName(java.lang.String jndiName)
Set the jndi name where the link ref pair is bound

Parameters:
jndiName - the jndi name

getRemoteJndiName

public java.lang.String getRemoteJndiName()
The jndi name of the remote binding

Returns:
the jndi name

setRemoteJndiName

public void setRemoteJndiName(java.lang.String jndiName)
Set the jndi name of the remote binding

Parameters:
jndiName - the jndi name

getLocalJndiName

public java.lang.String getLocalJndiName()
The jndi name of the local binding

Returns:
the jndi name

setLocalJndiName

public void setLocalJndiName(java.lang.String jndiName)
Set the jndi name of the local binding

Parameters:
jndiName - the jndi name