|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName
- the jndi namepublic java.lang.String getRemoteJndiName()
public void setRemoteJndiName(java.lang.String jndiName)
jndiName
- the jndi namepublic java.lang.String getLocalJndiName()
public void setLocalJndiName(java.lang.String jndiName)
jndiName
- the jndi name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |