|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.filesystem.TransferRepository
public class TransferRepository
Class representing repository for storing informations about all transfer operations.
| Constructor Summary | |
|---|---|
TransferRepository()
|
|
| Method Summary | |
|---|---|
void |
delete(java.lang.Integer transferId)
Deletes information about specified transfer from the repository |
java.util.List<TransferInformation> |
getOperations()
|
static TransferRepository |
getTransferRepository()
Getter of the singleton of this class |
void |
save(TransferInformation op)
Saves information about this transfer to the repository |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransferRepository()
| Method Detail |
|---|
public static TransferRepository getTransferRepository()
public void save(TransferInformation op)
source - destination - operationSpecificData - monitor - public void delete(java.lang.Integer transferId)
source - IFileStoredestination - public java.util.List<TransferInformation> getOperations()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||