Class EjbDeploymentInformation

java.lang.Object
org.jboss.as.ejb3.deployment.EjbDeploymentInformation

public class EjbDeploymentInformation extends Object
Runtime information about a Jakarta Enterprise Beans bean in a module
Author:
Stuart Douglas
  • Constructor Details

  • Method Details

    • getEjbName

      public String getEjbName()
    • getEjbComponent

      public EJBComponent getEjbComponent()
    • getViewNames

      public Collection<String> getViewNames()
    • getView

      public ComponentView getView(String name)
    • getDeploymentClassLoader

      public ClassLoader getDeploymentClassLoader()
    • getIorFactory

      public EjbIIOPService getIorFactory()
    • isRemoteView

      public boolean isRemoteView(String viewClassName)
      Returns true if the passed viewClassName represents a remote view of the Jakarta Enterprise Beans component. Else returns false.
      Parameters:
      viewClassName - The fully qualified classname of the view
      Returns: