public class OTSManager extends Object
Modifier and Type | Field and Description |
---|---|
static int |
serviceId |
Constructor and Description |
---|
OTSManager() |
Modifier and Type | Method and Description |
---|---|
static void |
destroyControl(Control control)
Destroy the transaction control.
|
static void |
destroyControl(com.arjuna.ats.internal.jts.orbspecific.ControlImple control)
Used to destroy a transaction control.
|
static com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple |
factory() |
static Current |
get_current() |
static TransactionFactory |
get_factory() |
static int |
getLocalSlotId() |
static int |
getReceivedSlotId() |
static void |
setLocalSlotId(int slotId) |
static void |
setORB(ORB theOrb) |
static void |
setPOA(OA thePoa) |
static void |
setReceivedSlotId(int slotId) |
public static final int serviceId
public static Current get_current() throws SystemException
SystemException
public static com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple factory() throws SystemException
SystemException
public static TransactionFactory get_factory() throws SystemException
SystemException
public static void destroyControl(com.arjuna.ats.internal.jts.orbspecific.ControlImple control) throws ActiveTransaction, ActiveThreads, BadControl, Destroyed, SystemException
public static void destroyControl(Control control) throws ActiveTransaction, ActiveThreads, BadControl, Destroyed, SystemException
public static final void setLocalSlotId(int slotId)
public static final int getLocalSlotId()
public static final void setReceivedSlotId(int slotId)
public static final int getReceivedSlotId()
public static final void setORB(ORB theOrb)
public static final void setPOA(OA thePoa)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.