| Package | Description |
|---|---|
| org.gatein.wsrp | |
| org.gatein.wsrp.consumer | |
| org.gatein.wsrp.consumer.migration |
| Modifier and Type | Method and Description |
|---|---|
ExportInfo |
WSRPConsumer.exportPortlets(List<String> portletHandles)
Asks the remote producer to export the specified portlets.
|
| Modifier and Type | Method and Description |
|---|---|
ImportInfo |
WSRPConsumer.importPortlets(ExportInfo exportInfo,
List<String> portlets)
Imports the specified portlets as identified by their handles associated with a previous export operation as identified by the specified ExportInfo.
|
void |
WSRPConsumer.releaseExport(ExportInfo exportInfo)
Tells the remote producer that we don't need the data associated with the specified ExportInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ExportInfo |
WSRPConsumerImpl.exportPortlets(List<String> portletHandles) |
| Modifier and Type | Method and Description |
|---|---|
ImportInfo |
WSRPConsumerImpl.importPortlets(ExportInfo exportInfo,
List<String> portlets) |
void |
WSRPConsumerImpl.releaseExport(ExportInfo exportInfo) |
| Modifier and Type | Method and Description |
|---|---|
ExportInfo |
InMemoryMigrationService.getExportInfo(long exportTime) |
ExportInfo |
MigrationService.getExportInfo(long exportTime)
Retrieves the ExportInfo associated with the specified export time.
|
ExportInfo |
InMemoryMigrationService.remove(ExportInfo info) |
ExportInfo |
MigrationService.remove(ExportInfo info)
Removes the specified ExportInfo from the ones managed by this MigrationService.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportInfo> |
InMemoryMigrationService.getAvailableExportInfos() |
List<ExportInfo> |
MigrationService.getAvailableExportInfos()
Retrieves a list of available ExportInfo, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryMigrationService.add(ExportInfo info) |
void |
MigrationService.add(ExportInfo info)
Adds the specified ExportInfo to the set of ExportInfos managed by this MigrationService.
|
ExportInfo |
InMemoryMigrationService.remove(ExportInfo info) |
ExportInfo |
MigrationService.remove(ExportInfo info)
Removes the specified ExportInfo from the ones managed by this MigrationService.
|
Copyright © 2006-2014 GateIn. All Rights Reserved.