public interface OXAdminCoreInterface
extends java.rmi.Remote
final OXAdminCoreInterface iface = (OXAdminCoreInterface)Naming.lookup("rmi:///oxhost/"+OXAdminCoreInterface.RMI_NAME);
if (iface.allPluginsLoaded()) {
System.out.println("All plugins loaded");
}
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RMI_NAME
RMI name to be used in the naming lookup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allPluginsLoaded()
This methods checks if all plugins have been loaded successfully
|
static final java.lang.String RMI_NAME