Package org.exoplatform.wallet.service
Class ApplicationRegistrySetupService
- java.lang.Object
-
- org.exoplatform.wallet.service.ApplicationRegistrySetupService
-
- All Implemented Interfaces:
org.exoplatform.commons.cluster.StartableClusterAware
public class ApplicationRegistrySetupService extends Object implements org.exoplatform.commons.cluster.StartableClusterAware
This Service installs application registry category and application for SpaceWallet portlet if the application registry was already populated
-
-
Constructor Summary
Constructors Constructor Description ApplicationRegistrySetupService(org.exoplatform.container.PortalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.application.registry.ApplicationRegistryServicegetApplicationRegistryService()booleanisDone()voidstart()voidstop()
-
-
-
Method Detail
-
start
public void start()
- Specified by:
startin interfaceorg.exoplatform.commons.cluster.StartableClusterAware
-
stop
public void stop()
- Specified by:
stopin interfaceorg.exoplatform.commons.cluster.StartableClusterAware
-
isDone
public boolean isDone()
- Specified by:
isDonein interfaceorg.exoplatform.commons.cluster.StartableClusterAware
-
getApplicationRegistryService
public org.exoplatform.application.registry.ApplicationRegistryService getApplicationRegistryService()
-
-