org.oddjob.framework
Interface Transportable
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ComponentTransportable
public interface Transportable
- extends Serializable
A Transportable object is one which can be sent across the network and
resolved locally. Transportable objects typically contain addresses which
need to be resolved locally to identify a job relative to the server.
- Author:
- Rob Gordon.
importResolve
Object importResolve(ObjectNames names)
- Resolve this object into a local object.
- Parameters:
names
-
- Returns:
- An object which is valid in the local environment.