org.jboss.jca.embedded
Class EmbeddedFactory

java.lang.Object
  extended by org.jboss.jca.embedded.EmbeddedFactory

public class EmbeddedFactory
extends Object

The embedded IronJacamar container factory

Author:
Jesper Pedersen

Method Summary
static Embedded create()
          Create an instance of the embedded container
static Embedded create(boolean fullProfile)
          Create an instance of the embedded container
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Embedded create()
Create an instance of the embedded container

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 initialized
Returns:
The instance


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)