Package org.jboss.jca.embedded
Class EmbeddedFactory
- java.lang.Object
-
- org.jboss.jca.embedded.EmbeddedFactory
-
public class EmbeddedFactory extends Object
The embedded IronJacamar container factory- Author:
- Jesper Pedersen
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Embeddedcreate()Create an instance of the embedded container with a certified configurationstatic Embeddedcreate(boolean fullProfile)Create an instance of the embedded container
-
-
-
Method Detail
-
create
public static Embedded create()
Create an instance of the embedded container with a certified configuration- Returns:
- The instance
-
create
public static Embedded create(boolean fullProfile)
Create an instance of the embedded container- Parameters:
fullProfile- Should a full JCA 1.6 profile be used- Returns:
- The instance
-
-