Package org.apache.stratos.manager.service

Examples of org.apache.stratos.manager.service.InstanceCleanupNotificationService


        log.info("Unregistered service cluster, domain " + clusterId);*/

        //sending instance cleanup notification for the cluster, so that members in the cluster would aware of the termination
        // and perform the house keeping task.

        new InstanceCleanupNotificationService().sendInstanceCleanupNotificationForCluster(clusterId);

        log.info("Instance Cleanup Notification sent to Cluster:  " + clusterId);

        try {
            CloudControllerServiceClient.getServiceClient().unregisterService(clusterId);
View Full Code Here

TOP

Related Classes of org.apache.stratos.manager.service.InstanceCleanupNotificationService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.