Voyager ORB

com.objectspace.voyager.mobility
Interface IMobility

All Known Subinterfaces:
IAgent
All Known Implementing Classes:
Mobility

public abstract interface IMobility

IMobility is the interface implemented by an object's Mobility facet.

Version:
3.0

Method Summary
 void moveTo(java.lang.Object destination)
          Move to the program containing the specified object.
 void moveTo(java.lang.String destination)
          Move to the program with the specified URL.
 

Method Detail

moveTo

public void moveTo(java.lang.String destination)
            throws MobilityException
Move to the program with the specified URL. Upon arrival, I will not be "restarted" with a callback, but I will be capable of receiving remote messages.
Parameters:
destination - The address of the VM to which I am moving.
Throws:
MobilityException - A Voyager-related exception occurred during the move.

moveTo

public void moveTo(java.lang.Object destination)
            throws MobilityException
Move to the program containing the specified object. Upon arrival, I will not be "restarted" with a callback, but I will be capable of receiving remote messages.
Parameters:
destination - The object to which I am moving.
Throws:
MobilityException - A Voyager-related exception occurred during the move.

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240