Interface PublishEventMediatorConfigAdmin
-
- All Known Implementing Classes:
PublishEventMediatorConfigAdminStub
public interface PublishEventMediatorConfigAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
deleteEventSink(String name12)
Auto generated method signatureEventSink[]
getAllEventSinks()
Auto generated method signatureEventSink
getEventSinkFromName(String name27)
Auto generated method signaturevoid
startdeleteEventSink(String name12, PublishEventMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllEventSinks(PublishEventMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEventSinkFromName(String name27, PublishEventMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startupdateEventSink(String name16, String username17, String password18, String receiverUrl19, String authenticatorUrl20, PublishEventMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startwriteEventSink(String name31, String username32, String password33, String receiverUrl34, String authenticatorUrl35, PublishEventMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
updateEventSink(String name16, String username17, String password18, String receiverUrl19, String authenticatorUrl20)
Auto generated method signatureboolean
writeEventSink(String name31, String username32, String password33, String receiverUrl34, String authenticatorUrl35)
Auto generated method signature
-
-
-
Method Detail
-
deleteEventSink
boolean deleteEventSink(String name12) throws RemoteException, PublishEventMediatorConfigAdminEventSinkException
Auto generated method signature- Parameters:
deleteEventSink11
-- Throws:
PublishEventMediatorConfigAdminEventSinkException
- :RemoteException
-
startdeleteEventSink
void startdeleteEventSink(String name12, PublishEventMediatorConfigAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteEventSink11
-- Throws:
RemoteException
-
updateEventSink
boolean updateEventSink(String name16, String username17, String password18, String receiverUrl19, String authenticatorUrl20) throws RemoteException, PublishEventMediatorConfigAdminEventSinkException
Auto generated method signature- Parameters:
updateEventSink15
-- Throws:
PublishEventMediatorConfigAdminEventSinkException
- :RemoteException
-
startupdateEventSink
void startupdateEventSink(String name16, String username17, String password18, String receiverUrl19, String authenticatorUrl20, PublishEventMediatorConfigAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
updateEventSink15
-- Throws:
RemoteException
-
getAllEventSinks
EventSink[] getAllEventSinks() throws RemoteException
Auto generated method signature- Parameters:
getAllEventSinks23
-- Throws:
RemoteException
-
startgetAllEventSinks
void startgetAllEventSinks(PublishEventMediatorConfigAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllEventSinks23
-- Throws:
RemoteException
-
getEventSinkFromName
EventSink getEventSinkFromName(String name27) throws RemoteException, PublishEventMediatorConfigAdminEventSinkException
Auto generated method signature- Parameters:
getEventSinkFromName26
-- Throws:
PublishEventMediatorConfigAdminEventSinkException
- :RemoteException
-
startgetEventSinkFromName
void startgetEventSinkFromName(String name27, PublishEventMediatorConfigAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getEventSinkFromName26
-- Throws:
RemoteException
-
writeEventSink
boolean writeEventSink(String name31, String username32, String password33, String receiverUrl34, String authenticatorUrl35) throws RemoteException, PublishEventMediatorConfigAdminEventSinkException
Auto generated method signature- Parameters:
writeEventSink30
-- Throws:
PublishEventMediatorConfigAdminEventSinkException
- :RemoteException
-
startwriteEventSink
void startwriteEventSink(String name31, String username32, String password33, String receiverUrl34, String authenticatorUrl35, PublishEventMediatorConfigAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
writeEventSink30
-- Throws:
RemoteException
-
-