| Public constructor for Jotm.
If Jotm is created with a local transaction factory which is
not bound to a registry, Jotm would be able to manage
transactions only inside the same JVM.
Parameters: local - true to create an instance of JOTM with alocal transaction factory, false else Parameters: bound - true if the transaction factory is to bebound in a registry, false else (ignored if local is false ) throws: NamingException - thrown if the transaction factory can't be boundor looked up in a registry |