org.apache.stratos.manager.publisher
Class CartridgeSubscriptionDataPublisher
java.lang.Object
org.apache.stratos.manager.publisher.CartridgeSubscriptionDataPublisher
public class CartridgeSubscriptionDataPublisher
- extends Object
This will publish the subscription details of tenants to a data receiver.
Data is published when a tenant subscribe to a cartridge and when it unsubscribe.
|
Method Summary |
static void |
publish(int tenantID,
String adminUser,
String cartridgeAlias,
String cartridgeType,
String repositoryUrl,
boolean isMultiTenant,
String autoScalingPolicy,
String deploymentPolicy,
String clusterID,
String hostName,
String mappedDomain,
String action)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CartridgeSubscriptionDataPublisher
public CartridgeSubscriptionDataPublisher()
publish
public static void publish(int tenantID,
String adminUser,
String cartridgeAlias,
String cartridgeType,
String repositoryUrl,
boolean isMultiTenant,
String autoScalingPolicy,
String deploymentPolicy,
String clusterID,
String hostName,
String mappedDomain,
String action)
throws ADCException
- Throws:
ADCException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.