All Packages Class Hierarchy This Package Previous Next Index
Class ORG.opengroup.axtp.tp.TPImpl
java.lang.Object
|
+----ORG.opengroup.axtp.tp.TPImpl
- public class TPImpl
- extends Object
- implements TP, Runnable
TPImpl()
-
addTC(TransactionContext, long)
-
clearAllTimers(TransactionContext)
-
clearTimer(TransactionContext, long)
-
cloneRetryDelay()
-
createServerXC(X, TransactionServer)
-
createTID()
-
deleteTC(TransactionContext)
-
getClientTC(byte[])
-
getDGSocketBeanName()
-
getMaxClockDelta()
-
getMaxTransactionDuration()
-
getNoisy()
-
getRetryDelayBeanName()
-
getServerFactoryBeanName()
-
getTCSBeanName()
-
getTIDFactoryBeanName()
-
getTransactionFactory()
-
getTransactionRetention()
-
getTransactionServer(byte[])
-
isNoisy()
-
run()
-
send(PacketObject)
-
setDGSocketBeanName(String)
- Throws an error if not called during DesignTime.
setMaxClockDelta(long)
-
setMaxTransactionDuration(long)
-
setNoisy(boolean)
-
setRetryDelayBeanName(String)
- Throws an error if not called during DesignTime.
setServerFactoryBeanName(String)
- Throws an error if not called during DesignTime.
setTCSBeanName(String)
- Throws an error if not called during DesignTime.
setTIDFactoryBeanName(String)
- Throws an error if not called during DesignTime.
setTimer(TransactionContext, long, long)
-
setTransactionRetention(long)
-
TPImpl
public TPImpl()
setDGSocketBeanName
public void setDGSocketBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getDGSocketBeanName
public String getDGSocketBeanName()
setTIDFactoryBeanName
public void setTIDFactoryBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getTIDFactoryBeanName
public String getTIDFactoryBeanName()
setTCSBeanName
public void setTCSBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getTCSBeanName
public String getTCSBeanName()
setServerFactoryBeanName
public void setServerFactoryBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getServerFactoryBeanName
public String getServerFactoryBeanName()
setRetryDelayBeanName
public void setRetryDelayBeanName(String v) throws ClassNotFoundException, IOException
- Throws an error if not called during DesignTime.
getRetryDelayBeanName
public String getRetryDelayBeanName()
setTransactionRetention
public void setTransactionRetention(long v)
getTransactionRetention
public long getTransactionRetention()
setMaxTransactionDuration
public void setMaxTransactionDuration(long v)
getMaxTransactionDuration
public long getMaxTransactionDuration()
setMaxClockDelta
public void setMaxClockDelta(long v)
getMaxClockDelta
public long getMaxClockDelta()
setNoisy
public void setNoisy(boolean v)
getNoisy
public boolean getNoisy()
isNoisy
public boolean isNoisy()
run
public void run()
send
public void send(PacketObject po)
createTID
public byte[] createTID()
addTC
public void addTC(TransactionContext tc,
long transactionRetention)
getTransactionServer
public TransactionServer getTransactionServer(byte[] tid)
getClientTC
public TransactionContext getClientTC(byte[] tid)
setTimer
public long setTimer(TransactionContext tc,
long context,
long delay)
clearTimer
public void clearTimer(TransactionContext tc,
long context)
clearAllTimers
public void clearAllTimers(TransactionContext tc)
deleteTC
public void deleteTC(TransactionContext tc)
createServerXC
public ExecutionContext createServerXC(X x,
TransactionServer ts) throws ClassNotFoundException, IOException
cloneRetryDelay
public RetryDelay cloneRetryDelay()
getTransactionFactory
public TransactionFactory getTransactionFactory()
All Packages Class Hierarchy This Package Previous Next Index