class ActivatableMahaloImpl extends TxnManagerImpl
ServiceStarter framework to start
an implementation of Mahalo that is activatable, and which will
log its state information to persistent storage.Landlord.RenewResultsTransactionManager.CreateddestroyLogger, exporter, initLogger, loginContext, operationsLogger, participantLogger, persistenceLogger, startupLogger, transactionsLoggerMAHALOABORTED, ACTIVE, COMMITTED, NOTCHANGED, PREPARED, VOTINGDAYS, HOURS, MINUTES, SECONDS| Constructor and Description |
|---|
ActivatableMahaloImpl(ActivationID activationID,
MarshalledObject data)
Constructs a new instance of
TxnManagerImpl that is
activatable, and which will persist its state. |
abort, abort, addLookupAttributes, addLookupGroups, addLookupLocators, cancel, cancelAll, commit, commit, create, destroy, getAdmin, getLookupAttributes, getLookupGroups, getLookupLocators, getProxy, getProxyVerifier, getServiceProxy, getState, getTransaction, initFailed, join, manager, modifyLookupAttributes, nextID, noteUnsettledTxn, recover, removeLookupGroups, removeLookupLocators, renew, renewAll, setLookupGroups, setLookupLocators, startActivatableMahaloImpl(ActivationID activationID, MarshalledObject data) throws Exception
TxnManagerImpl that is
activatable, and which will persist its state.
A constructor having this signature is required for the class to be activatable. This constructor is automatically called by the activation group when the service is activated.
activationID - the activation ID generated by the activation
system and assigned to the instance of the server
being activateddata - state data (represented as a
MarshalledObject) which is needed to
re-activate this serverException - If there was a problem initializing the service.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.