All Packages Class Hierarchy This Package Previous Next Index
Class macondo.mak.MigrationResult
macondo.mak.MigrationResult
- public class MigrationResult
This class represents the result of a migration. Its main usage
is as a synchronization medium between place threads.
-
MigrationResult()
- Default constructor.
-
getException()
-
-
setException(TransportException)
-
-
setSuccess()
-
-
success()
-
MigrationResult
public MigrationResult()
- Default constructor.
setException
public synchronized void setException(TransportException e)
getException
public TransportException getException()
setSuccess
public synchronized void setSuccess()
success
public synchronized boolean success()
All Packages Class Hierarchy This Package Previous Next Index