Interface EventingAdminService
-
- All Known Implementing Classes:
EventingAdminServiceStub
public interface EventingAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getExpiredSubscriptions(String serviceName5)Auto generated method signatureSubscriptionDTOgetSubscriptionDetails(String serviceName9, String subscriberId10)Auto generated method signatureString[]getValidSubscriptions(String serviceName14)Auto generated method signaturevoidstartgetExpiredSubscriptions(String serviceName5, EventingAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSubscriptionDetails(String serviceName9, String subscriberId10, EventingAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetValidSubscriptions(String serviceName14, EventingAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getExpiredSubscriptions
String[] getExpiredSubscriptions(String serviceName5) throws RemoteException
Auto generated method signature- Parameters:
getExpiredSubscriptions4-- Throws:
RemoteException
-
startgetExpiredSubscriptions
void startgetExpiredSubscriptions(String serviceName5, EventingAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getExpiredSubscriptions4-- Throws:
RemoteException
-
getSubscriptionDetails
SubscriptionDTO getSubscriptionDetails(String serviceName9, String subscriberId10) throws RemoteException
Auto generated method signature- Parameters:
getSubscriptionDetails8-- Throws:
RemoteException
-
startgetSubscriptionDetails
void startgetSubscriptionDetails(String serviceName9, String subscriberId10, EventingAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSubscriptionDetails8-- Throws:
RemoteException
-
getValidSubscriptions
String[] getValidSubscriptions(String serviceName14) throws RemoteException
Auto generated method signature- Parameters:
getValidSubscriptions13-- Throws:
RemoteException
-
startgetValidSubscriptions
void startgetValidSubscriptions(String serviceName14, EventingAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getValidSubscriptions13-- Throws:
RemoteException
-
-