Class dstc.kalimantan.inspect.RemoteObjectInspector
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dstc.kalimantan.inspect.RemoteObjectInspector

java.lang.Object
   |
   +----dstc.kalimantan.inspect.Inspector
           |
           +----dstc.kalimantan.inspect.RemoteObjectInspector

public class RemoteObjectInspector
extends Inspector
An inspector on a remote object
See Also:
Inspector

Constructor Index

 o RemoteObjectInspector(Object)
Constructs a new Inspector on the object

Method Index

 o getClassName()
Returns the name of the target's class
 o getInspector(int)
Returns a new Inspector on the indexed instance variable of the target
 o getNames()
eam.readInt()); Returns an array of strings representing the names of the instance variables of the target
 o getTarget()
Returns a string representing the target
 o getValue(int)
Return a string representing the indexed instance variable of the target

Constructors

 o RemoteObjectInspector
  public RemoteObjectInspector(Object t)
Constructs a new Inspector on the object

Methods

 o getClassName
  public String getClassName()
Returns the name of the target's class
Overrides:
getClassName in class Inspector
 o getTarget
  public String getTarget()
Returns a string representing the target
Overrides:
getTarget in class Inspector
 o getNames
  public String[] getNames()
eam.readInt()); Returns an array of strings representing the names of the instance variables of the target
Overrides:
getNames in class Inspector
 o getValue
  public String getValue(int index)
Return a string representing the indexed instance variable of the target
Overrides:
getValue in class Inspector
 o getInspector
  public Inspector getInspector(int index)
Returns a new Inspector on the indexed instance variable of the target
Overrides:
getInspector in class Inspector

All Packages  Class Hierarchy  This Package  Previous  Next  Index