Interface EventSourceAdminService
-
- All Known Implementing Classes:
EventSourceAdminServiceStub
public interface EventSourceAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addEventSource(EventSourceDTO eventsource10)
Auto generated method signature for Asynchronous InvocationsEventSourceDTO
getEventSource(String eventSourceName6)
Auto generated method signatureEventSourceDTO[]
getEventSources()
Auto generated method signaturevoid
removeEventSource(String eventsourceName4)
Auto generated method signature for Asynchronous Invocationsvoid
saveEventSource(EventSourceDTO eventsource15)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEventSource(String eventSourceName6, EventSourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEventSources(EventSourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
removeEventSource
void removeEventSource(String eventsourceName4) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getEventSource
EventSourceDTO getEventSource(String eventSourceName6) throws RemoteException
Auto generated method signature- Parameters:
getEventSource5
-- Throws:
RemoteException
-
startgetEventSource
void startgetEventSource(String eventSourceName6, EventSourceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEventSource5
-- Throws:
RemoteException
-
addEventSource
void addEventSource(EventSourceDTO eventsource10) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getEventSources
EventSourceDTO[] getEventSources() throws RemoteException
Auto generated method signature- Throws:
RemoteException
-
startgetEventSources
void startgetEventSources(EventSourceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
saveEventSource
void saveEventSource(EventSourceDTO eventsource15) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-