Class AppsCommonServiceStartupObserver
- java.lang.Object
-
- org.wso2.identity.apps.common.internal.AppsCommonServiceStartupObserver
-
- All Implemented Interfaces:
org.wso2.carbon.core.ServerStartupObserver
public class AppsCommonServiceStartupObserver extends Object implements org.wso2.carbon.core.ServerStartupObserver
Use to log the portal endpoints. This component will wait until server startup is completed
-
-
Constructor Summary
Constructors Constructor Description AppsCommonServiceStartupObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompletedServerStartup()voidcompletingServerStartup()
-
-
-
Method Detail
-
completingServerStartup
public void completingServerStartup()
- Specified by:
completingServerStartupin interfaceorg.wso2.carbon.core.ServerStartupObserver
-
completedServerStartup
public void completedServerStartup()
- Specified by:
completedServerStartupin interfaceorg.wso2.carbon.core.ServerStartupObserver
-
-