Package org.jboss.jca.embedded

This is the main package of the embedded platform with core classes.

See: Description

Package org.jboss.jca.embedded Description

This is the main package of the embedded platform with core classes.

Example:

        Embedded embedded = EmbeddedFactory.create();
        embedded.startup();
        // ...
        embedded.shutdown();
      

Copyright © 2014 IronJacamar (http://www.ironjacamar.org)