org.oddjob.jmx.client
Class ComponentTransportable

java.lang.Object
  extended byorg.oddjob.jmx.client.ComponentTransportable
All Implemented Interfaces:
java.io.Serializable, Transportable

public class ComponentTransportable
extends java.lang.Object
implements Transportable

This object represents a component as it travels accross the network between client and server.

See Also:
Serialized Form
Author:
Rob Gordon.

Constructor Summary
ComponentTransportable(Address address)
           
 
Method Summary
 java.lang.Object importResolve(ComponentRegistry componentRegistry)
          Reolve this object into a local object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTransportable

public ComponentTransportable(Address address)
Method Detail

importResolve

public java.lang.Object importResolve(ComponentRegistry componentRegistry)
Description copied from interface: Transportable
Reolve this object into a local object.

Specified by:
importResolve in interface Transportable
Parameters:
componentRegistry - The componentRegistry to use.
Returns:
An object which is valid in the local environment.