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
-
RemoteObjectInspector(Object)
- Constructs a new Inspector on the object
-
getClassName()
- Returns the name of the target's class
-
getInspector(int)
- Returns a new Inspector on the indexed instance variable of the
target
-
getNames()
- eam.readInt());
Returns an array of strings representing the names of the
instance variables of the target
-
getTarget()
- Returns a string representing the target
-
getValue(int)
- Return a string representing the indexed instance variable of
the target
RemoteObjectInspector
public RemoteObjectInspector(Object t)
- Constructs a new Inspector on the object
getClassName
public String getClassName()
- Returns the name of the target's class
- Overrides:
- getClassName in class Inspector
getTarget
public String getTarget()
- Returns a string representing the target
- Overrides:
- getTarget in class Inspector
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
getValue
public String getValue(int index)
- Return a string representing the indexed instance variable of
the target
- Overrides:
- getValue in class Inspector
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