org.objectweb.fractal.explorer.rmi
Class FractalRegistriesRootContext

java.lang.Object
  extended by org.objectweb.fractal.explorer.rmi.FractalRegistriesRootContext
All Implemented Interfaces:
org.objectweb.util.explorer.api.RootContext

public class FractalRegistriesRootContext
extends Object
implements org.objectweb.util.explorer.api.RootContext

The context adds some features to manage Fractal RMI Registries.

Version:
0.1
Author:
Jerome Moroy

Field Summary
protected static org.objectweb.util.explorer.core.common.api.ContextContainer cc_
          context container for the root node.
 
Constructor Summary
FractalRegistriesRootContext()
           
 
Method Summary
 org.objectweb.util.explorer.api.RootEntry[] getEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cc_

protected static org.objectweb.util.explorer.core.common.api.ContextContainer cc_
context container for the root node.

Constructor Detail

FractalRegistriesRootContext

public FractalRegistriesRootContext()
Method Detail

getEntries

public org.objectweb.util.explorer.api.RootEntry[] getEntries()
Specified by:
getEntries in interface org.objectweb.util.explorer.api.RootContext