org.objectweb.fractal.explorer.rmi
Class DisconnectRegistryAction
java.lang.Object
org.objectweb.fractal.explorer.rmi.DisconnectRegistryAction
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.MenuItem
public class DisconnectRegistryAction
- extends Object
- implements org.objectweb.util.explorer.api.MenuItem
This action allows one to disconnect a Fractal RMI registry.
- Version:
- 0.1
- Author:
- Jerome Moroy
Fields inherited from interface org.objectweb.util.explorer.api.MenuItem |
DISABLED_STATUS, ENABLED_STATUS, NOT_VISIBLE_STATUS |
Method Summary |
void |
actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemTreeView)
|
int |
getStatus(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 |
DisconnectRegistryAction
public DisconnectRegistryAction()
getStatus
public int getStatus(org.objectweb.util.explorer.api.TreeView treeView)
- Specified by:
getStatus
in interface org.objectweb.util.explorer.api.MenuItem
actionPerformed
public void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemTreeView)
throws Exception
- Specified by:
actionPerformed
in interface org.objectweb.util.explorer.api.MenuItem
- Throws:
Exception