org.oddjob.jmx.client
Class ComponentTransportable

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

public class ComponentTransportable
extends Object
implements Transportable

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

See Also:
Serialized Form
Author:
Rob Gordon.

Constructor Summary
ComponentTransportable(ObjectName name)
           
 
Method Summary
 Object importResolve(ObjectNames names)
          Resolve this object into a local object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentTransportable

public ComponentTransportable(ObjectName name)
Method Detail

importResolve

public Object importResolve(ObjectNames names)
Description copied from interface: Transportable
Resolve this object into a local object.

Specified by:
importResolve in interface Transportable
Returns:
An object which is valid in the local environment.

toString

public String toString()
Overrides:
toString in class Object