org.eclipse.ohf.bridge.conf
Class TransactionContext
java.lang.Object
org.eclipse.ohf.bridge.conf.TransactionContext
public class TransactionContext
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setConfigurations
public static void setConfigurations(Configurations pConfigurations)
unsetConfigurations
public static void unsetConfigurations()
getXdsResources
public RhioDedicatedResources getXdsResources()
throws UnavailableResourcesException
- Throws:
UnavailableResourcesException
getPixPdqResources
public RhioDedicatedResources getPixPdqResources()
throws UnavailableResourcesException
- Throws:
UnavailableResourcesException
instant
public static TransactionContext instant()
start
public static void start(SessionContext pSessionContext)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
stop
public static void stop(ResponseType pResponse)
throws java.lang.Throwable
- Setting null in the RHIO config of the transaction
- Parameters:
pResponse -
- Throws:
java.lang.Throwable
getSessionContext
public SessionContext getSessionContext()
getStartTime
public long getStartTime()
setXdsResourcesFactory
public static void setXdsResourcesFactory(XdsResourcesFactory pXdsResourcesFactory)
setPixPdqResourcesFactory
public static void setPixPdqResourcesFactory(PixPdqResourcesFactory pPixPdqResourcesFactory)
setTransactionHandlerFactory
public static void setTransactionHandlerFactory(TransactionHandlerFactory pTransactionHandlerFactory)
getXDSBridge
public org.eclipse.ohf.bridge.xds.XdsBridge getXDSBridge()
throws UnavailableResourcesException
- Throws:
UnavailableResourcesException
getPIXSourceBridge
public org.eclipse.ohf.bridge.pix.PIXSourceBridge getPIXSourceBridge()
throws UnavailableResourcesException
- Throws:
UnavailableResourcesException
getPatientConsumerBridge
public org.eclipse.ohf.bridge.pix.PatientConsumerBridge getPatientConsumerBridge()
throws UnavailableResourcesException
- Throws:
UnavailableResourcesException
getAllAvaliableResources
public RhioDedicatedResources[] getAllAvaliableResources()
throws UnavailableResourcesException
- Throws:
UnavailableResourcesException
getTransactionHandlerFactory
public static TransactionHandlerFactory getTransactionHandlerFactory()