|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationServer | |
---|---|
org.objectweb.proactive.core.body.migration | Defines the migration primitive of ProActive. |
org.objectweb.proactive.core.body.reply | Defines the reply messages based of the common message layer. |
org.objectweb.proactive.core.body.request | Defines the request messages based of the common message layer. |
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.mixedlocation | |
org.objectweb.proactive.ext.util | Provides some utility classes for end user usage or used across the extension package. |
Uses of LocationServer in org.objectweb.proactive.core.body.migration |
---|
Classes in org.objectweb.proactive.core.body.migration that implement LocationServer | |
---|---|
class |
MixedLocationServer
|
Fields in org.objectweb.proactive.core.body.migration declared as LocationServer | |
---|---|
protected LocationServer |
MigrationManagerImpl.locationServer
|
Uses of LocationServer in org.objectweb.proactive.core.body.reply |
---|
Fields in org.objectweb.proactive.core.body.reply declared as LocationServer | |
---|---|
protected LocationServer |
ReplyImpl.server
|
Uses of LocationServer in org.objectweb.proactive.core.body.request |
---|
Fields in org.objectweb.proactive.core.body.request declared as LocationServer | |
---|---|
protected LocationServer |
RequestImpl.server
|
Uses of LocationServer in org.objectweb.proactive.ext.locationserver |
---|
Methods in org.objectweb.proactive.ext.locationserver that return LocationServer | |
---|---|
static LocationServer |
LocationServerFactory.getLocationServer()
|
static LocationServer |
LocationServerFactory.getLocationServer(UniqueID id)
Return the location server associated with the id |
Constructors in org.objectweb.proactive.ext.locationserver with parameters of type LocationServer | |
---|---|
MigrationManagerWithLocationServer(LocationServer locationServer)
|
|
RequestWithLocationServer(MethodCall methodCall,
UniversalBody sender,
boolean isOneWay,
long nextSequenceID,
LocationServer server)
|
|
TimedRequestWithLocationServer(MethodCall methodCall,
UniversalBody sender,
boolean isOneWay,
long nextSequenceID,
LocationServer server)
|
Uses of LocationServer in org.objectweb.proactive.ext.mixedlocation |
---|
Fields in org.objectweb.proactive.ext.mixedlocation declared as LocationServer | |
---|---|
protected LocationServer |
MigrationManagerWithMixedLocation.locationServer
|
protected LocationServer |
TimedRequestWithMixedLocation.server
|
protected LocationServer |
RequestWithMixedLocation.server
|
Constructors in org.objectweb.proactive.ext.mixedlocation with parameters of type LocationServer | |
---|---|
MigrationManagerWithMixedLocation(LocationServer locationServer)
|
|
RequestWithMixedLocation(MethodCall methodCall,
UniversalBody sender,
boolean isOneWay,
long nextSequenceID,
LocationServer server)
|
|
TimedRequestWithMixedLocation(MethodCall methodCall,
UniversalBody sender,
boolean isOneWay,
long nextSequenceID,
LocationServer server)
|
Uses of LocationServer in org.objectweb.proactive.ext.util |
---|
Classes in org.objectweb.proactive.ext.util that implement LocationServer | |
---|---|
class |
SimpleLocationServer
An implementation of a Location Server |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |