|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionProxy | |
|---|---|
| com.sun.sgs.impl.kernel | Provides an implementation of the RedDwarf Server kernel. |
| com.sun.sgs.impl.kernel.logging | Provides transactional logging facilities. |
| com.sun.sgs.impl.protocol.simple | Provides an implementation of the protocol layer APIs using the
SimpleSgsProtocol. |
| com.sun.sgs.impl.service.channel | Provides an implementation of ChannelManager. |
| com.sun.sgs.impl.service.data | Provides an implementation of DataService. |
| com.sun.sgs.impl.service.data.store | Provides facilities for storing objects used by DataServiceImpl. |
| com.sun.sgs.impl.service.data.store.db.bdb | Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley
DB. |
| com.sun.sgs.impl.service.data.store.db.je | Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB Java
Edition. |
| com.sun.sgs.impl.service.data.store.net | Provides an implementation of DataStore that supports clients
communicating to a shared data store server over the network. |
| com.sun.sgs.impl.service.nodemap | Provides an implementation of
NodeMappingService. |
| com.sun.sgs.impl.service.nodemap.affinity | Provides classes, interfaces, and utilities used to find affinity groups with the label propagation algorithm (LPA). |
| com.sun.sgs.impl.service.nodemap.affinity.dgb | Provides classes for a multi-node distributed graph builder implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). |
| com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph | Provides classes used to create the graphs for the fully distributed label propagation algorithm implementation. |
| com.sun.sgs.impl.service.nodemap.affinity.single | Provides classes for a single node implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). |
| com.sun.sgs.impl.service.session | Provides an implementation of ClientSessionService. |
| com.sun.sgs.impl.service.task | Provides an implementation of TaskService. |
| com.sun.sgs.impl.service.watchdog | Provides an implementation of WatchdogService. |
| com.sun.sgs.impl.util | Provides miscellaneous utility classes and methods. |
| Uses of TransactionProxy in com.sun.sgs.impl.kernel |
|---|
| Classes in com.sun.sgs.impl.kernel that implement TransactionProxy | |
|---|---|
(package private) class |
TransactionProxyImpl
This is a proxy that provides access to the currently active Transaction and its owner. |
| Fields in com.sun.sgs.impl.kernel declared as TransactionProxy | |
|---|---|
protected TransactionProxy |
AbstractAccessCoordinator.txnProxy
The transaction proxy. |
| Constructors in com.sun.sgs.impl.kernel with parameters of type TransactionProxy | |
|---|---|
AbstractAccessCoordinator(TransactionProxy txnProxy,
ProfileCollectorHandle profileCollectorHandle)
Creates an instance of this class. |
|
LockingAccessCoordinator(Properties properties,
TransactionProxy txnProxy,
ProfileCollectorHandle profileCollectorHandle)
Creates an instance of this class. |
|
NullAccessCoordinator(Properties properties,
TransactionProxy txnProxy,
ProfileCollectorHandle profileCollectorHandle)
Creates an instance of this class, accepting the standard arguments for access coordinators, which are ignored. |
|
TrackingAccessCoordinator(Properties properties,
TransactionProxy txnProxy,
ProfileCollectorHandle profileCollector)
Creates an instance of TrackingAccessCoordinator. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.kernel.logging |
|---|
| Methods in com.sun.sgs.impl.kernel.logging with parameters of type TransactionProxy | |
|---|---|
void |
TransactionAwareLogManager.configure(Properties properties,
TransactionProxy txnProxy)
Configures this LogManager with the provided properties and uses
the TransactionProxy to add transactional semantics to any of
the specified application Logger instances. |
| Constructors in com.sun.sgs.impl.kernel.logging with parameters of type TransactionProxy | |
|---|---|
TransactionalHandler(TransactionProxy proxy,
Handler backingHandler)
Constructs a new TransactionalHandler with the provided
proxy for joining transactions a the backing handler
for performing the actual logging. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.protocol.simple |
|---|
| Constructors in com.sun.sgs.impl.protocol.simple with parameters of type TransactionProxy | |
|---|---|
SimpleSgsProtocolAcceptor(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Constructs an instance with the specified properties,
systemRegistry, and txnProxy. |
|
SimpleSgsProtocolAcceptor(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy,
LoggerWrapper logger)
Constructs an instance with the specified properties,
systemRegistry, txnProxy, and logger. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.channel |
|---|
| Constructors in com.sun.sgs.impl.service.channel with parameters of type TransactionProxy | |
|---|---|
ChannelServiceImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Constructs an instance of this class with the specified properties, systemRegistry, and txnProxy. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.data |
|---|
| Constructors in com.sun.sgs.impl.service.data with parameters of type TransactionProxy | |
|---|---|
DataServiceImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates an instance of this class configured with the specified properties and services. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.data.store |
|---|
| Constructors in com.sun.sgs.impl.service.data.store with parameters of type TransactionProxy | |
|---|---|
DataStoreImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates an instance of this class. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.data.store.db.bdb |
|---|
| Constructors in com.sun.sgs.impl.service.data.store.db.bdb with parameters of type TransactionProxy | |
|---|---|
BdbEnvironment(String directory,
Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates an instance of this class. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.data.store.db.je |
|---|
| Constructors in com.sun.sgs.impl.service.data.store.db.je with parameters of type TransactionProxy | |
|---|---|
JeEnvironment(String directory,
Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates an instance of this class. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.data.store.net |
|---|
| Constructors in com.sun.sgs.impl.service.data.store.net with parameters of type TransactionProxy | |
|---|---|
DataStoreClient(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates an instance of this class configured with the specified properties and access coordinator. |
|
DataStoreServerImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates an instance of this class configured with the specified properties. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.nodemap |
|---|
| Constructors in com.sun.sgs.impl.service.nodemap with parameters of type TransactionProxy | |
|---|---|
NodeMappingServerImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates a new instance of NodeMappingServerImpl, called from the local NodeMappingService. |
|
NodeMappingServiceImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Constructs an instance of this class with the specified properties. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.nodemap.affinity |
|---|
| Constructors in com.sun.sgs.impl.service.nodemap.affinity with parameters of type TransactionProxy | |
|---|---|
LPADriver(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Constructs an instance of this class with the specified properties. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.nodemap.affinity.dgb |
|---|
| Constructors in com.sun.sgs.impl.service.nodemap.affinity.dgb with parameters of type TransactionProxy | |
|---|---|
DistGraphBuilder(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates the client side of a distributed graph builder. |
|
DistGraphBuilderServerImpl(ComponentRegistry systemRegistry,
TransactionProxy txnProxy,
Properties properties,
long nodeId)
Creates a distributed graph builder server. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph |
|---|
| Constructors in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph with parameters of type TransactionProxy | |
|---|---|
BipartiteGraphBuilder(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Constructs a new bipartite graph builder. |
|
WeightedGraphBuilder(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates a weighted graph builder. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.nodemap.affinity.single |
|---|
| Constructors in com.sun.sgs.impl.service.nodemap.affinity.single with parameters of type TransactionProxy | |
|---|---|
SingleGraphBuilder(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Creates a weighted graph builder and its JMX MBean. |
|
SingleGraphBuilder(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy,
boolean needStats)
Creates a weighted graph builder. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.session |
|---|
| Methods in com.sun.sgs.impl.service.session that return TransactionProxy | |
|---|---|
(package private) TransactionProxy |
ClientSessionServiceImpl.getTransactionProxy()
Returns the transaction proxy. |
| Constructors in com.sun.sgs.impl.service.session with parameters of type TransactionProxy | |
|---|---|
ClientSessionServiceImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Constructs an instance of this class with the specified properties. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.task |
|---|
| Constructors in com.sun.sgs.impl.service.task with parameters of type TransactionProxy | |
|---|---|
FixedTimeContinuePolicy(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy)
Construct a FixedTimeContinuePolicy instance. |
|
TaskServiceImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy transactionProxy)
Creates an instance of TaskServiceImpl. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.service.watchdog |
|---|
| Constructors in com.sun.sgs.impl.service.watchdog with parameters of type TransactionProxy | |
|---|---|
WatchdogServerImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy,
String host,
WatchdogClient client,
boolean fullStack)
Constructs an instance of this class with the specified properties. |
|
WatchdogServiceImpl(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy,
KernelShutdownController ctrl)
Constructs an instance of this class with the specified properties. |
|
| Uses of TransactionProxy in com.sun.sgs.impl.util |
|---|
| Fields in com.sun.sgs.impl.util declared as TransactionProxy | |
|---|---|
protected static TransactionProxy |
AbstractService.txnProxy
The transaction proxy, or null if configure has not been called. |
| Constructors in com.sun.sgs.impl.util with parameters of type TransactionProxy | |
|---|---|
AbstractService(Properties properties,
ComponentRegistry systemRegistry,
TransactionProxy txnProxy,
LoggerWrapper logger)
Constructs an instance with the specified properties, systemRegistry, txnProxy, and logger. |
|
BindingKeyedCollectionsImpl(TransactionProxy txnProxy)
Constructs an instance with the specified transaction proxy. |
|
TransactionContextFactory(TransactionProxy txnProxy,
String participantName)
Constructs an instance of this class, using the specified TransactionProxy to create the TransactionContextMap. |
|
TransactionContextMap(TransactionProxy txnProxy)
Constructs an instance of this class with the given TransactionProxy. |
|
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||