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(ControlImple control)
Used to destroy a transaction control.
|
static 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 TransactionFactoryImple factory() throws SystemException
SystemException
public static TransactionFactory get_factory() throws SystemException
SystemException
public static void destroyControl(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 © 2021 JBoss by Red Hat. All rights reserved.