org.objectweb.jotm
Class Jotm
- TMService
This class represents an instance of JOTM.
- jeff mesnil
Jotm(boolean local, boolean bound) - Public constructor for Jotm.
|
Jotm
public Jotm(boolean local,
boolean bound)
throws NamingException
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.
local
- true
to create an instance of JOTM with a
local transaction factory, false
elsebound
- true
if the transaction factory is to be
bound in a registry, false
else (ignored if
local
is
false
)