Searched refs:Transaction (Results 1 - 8 of 8) sorted by relevance

/pkg/src/tests/cli/
H A Dt_publish_api.py67 t = trans.Transaction(durl, pkg_name=str(pf),
93 t = trans.Transaction(location, pkg_name=str(pf),
/pkg/src/
H A Dpublish.py181 trans.Transaction(repo_uri, create_repo=True,
216 t = trans.Transaction(repo_uri, pkg_name=pargs[0], xport=xport, pub=pub)
246 t = trans.Transaction(repo_uri, pkg_name=pargs[0], xport=xport, pub=pub)
280 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport, pub=pub)
308 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport,
413 t = trans.Transaction(repo_uri, pkg_name=pkg_name,
499 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport,
636 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport, pub=pub)
721 t = trans.Transaction(repo_uri, xport=xport,
H A Dsign.py350 t = trans.Transaction(repo_uri,
H A Dpull.py1373 t = trans.Transaction(target,
1613 t = trans.Transaction(target, pkg_name=pkg_name,
/pkg/src/modules/publish/
H A Dtransaction.py28 repository. Note that only the Transaction class should be used directly,
54 """Base exception class for all Transaction exceptions."""
683 class Transaction(object): class in inherits:object
691 Transaction to simulate all of the requested operations acting as if
701 opening a Transaction. Required by: open.
/pkg/src/modules/server/
H A Dtransaction.py53 """Base exception class for all Transaction exceptions."""
76 """Used to indicate that a Transaction operation failed.
119 return _("No Transaction matching ID '{0}' could be found.").format(
124 """Used to indicate that a Transaction is already open for use."""
127 return _("Transaction ID '{0}' is already open.").format(
131 class Transaction(object): class in inherits:object
132 """A Transaction is a server-side object used to represent the set of
133 incoming changes to a package. Manipulation of Transaction objects in
355 load Transaction data."""
454 the Transaction
[all...]
H A Drepository.py204 """Used to indicate that an invalid Transaction ID was supplied."""
577 # Transaction not cached already, so load and
579 t = trans.Transaction()
593 """Discard any state information cached for a Transaction."""
1111 """Aborts a transaction with the specified Transaction ID.
1131 specified Transaction ID."""
1359 in-flight Transaction ID exists.
1392 FMRI. Returns the Transaction ID for the new transaction."""
1402 t = trans.Transaction()
1411 release and FMRI. Returns the Transaction I
[all...]
/pkg/src/util/publish/
H A Dpkgmerge.py531 t = trans.Transaction(dest_repo,

Completed in 64 milliseconds