Java 类org.apache.catalina.deploy.ContextLocalEjb 实例源码

项目:tomcat7    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(
        @SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:apache-tomcat-7.0.73-with-comment    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(
        @SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:lazycat    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(@SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:class-guard    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(
        @SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:apache-tomcat-7.0.57    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(
        @SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:apache-tomcat-7.0.57    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(
        @SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public void addLocalEjb(ContextLocalEjb ejb) {
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public ContextLocalEjb findLocalEjb(String name) {
  return null;
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public ContextLocalEjb[] findLocalEjbs() {
  return null;
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public void addLocalEjb(ContextLocalEjb ejb) {
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public ContextLocalEjb findLocalEjb(String name) {
  return null;
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public ContextLocalEjb[] findLocalEjbs() {
  return null;
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public void addLocalEjb(ContextLocalEjb ejb) {
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public ContextLocalEjb findLocalEjb(String name) {
  return null;
}
项目:HowTomcatWorks    文件:SimpleContext.java   
public ContextLocalEjb[] findLocalEjbs() {
  return null;
}
项目:WBSAirback    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(
        @SuppressWarnings("unused") ContextLocalEjb localEjb) {
    // NO-OP
}
项目:jerrydog    文件:StandardContext.java   
/**
 * Add a local EJB resource reference for this web application.
 *
 * @param ejb New EJB resource reference
 */
public void addLocalEjb(ContextLocalEjb ejb) {

    namingResources.addLocalEjb(ejb);
    fireContainerEvent("addLocalEjb", ejb.getName());

}
项目:HowTomcatWorks    文件:StandardContext.java   
/**
 * Add a local EJB resource reference for this web application.
 *
 * @param ejb New EJB resource reference
 */
public void addLocalEjb(ContextLocalEjb ejb) {

    namingResources.addLocalEjb(ejb);
    fireContainerEvent("addLocalEjb", ejb.getName());

}
项目:lams    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(ContextLocalEjb localEjb) {



}
项目:jerrydog    文件:Context.java   
/**
 * Add a local EJB resource reference for this web application.
 *
 * @param ejb New local EJB resource reference
 */
public void addLocalEjb(ContextLocalEjb ejb);
项目:jerrydog    文件:Context.java   
/**
 * Return the local EJB resource reference with the specified name, if any;
 * otherwise, return <code>null</code>.
 *
 * @param name Name of the desired EJB resource reference
 */
public ContextLocalEjb findLocalEjb(String name);
项目:jerrydog    文件:Context.java   
/**
 * Return the defined local EJB resource references for this application.
 * If there are none, a zero-length array is returned.
 */
public ContextLocalEjb[] findLocalEjbs();
项目:jerrydog    文件:StandardContext.java   
/**
 * Return the defined local EJB resource references for this application.
 * If there are none, a zero-length array is returned.
 */
public ContextLocalEjb[] findLocalEjbs() {

    return namingResources.findLocalEjbs();

}
项目:jerrydog    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(ContextLocalEjb localEjb) {



}
项目:HowTomcatWorks    文件:Context.java   
/**
 * Add a local EJB resource reference for this web application.
 *
 * @param ejb New local EJB resource reference
 */
public void addLocalEjb(ContextLocalEjb ejb);
项目:HowTomcatWorks    文件:Context.java   
/**
 * Return the local EJB resource reference with the specified name, if any;
 * otherwise, return <code>null</code>.
 *
 * @param name Name of the desired EJB resource reference
 */
public ContextLocalEjb findLocalEjb(String name);
项目:HowTomcatWorks    文件:Context.java   
/**
 * Return the defined local EJB resource references for this application.
 * If there are none, a zero-length array is returned.
 */
public ContextLocalEjb[] findLocalEjbs();
项目:HowTomcatWorks    文件:StandardContext.java   
/**
 * Return the defined local EJB resource references for this application.
 * If there are none, a zero-length array is returned.
 */
public ContextLocalEjb[] findLocalEjbs() {

    return namingResources.findLocalEjbs();

}
项目:HowTomcatWorks    文件:NamingContextListener.java   
/**
 * Set the specified local EJBs in the naming context.
 */
public void addLocalEjb(ContextLocalEjb localEjb) {



}
项目:jerrydog    文件:StandardContext.java   
/**
 * Return the local EJB resource reference with the specified name, if any;
 * otherwise, return <code>null</code>.
 *
 * @param name Name of the desired EJB resource reference
 */
public ContextLocalEjb findLocalEjb(String name) {

    return namingResources.findLocalEjb(name);

}
项目:HowTomcatWorks    文件:StandardContext.java   
/**
 * Return the local EJB resource reference with the specified name, if any;
 * otherwise, return <code>null</code>.
 *
 * @param name Name of the desired EJB resource reference
 */
public ContextLocalEjb findLocalEjb(String name) {

    return namingResources.findLocalEjb(name);

}