org.ow2.jonas.deployment.api
Interface IEJBRefDesc

All Known Implementing Classes:
EjbRefDesc

public interface IEJBRefDesc


Method Summary
 String getEjbLink()
          Get the ejb-link.
 String getEjbRefName()
          Get the name of the ejb-ref.
 String getEjbRefType()
          Get the ejb-ref-type.
 String getHome()
           
 String getJndiName()
          Get the jndi name of the ejb-ref.
 String getRemote()
           
 

Method Detail

getEjbRefName

String getEjbRefName()
Get the name of the ejb-ref.

Returns:
String representation of the ejb-ref-name.

getEjbRefType

String getEjbRefType()
Get the ejb-ref-type.

Returns:
String representation of the ejb-ref-type.

getEjbLink

String getEjbLink()
Get the ejb-link.

Returns:
String representation of the ejb-link

getJndiName

String getJndiName()
Get the jndi name of the ejb-ref.

Returns:
String representation of the JNDI name

getHome

String getHome()
Returns:
the fully qualified name of the enterprise bean's home interface

getRemote

String getRemote()
Returns:
the fully qualified name of the enterprise bean's remote interface


Copyright © 2010 OW2 Consortium. All Rights Reserved.