Uses of Class
org.apache.openejb.jee.oejb3.EjbLink
-
Packages that use EjbLink Package Description org.apache.openejb.jee.oejb3 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EjbLink in org.apache.openejb.jee.oejb3
Fields in org.apache.openejb.jee.oejb3 with type parameters of type EjbLink Modifier and Type Field Description protected List<EjbLink>EjbDeployment. ejbLinkMethods in org.apache.openejb.jee.oejb3 that return EjbLink Modifier and Type Method Description EjbLinkObjectFactory. createEjbLink()Create an instance ofEjbLinkEjbLinkEjbDeployment. getEjbLink(String refName)Methods in org.apache.openejb.jee.oejb3 that return types with arguments of type EjbLink Modifier and Type Method Description List<EjbLink>EjbDeployment. getEjbLink()Map<String,EjbLink>EjbDeployment. getEjbLinksMap()Methods in org.apache.openejb.jee.oejb3 with parameters of type EjbLink Modifier and Type Method Description voidEjbDeployment. addEjbLink(EjbLink ejbLink)
-