org.objectweb.fractal.explorer.rmi
Class NamingServiceContext

java.lang.Object
  extended by org.objectweb.fractal.explorer.rmi.NamingServiceContext
All Implemented Interfaces:
Serializable, org.objectweb.util.explorer.api.Context

public class NamingServiceContext
extends Object
implements org.objectweb.util.explorer.api.Context

The context wraps Fractal RMI Registries context and allows one to obain the list of registered Registries.

Version:
0.1
Author:
Jerome Moroy
See Also:
Serialized Form

Constructor Summary
NamingServiceContext()
           
 
Method Summary
 org.objectweb.util.explorer.api.Entry[] getEntries(Object entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingServiceContext

public NamingServiceContext()
Method Detail

getEntries

public org.objectweb.util.explorer.api.Entry[] getEntries(Object entry)
Specified by:
getEntries in interface org.objectweb.util.explorer.api.Context