org.apache.stratos.manager.cleanup.notification.stub
Class InstanceCleanupNotificationServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by org.apache.stratos.manager.cleanup.notification.stub.InstanceCleanupNotificationServiceStub
All Implemented Interfaces:
InstanceCleanupNotificationService

public class InstanceCleanupNotificationServiceStub
extends org.apache.axis2.client.Stub
implements InstanceCleanupNotificationService


Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
InstanceCleanupNotificationServiceStub()
          Default Constructor
InstanceCleanupNotificationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
InstanceCleanupNotificationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
          Constructor that takes in a configContext
InstanceCleanupNotificationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
InstanceCleanupNotificationServiceStub(String targetEndpoint)
          Constructor taking the target endpoint
 
Method Summary
 void sendInstanceCleanupNotificationForCluster(String clusterId5)
          Auto generated method signature
 void sendInstanceCleanupNotificationForMember(String memberId7)
          Auto generated method signature
 
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

InstanceCleanupNotificationServiceStub

public InstanceCleanupNotificationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                                              String targetEndpoint)
                                       throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

InstanceCleanupNotificationServiceStub

public InstanceCleanupNotificationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                                              String targetEndpoint,
                                              boolean useSeparateListener)
                                       throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

InstanceCleanupNotificationServiceStub

public InstanceCleanupNotificationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                                       throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

InstanceCleanupNotificationServiceStub

public InstanceCleanupNotificationServiceStub()
                                       throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

InstanceCleanupNotificationServiceStub

public InstanceCleanupNotificationServiceStub(String targetEndpoint)
                                       throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

sendInstanceCleanupNotificationForCluster

public void sendInstanceCleanupNotificationForCluster(String clusterId5)
                                               throws RemoteException
Auto generated method signature

Specified by:
sendInstanceCleanupNotificationForCluster in interface InstanceCleanupNotificationService
Throws:
RemoteException

sendInstanceCleanupNotificationForMember

public void sendInstanceCleanupNotificationForMember(String memberId7)
                                              throws RemoteException
Auto generated method signature

Specified by:
sendInstanceCleanupNotificationForMember in interface InstanceCleanupNotificationService
Throws:
RemoteException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.