Uses of Class
org.jboss.ejb.client.legacy.JBossEJBProperties
-
Packages that use JBossEJBProperties Package Description org.jboss.ejb.client.legacy -
-
Uses of JBossEJBProperties in org.jboss.ejb.client.legacy
Methods in org.jboss.ejb.client.legacy that return JBossEJBProperties Modifier and Type Method Description static JBossEJBPropertiesJBossEJBProperties. fromClassPath()static JBossEJBPropertiesJBossEJBProperties. fromClassPath(ClassLoader classLoader, String pathName)static JBossEJBPropertiesJBossEJBProperties. fromFile(File propertiesFile)static JBossEJBPropertiesJBossEJBProperties. fromPath(Path propertiesFile)static JBossEJBPropertiesJBossEJBProperties. fromProperties(String fileName, Properties properties)static <T,U>
JBossEJBPropertiesJBossEJBProperties. fromResource(String fileName, org.wildfly.common.function.ExceptionBiFunction<T,U,InputStream,IOException> streamSupplier, T param1, U param2)static <T> JBossEJBPropertiesJBossEJBProperties. fromResource(String fileName, org.wildfly.common.function.ExceptionFunction<T,InputStream,IOException> streamSupplier, T param)static JBossEJBPropertiesJBossEJBProperties. fromResource(String fileName, org.wildfly.common.function.ExceptionSupplier<InputStream,IOException> streamSupplier)Methods in org.jboss.ejb.client.legacy that return types with arguments of type JBossEJBProperties Modifier and Type Method Description static org.wildfly.common.context.ContextManager<JBossEJBProperties>JBossEJBProperties. getContextManager()Get the context manager.org.wildfly.common.context.ContextManager<JBossEJBProperties>JBossEJBProperties. getInstanceContextManager()Get the context manager.
-