|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.net4j.util.event.Notifier org.eclipse.emf.cdo.transaction.CDOPushTransaction
A transaction
that persists changes to the object graph locally on commit and can later load
these changes and push them to the repository
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.transaction.CDOTransaction |
---|
CDOTransaction.Options |
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.cdo.util.CDOUpdatable |
---|
NO_TIMEOUT |
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint |
---|
INVALID_DATE, UNSPECIFIED_DATE |
Constructor Summary | |
---|---|
CDOPushTransaction(CDOTransaction delegate)
|
|
CDOPushTransaction(CDOTransaction delegate,
File file)
|
|
CDOPushTransaction(CDOTransaction delegate,
File file,
boolean reconstructSavepoints)
|
Method Summary | ||
---|---|---|
void |
addListener(IListener listener)
|
|
void |
addObjectHandler(CDOObjectHandler handler)
|
|
void |
addTransactionHandler(CDOTransactionHandlerBase handler)
|
|
void |
close()
|
|
CDOCommitInfo |
commit()
|
|
CDOCommitInfo |
commit(IProgressMonitor progressMonitor)
|
|
CDOChangeSetData |
compareRevisions(CDOBranchPoint source)
|
|
CDOQuery |
createQuery(String language,
String queryString)
Same as createQuery(language, queryString, null) . |
|
CDOQuery |
createQuery(String language,
String queryString,
boolean considerDirtyState)
|
|
CDOQuery |
createQuery(String language,
String queryString,
Object context)
|
|
CDOQuery |
createQuery(String language,
String queryString,
Object context,
boolean considerDirtyState)
|
|
CDOResource |
createResource(String path)
|
|
CDOResourceFolder |
createResourceFolder(String path)
|
|
static File |
createTempFile(CDOTransaction transaction)
|
|
void |
disableDurableLocking(boolean releaseLocks)
Disables the storage of all information that's needed to reopen this view at a
later point in time. |
|
String |
enableDurableLocking()
Enables the storage of all information that's needed to reopen this view at a
later point in time. |
|
String |
enableDurableLocking(boolean enable)
Deprecated. Use enableDurableLocking() instead or disableDurableLocking(boolean) , respectively. |
|
CDOSavepoint[] |
exportChanges(OutputStream out)
|
|
CDOBranch |
getBranch()
Returns the branch of this branch point, or null if this branch point is the
base of the main branch . |
|
CDOChangeSetData |
getChangeSetData()
|
|
String |
getCommitComment()
Returns the comment to be used in the next commit operation. |
|
Set<? extends EObject> |
getCommittables()
|
|
Set<CDOObject> |
getConflicts()
|
|
CDOTransaction |
getDelegate()
|
|
Map<CDOID,CDOObject> |
getDetachedObjects()
|
|
Map<CDOID,CDOObject> |
getDirtyObjects()
|
|
String |
getDurableLockingID()
|
|
File |
getFile()
|
|
CDOSavepoint |
getFirstSavepoint()
|
|
long |
getLastCommitTime()
|
|
CDOSavepoint |
getLastSavepoint()
|
|
long |
getLastUpdateTime()
Returns the time stamp of the last commit operation. |
|
IListener[] |
getListeners()
|
|
Map<CDOID,CDOObject> |
getNewObjects()
|
|
CDOObject |
getObject(CDOID id)
Returns the object for the given CDOID. |
|
CDOObject |
getObject(CDOID id,
boolean loadOnDemand)
Returns the object for the given CDOID. |
|
|
getObject(T objectFromDifferentView)
Takes an object from a (possibly) different view and contextifies it for the usage with this view. |
|
CDOObjectHandler[] |
getObjectHandlers()
|
|
CDOResource |
getOrCreateResource(String path)
|
|
CDOResourceFolder |
getOrCreateResourceFolder(String path)
|
|
CDOResource |
getResource(String path)
Same as getResource(String, true) . |
|
CDOResource |
getResource(String path,
boolean loadOnDemand)
|
|
CDOResourceNode |
getResourceNode(String path)
Returns the resource node with the given path. |
|
ResourceSet |
getResourceSet()
Returns the resource set this view is associated with. |
|
CDORevision |
getRevision(CDOID id)
|
|
Map<CDOID,CDORevisionDelta> |
getRevisionDeltas()
|
|
CDOResource |
getRootResource()
Returns the root resource of the repository. |
|
CDOSession |
getSession()
Returns the session this view was opened by. |
|
int |
getSessionID()
|
|
long |
getTimeStamp()
Returns the time stamp of this branch point, or the fixed special time stamp unspecified if this branch point marks the head of a branch. |
|
CDOTransactionHandler[] |
getTransactionHandlers()
|
|
CDOTransactionHandler1[] |
getTransactionHandlers1()
|
|
CDOTransactionHandler2[] |
getTransactionHandlers2()
|
|
URIHandler |
getURIHandler()
|
|
int |
getViewID()
|
|
CDOViewSet |
getViewSet()
Returns the view set this view is associated with. |
|
boolean |
hasConflict()
Returns true if this transaction contains local modifications that are conflicting with remote
modifications, false otherwise. |
|
boolean |
hasListeners()
|
|
boolean |
hasResource(String path)
Returns true if a resource with the given path exists in the repository, false . |
|
CDOSavepoint[] |
importChanges(InputStream in,
boolean reconstructSavepoints)
|
|
boolean |
isClosed()
|
|
boolean |
isDirty()
Returns true if this transaction is not closed and contains uncommitted changes, false
otherwise. |
|
boolean |
isDurableView()
|
|
boolean |
isInvalidationRunnerActive()
|
|
boolean |
isLegacyModeEnabled()
|
|
boolean |
isObjectRegistered(CDOID id)
Returns true if an object with the given id is currently registered in
this view, false otherwise. |
|
boolean |
isReadOnly()
|
|
void |
lockObjects(Collection<? extends CDOObject> objects,
IRWLockManager.LockType lockType,
long timeout)
Locks the given objects. |
|
void |
lockObjects(Collection<? extends CDOObject> objects,
IRWLockManager.LockType lockType,
long timeout,
boolean recursive)
|
|
CDOChangeSetData |
merge(CDOBranchPoint source,
CDOBranchPoint sourceBase,
CDOMerger merger)
|
|
CDOChangeSetData |
merge(CDOBranchPoint source,
CDOMerger merger)
|
|
CDOTransaction.Options |
options()
Returns the options of this view. |
|
void |
push()
|
|
void |
push(IProgressMonitor progressMonitor)
|
|
List<CDOResourceNode> |
queryResources(CDOResourceFolder folder,
String name,
boolean exactMatch)
Returns a list of the resources in the given folder with a name equal to or starting with the value of the name parameter. |
|
CloseableIterator<CDOResourceNode> |
queryResourcesAsync(CDOResourceFolder folder,
String name,
boolean exactMatch)
Returns an iterator over the resources in the given folder with a name equal to or starting with the value of the name parameter. |
|
List<CDOObjectReference> |
queryXRefs(CDOObject targetObject,
EReference... sourceReferences)
Returns a list of object references that represent the cross references to the specified
target object. |
|
List<CDOObjectReference> |
queryXRefs(Set<CDOObject> targetObjects,
EReference... sourceReferences)
Returns a list of object references that represent the cross references to the specified
target objects. |
|
CloseableIterator<CDOObjectReference> |
queryXRefsAsync(Set<CDOObject> targetObjects,
EReference... sourceReferences)
Returns an iterator over the object references that represent the cross references to
the specified target objects. |
|
int |
reload(CDOObject... objects)
Reloads the given objects from the repository. |
|
void |
removeListener(IListener listener)
|
|
void |
removeObjectHandler(CDOObjectHandler handler)
|
|
void |
removeTransactionHandler(CDOTransactionHandlerBase handler)
|
|
void |
rollback()
|
|
boolean |
setBranch(CDOBranch branch)
Same as calling setBranchPoint(branch, getTimeStamp()) . |
|
boolean |
setBranchPoint(CDOBranch branch,
long timeStamp)
Sets the branch and the point in (repository) time this view should refer to. |
|
boolean |
setBranchPoint(CDOBranchPoint branchPoint)
Same as calling setBranchPoint(branchPoint.getBranch(),
branchPoint.getTimeStamp()) . |
|
void |
setCommitComment(String comment)
Sets the comment to be used in the next commit operation. |
|
void |
setCommittables(Set<? extends EObject> committables)
|
|
protected void |
setDirty(boolean dirty)
|
|
CDOSavepoint |
setSavepoint()
Creates a save point in the CDOTransaction that can be used to roll back a part of the transaction
Save points do not involve the server side, everything is done on the client side. |
|
boolean |
setTimeStamp(long timeStamp)
Same as calling setBranchPoint(getBranch(), timeStamp) . |
|
void |
unlockObjects()
Unlocks all locked objects of this view. |
|
void |
unlockObjects(Collection<? extends CDOObject> objects,
IRWLockManager.LockType lockType)
Unlocks the given locked objects of this view. |
|
void |
unlockObjects(Collection<? extends CDOObject> objects,
IRWLockManager.LockType lockType,
boolean recursive)
|
|
void |
waitForUpdate(long updateTime)
Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured. |
|
boolean |
waitForUpdate(long updateTime,
long timeoutMillis)
Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured or the given timeout has expired. |
Methods inherited from class org.eclipse.net4j.util.event.Notifier |
---|
fireEvent, fireEvent, fireEvent, firstListenerAdded, getNotificationService, lastListenerRemoved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDOPushTransaction(CDOTransaction delegate) throws IOException
IOException
public CDOPushTransaction(CDOTransaction delegate, File file) throws IOException
IOException
public CDOPushTransaction(CDOTransaction delegate, File file, boolean reconstructSavepoints) throws IOException
IOException
Method Detail |
---|
public CDOTransaction getDelegate()
public File getFile()
public boolean isDirty()
CDOTransaction
true
if this transaction is not closed and contains uncommitted changes, false
otherwise.
isDirty
in interface CDOTransaction
isDirty
in interface CDOView
CDOTransaction.isDirty()
protected void setDirty(boolean dirty)
public CDOCommitInfo commit() throws CommitException
commit
in interface CDOUserTransaction
CommitException
public CDOCommitInfo commit(IProgressMonitor progressMonitor) throws CommitException
commit
in interface CDOUserTransaction
CommitException
public void rollback()
rollback
in interface CDOUserTransaction
public void push() throws CommitException
CommitException
public void push(IProgressMonitor progressMonitor) throws CommitException
CommitException
public CDOSavepoint[] exportChanges(OutputStream out) throws IOException
exportChanges
in interface CDOTransaction
IOException
public CDOSavepoint[] importChanges(InputStream in, boolean reconstructSavepoints) throws IOException
importChanges
in interface CDOTransaction
IOException
public long getLastCommitTime()
getLastCommitTime
in interface CDOTransaction
public void addListener(IListener listener)
addListener
in interface INotifier
addListener
in class Notifier
public void removeListener(IListener listener)
removeListener
in interface INotifier
removeListener
in class Notifier
public boolean hasListeners()
hasListeners
in interface INotifier
hasListeners
in class Notifier
public IListener[] getListeners()
getListeners
in interface INotifier
getListeners
in class Notifier
public void addObjectHandler(CDOObjectHandler handler)
addObjectHandler
in interface CDOView
public void addTransactionHandler(CDOTransactionHandlerBase handler)
addTransactionHandler
in interface CDOTransaction
public void close()
close
in interface Closeable
public CDOQuery createQuery(String language, String queryString)
CDOView
createQuery(language, queryString, null)
.
createQuery
in interface CDOView
CDOView.createQuery(String, String, Object)
public CDOQuery createQuery(String language, String queryString, Object context)
createQuery
in interface CDOView
public CDOQuery createQuery(String language, String queryString, boolean considerDirtyState)
createQuery
in interface CDOTransaction
public CDOQuery createQuery(String language, String queryString, Object context, boolean considerDirtyState)
createQuery
in interface CDOTransaction
public CDOResourceFolder createResourceFolder(String path)
createResourceFolder
in interface CDOTransaction
public CDOResource createResource(String path)
createResource
in interface CDOTransaction
ResourceSet.createResource(URI)
public boolean isLegacyModeEnabled()
isLegacyModeEnabled
in interface CDOView
CDOUtil.setLegacyModeDefault(boolean)
public long getLastUpdateTime()
CDOUpdatable
passive updates
are disabled.
getLastUpdateTime
in interface CDOUpdatable
public void waitForUpdate(long updateTime)
CDOUpdatable
waitForUpdate
in interface CDOUpdatable
public boolean waitForUpdate(long updateTime, long timeoutMillis)
CDOUpdatable
waitForUpdate
in interface CDOUpdatable
true
if the specified commit operation has occured within the given timeout period,
false
otherwise.public Set<CDOObject> getConflicts()
getConflicts
in interface CDOTransaction
public CDOChangeSetData getChangeSetData()
getChangeSetData
in interface CDOChangeSetDataProvider
public Map<CDOID,CDOObject> getDetachedObjects()
getDetachedObjects
in interface CDOTransaction
public Map<CDOID,CDOObject> getDirtyObjects()
getDirtyObjects
in interface CDOTransaction
public CDORevision getRevision(CDOID id)
getRevision
in interface CDORevisionProvider
public CDOSavepoint getFirstSavepoint()
getFirstSavepoint
in interface CDOTransaction
public CDOSavepoint getLastSavepoint()
getLastSavepoint
in interface CDOTransaction
getLastSavepoint
in interface CDOUserTransaction
public boolean isInvalidationRunnerActive()
isInvalidationRunnerActive
in interface CDOView
public Map<CDOID,CDOObject> getNewObjects()
getNewObjects
in interface CDOTransaction
public CDOObject getObject(CDOID id, boolean loadOnDemand)
CDOView
getObject
in interface CDOView
loadOnDemand
- whether to create and load the object, if it doesn't already exist.
null
, or null
if there isn't
one and loadOnDemand is false
.public CDOObject getObject(CDOID id)
CDOView
Same as getObject(id, true)
.
getObject
in interface CDOView
CDOView.getObject(CDOID, boolean)
public <T extends EObject> T getObject(T objectFromDifferentView)
CDOView
CDOObject
it is returned unmodified.
IllegalArgumentException
is
thrown.
null
is passed null
is returned.
getObject
in interface CDOView
public CDOObjectHandler[] getObjectHandlers()
getObjectHandlers
in interface CDOView
public CDOResource getOrCreateResource(String path)
getOrCreateResource
in interface CDOTransaction
public CDOResourceFolder getOrCreateResourceFolder(String path)
getOrCreateResourceFolder
in interface CDOTransaction
public CDOResource getResource(String path, boolean loadOnDemand)
getResource
in interface CDOView
ResourceSet.getResource(URI, boolean)
public CDOResource getResource(String path)
CDOView
getResource(String, true)
.
getResource
in interface CDOView
ResourceSet.getResource(URI, boolean)
public CDOResourceNode getResourceNode(String path)
CDOView
getResourceNode
in interface CDOView
null
.public ResourceSet getResourceSet()
CDOView
resource set
this view is associated with.
Same as calling getViewSet().getResourceSet().
getResourceSet
in interface CDOView
CDOViewSet.getResourceSet()
public Map<CDOID,CDORevisionDelta> getRevisionDeltas()
getRevisionDeltas
in interface CDOTransaction
public CDOResource getRootResource()
CDOView
The root resource is a special resource with only CDOResourceNodes
in its contents list.
You can use it as the main entry into the new resource and folder structure.
getRootResource
in interface CDOView
public CDOSession getSession()
CDOView
session
this view was opened by.
getSession
in interface CDOCommonView
getSession
in interface CDOView
null
if this view is closed.Closeable.close()
,
Closeable.isClosed()
,
CDOViewContainer.openView()
,
CDOTransactionContainer.openTransaction()
public long getTimeStamp()
CDOBranchPoint
unspecified
if this branch point marks the head
of a branch.
getTimeStamp
in interface CDOBranchPoint
public String getDurableLockingID()
getDurableLockingID
in interface CDOCommonView
getDurableLockingID
in interface CDOLockOwner
public CDOTransactionHandler[] getTransactionHandlers()
getTransactionHandlers
in interface CDOTransaction
public CDOTransactionHandler1[] getTransactionHandlers1()
getTransactionHandlers1
in interface CDOTransaction
public CDOTransactionHandler2[] getTransactionHandlers2()
getTransactionHandlers2
in interface CDOTransaction
public int getSessionID()
getSessionID
in interface CDOLockOwner
public boolean isDurableView()
isDurableView
in interface CDOLockOwner
public int getViewID()
getViewID
in interface CDOCommonView
getViewID
in interface CDOLockOwner
public CDOViewSet getViewSet()
CDOView
view set
this view is associated with.
getViewSet
in interface CDOView
null
.CDOViewSet.getViews()
public boolean hasConflict()
CDOTransaction
true
if this transaction contains local modifications that are conflicting with remote
modifications, false
otherwise.
hasConflict
in interface CDOTransaction
hasConflict
in interface CDOView
CDOTransaction.hasConflict()
public boolean hasResource(String path)
CDOView
true
if a resource with the given path exists in the repository, false
.
hasResource
in interface CDOView
CDOView.getResource(String, boolean)
public boolean isClosed()
isClosed
in interface Closeable
public boolean isObjectRegistered(CDOID id)
CDOView
true
if an object
with the given id
is currently registered in
this view, false
otherwise.
isObjectRegistered
in interface CDOView
public void lockObjects(Collection<? extends CDOObject> objects, IRWLockManager.LockType lockType, long timeout) throws InterruptedException
CDOView
lockObjects
in interface CDOView
InterruptedException
public void lockObjects(Collection<? extends CDOObject> objects, IRWLockManager.LockType lockType, long timeout, boolean recursive) throws InterruptedException
lockObjects
in interface CDOView
InterruptedException
public CDOTransaction.Options options()
CDOCommonView
options
of this view.
options
in interface CDOCommonView
options
in interface CDOTransaction
options
in interface CDOView
options
in interface IOptionsContainer
public List<CDOResourceNode> queryResources(CDOResourceFolder folder, String name, boolean exactMatch)
CDOView
queryResources
in interface CDOView
folder
- The folder to search in, or null
for top level resource nodes.name
- the name or prefix of the resource nodes to return.exactMatch
- true
if the complete name of the resource must match, false
if only a common
prefix of the name must match.public CloseableIterator<CDOResourceNode> queryResourcesAsync(CDOResourceFolder folder, String name, boolean exactMatch)
CDOView
queryResourcesAsync
in interface CDOView
folder
- The folder to search in, or null
for top level resource nodes.name
- the name or prefix of the resource nodes to return.exactMatch
- true
if the complete name of the resource must match, false
if only a common
prefix of the name must match.public List<CDOObjectReference> queryXRefs(CDOObject targetObject, EReference... sourceReferences)
CDOView
object references
that represent the cross references to the specified
target object.
queryXRefs
in interface CDOView
targetObject
- The target object that referencing objects are requested for.sourceReferences
- The reference features that referencing objects are requested for, or an empty array if all reference
features are to be used in the request.CDOView.queryXRefs(Set, EReference...)
,
CDOView.queryXRefsAsync(Set, EReference...)
public List<CDOObjectReference> queryXRefs(Set<CDOObject> targetObjects, EReference... sourceReferences)
CDOView
object references
that represent the cross references to the specified
target objects.
queryXRefs
in interface CDOView
targetObjects
- The set of target objects that referencing objects are requested for.sourceReferences
- The reference features that referencing objects are requested for, or an empty array if all reference
features are to be used in the request.CDOView.queryXRefs(CDOObject, EReference...)
,
CDOView.queryXRefsAsync(Set, EReference...)
public CloseableIterator<CDOObjectReference> queryXRefsAsync(Set<CDOObject> targetObjects, EReference... sourceReferences)
CDOView
object references
that represent the cross references to
the specified target objects. The underlying query will be executed asynchronously.
queryXRefsAsync
in interface CDOView
targetObjects
- The set of target objects that referencing objects are requested for.sourceReferences
- The reference features that referencing objects are requested for, or an empty array if all reference
features are to be used in the request.CDOView.queryXRefs(CDOObject, EReference...)
,
CDOView.queryXRefs(Set, EReference...)
public int reload(CDOObject... objects)
CDOView
objects
from the repository.
reload
in interface CDOView
public void removeObjectHandler(CDOObjectHandler handler)
removeObjectHandler
in interface CDOView
public void removeTransactionHandler(CDOTransactionHandlerBase handler)
removeTransactionHandler
in interface CDOTransaction
public CDOChangeSetData merge(CDOBranchPoint source, CDOMerger merger)
merge
in interface CDOTransaction
public CDOChangeSetData merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger)
merge
in interface CDOTransaction
public CDOChangeSetData compareRevisions(CDOBranchPoint source)
compareRevisions
in interface CDOView
public CDOSavepoint setSavepoint()
CDOUserTransaction
CDOTransaction
that can be used to roll back a part of the transaction
Save points do not involve the server side, everything is done on the client side.
setSavepoint
in interface CDOTransaction
setSavepoint
in interface CDOUserTransaction
public void unlockObjects()
CDOView
unlockObjects
in interface CDOView
public void unlockObjects(Collection<? extends CDOObject> objects, IRWLockManager.LockType lockType)
CDOView
unlockObjects
in interface CDOView
public void unlockObjects(Collection<? extends CDOObject> objects, IRWLockManager.LockType lockType, boolean recursive)
unlockObjects
in interface CDOView
@Deprecated public String enableDurableLocking(boolean enable)
enableDurableLocking()
instead or disableDurableLocking(boolean)
, respectively.
enableDurableLocking
in interface CDOView
public String enableDurableLocking()
CDOView
reopen
this view at a
later point in time. This information includes the branch point
, the user ID of the
session
, whether it's a read-only view or a transaction
and all the locks
that are acquired or will be acquired while durable locking is enabled.
enableDurableLocking
in interface CDOView
CDOViewContainer.openView(String)
,
CDOViewContainer.openView(String, ResourceSet)
,
CDOTransactionContainer.openTransaction(String)
,
CDOTransactionContainer.openTransaction(String, ResourceSet)
,
CDOView.disableDurableLocking(boolean)
public void disableDurableLocking(boolean releaseLocks)
CDOView
reopen
this view at a
later point in time. If such information is stored when this method is called it is removed. Note that locks
acquired by this view are only released if true
is passed to the releaseLocks
parameter.
disableDurableLocking
in interface CDOView
CDOView.enableDurableLocking()
public boolean isReadOnly()
isReadOnly
in interface CDOCommonView
public CDOBranch getBranch()
CDOBranchPoint
null
if this branch point is the
base
of the main branch
.
getBranch
in interface CDOBranchPoint
public boolean setBranchPoint(CDOBranch branch, long timeStamp)
CDOView
branch
and the point in (repository) time this view should refer to. Objects
provided by this view will be valid
at this time. The special value
UNSPECIFIED_DATE
denotes a "floating view" that always shows the latest
state of the repository.
setBranchPoint
in interface CDOView
true
if the branch point was changed, false
otherwise.public boolean setBranchPoint(CDOBranchPoint branchPoint)
CDOView
setBranchPoint(branchPoint.getBranch(),
branchPoint.getTimeStamp())
.
setBranchPoint
in interface CDOView
public boolean setBranch(CDOBranch branch)
CDOView
setBranchPoint(branch, getTimeStamp())
.
setBranch
in interface CDOView
public boolean setTimeStamp(long timeStamp)
CDOView
setBranchPoint(getBranch(), timeStamp)
.
setTimeStamp
in interface CDOView
public URIHandler getURIHandler()
getURIHandler
in interface CDOView
public String getCommitComment()
CDOTransaction
getCommitComment
in interface CDOTransaction
CDOCommitInfo.getComment()
public void setCommitComment(String comment)
CDOTransaction
setCommitComment
in interface CDOTransaction
CDOCommitInfo.getComment()
public void setCommittables(Set<? extends EObject> committables)
setCommittables
in interface CDOTransaction
public Set<? extends EObject> getCommittables()
getCommittables
in interface CDOTransaction
public static File createTempFile(CDOTransaction transaction) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |