|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigrationException | |
org.objectweb.proactive | Provides the main classes for creating active objects and futures. |
org.objectweb.proactive.core.body.migration | Defines the migration primitive of ProActive. |
org.objectweb.proactive.ext.locationserver | Defines a Body associated with a location server able to give the location of one body on demand. |
org.objectweb.proactive.ext.migration | Defines strategies of migration based on itinerary. |
org.objectweb.proactive.ext.security |
Uses of MigrationException in org.objectweb.proactive |
Methods in org.objectweb.proactive that throw MigrationException | |
static void |
ProActive.migrateTo(java.lang.Object activeObject)
Migrates the active object whose active thread is calling this method to the same location as the active object given in parameter. |
static void |
ProActive.migrateTo(java.lang.String nodeURL)
Migrates the active object whose active thread is calling this method to the node caracterized by the given url. |
static void |
ProActive.migrateTo(Node node)
Migrates the active object whose active thread is calling this method to the given node. |
static void |
ProActive.migrateTo(Body bodyToMigrate,
java.lang.Object activeObject,
boolean priority)
Migrates the given body to the same location as the active object given in parameter. |
static void |
ProActive.migrateTo(Body bodyToMigrate,
java.lang.String nodeURL,
boolean priority)
Migrates the given body to the node caracterized by the given url. |
static void |
ProActive.migrateTo(Body bodyToMigrate,
Node node,
boolean priority)
Migrates the body bodyToMigrate to the given node.
|
Uses of MigrationException in org.objectweb.proactive.core.body.migration |
Methods in org.objectweb.proactive.core.body.migration that throw MigrationException | |
Node |
MigrationManagerImpl.checkNode(Node node)
|
UniversalBody |
MigrationManagerImpl.migrateTo(Node node,
Body body)
|
UniversalBody |
Migratable.migrateTo(Node nodeTarget)
|
UniversalBody |
Migratable.cloneTo(Node nodeTarget)
|
UniversalBody |
MigratableBody.migrateTo(Node node)
|
UniversalBody |
MigratableBody.cloneTo(Node node)
|
protected UniversalBody |
MigratableBody.internalMigrateTo(Node node,
boolean byCopy)
|
Node |
MigrationManager.checkNode(Node node)
|
UniversalBody |
MigrationManager.migrateTo(Node node,
Body body)
|
Uses of MigrationException in org.objectweb.proactive.ext.locationserver |
Methods in org.objectweb.proactive.ext.locationserver that throw MigrationException | |
UniversalBody |
MigrationManagerWithLocationServer.migrateTo(Node node,
Body body)
|
Uses of MigrationException in org.objectweb.proactive.ext.migration |
Methods in org.objectweb.proactive.ext.migration that throw MigrationException | |
void |
MigrationStrategyManagerImpl.startStrategy(Body body)
|
protected void |
MigrationStrategyManagerImpl.executeMethodOnDeparture(Body body)
|
protected void |
MigrationStrategyManagerImpl.executeMethodOnArrival(Body body)
|
protected void |
MigrationStrategyManagerImpl.continueStrategy(Body body)
|
void |
MigrationStrategyManager.startStrategy(Body body)
|
Uses of MigrationException in org.objectweb.proactive.ext.security |
Subclasses of MigrationException in org.objectweb.proactive.ext.security | |
class |
SecurityMigrationException
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |