com.openexchange.admin.rmi.impl
Class OXAdminCoreImpl

java.lang.Object
  extended by com.openexchange.admin.rmi.impl.OXAdminCoreImpl
All Implemented Interfaces:
OXAdminCoreInterface, Remote

public class OXAdminCoreImpl
extends Object
implements OXAdminCoreInterface


Field Summary
 
Fields inherited from interface com.openexchange.admin.rmi.OXAdminCoreInterface
RMI_NAME
 
Constructor Summary
OXAdminCoreImpl(BundleContext context)
           
 
Method Summary
 boolean allPluginsLoaded()
          This methods checks if all plugins have been loaded successfully
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXAdminCoreImpl

public OXAdminCoreImpl(BundleContext context)
Method Detail

allPluginsLoaded

public boolean allPluginsLoaded()
Description copied from interface: OXAdminCoreInterface
This methods checks if all plugins have been loaded successfully

Specified by:
allPluginsLoaded in interface OXAdminCoreInterface
Returns:
true if all plugins are loaded successfully, false if not