org.objectweb.fractal.explorer.rmi
Class StubInfo

java.lang.Object
  extended by org.objectweb.fractal.explorer.info.InterfaceInfo
      extended by org.objectweb.fractal.explorer.rmi.StubInfo
All Implemented Interfaces:
org.objectweb.util.explorer.api.Info

public class StubInfo
extends InterfaceInfo

Computes the signature of the interface + the localisation of the remote interface.

Version:
$Revision: 1.1 $
Author:
Philippe Merle

Constructor Summary
StubInfo()
           
 
Method Summary
 String getInfo(org.objectweb.util.explorer.api.TreeView treeView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubInfo

public StubInfo()
Method Detail

getInfo

public String getInfo(org.objectweb.util.explorer.api.TreeView treeView)
Specified by:
getInfo in interface org.objectweb.util.explorer.api.Info
Overrides:
getInfo in class InterfaceInfo
See Also:
Info.getInfo(org.objectweb.util.explorer.api.TreeView)