Interface EJBRef

All Superinterfaces:
Describable, JNDIEnvironmentRef, ResourceBaseGroup, ResourceGroup

public interface EJBRef extends ResourceGroup, Describable
Represents <ejb-ref> and <ejb-local-ref>.
  • Field Details

  • Method Details

    • getKindValue

      int getKindValue()
      Returns:
      the kind of EJB reference represented by this object
    • getTypeValue

      int getTypeValue()
      Returns:
      <ejb-type>
    • getHome

      String getHome()
      Returns:
      the home interface (<home> or <local-home>), or null if unspecified
    • getInterface

      String getInterface()
      Returns:
      the client interface (<remote> or <local>), or null if unspecified
    • getLink

      String getLink()
      Returns:
      <ejb-link>, or null if unspecified