org.wso2.carbon.event.builder.stub
Interface EventBuilderAdminService

All Known Implementing Classes:
EventBuilderAdminServiceStub

public interface EventBuilderAdminService


Method Summary
 void deployDefaultEventReceiver(String streamId96)
          Auto generated method signature
 void deployEventBuilderConfiguration(String eventBuilderConfigXml113)
          Auto generated method signature
 void deployJsonEventBuilderConfiguration(String eventBuilderName76, String streamNameWithVersion77, String eventAdaptorName78, String eventAdaptorType79, EventInputPropertyConfigurationDto[] jsonPathExpressions80, PropertyDto[] inputPropertyConfiguration81, boolean mappingEnabled82)
          Auto generated method signature
 void deployMapEventBuilderConfiguration(String eventBuilderName116, String streamNameWithVersion117, String eventAdaptorName118, String eventAdaptorType119, EventInputPropertyConfigurationDto[] mappingProperties120, PropertyDto[] inputPropertyConfiguration121, boolean mappingEnabled122)
          Auto generated method signature
 void deployTextEventBuilderConfiguration(String eventBuilderName129, String streamNameWithVersion130, String eventAdaptorName131, String eventAdaptorType132, EventInputPropertyConfigurationDto[] textMappingAttributes133, PropertyDto[] inputPropertyConfiguration134, boolean mappingEnabled135)
          Auto generated method signature
 void deployWso2EventBuilderConfiguration(String eventBuilderName146, String streamNameWithVersion147, String eventAdaptorName148, String eventAdaptorType149, EventInputPropertyConfigurationDto[] metaData150, EventInputPropertyConfigurationDto[] correlationData151, EventInputPropertyConfigurationDto[] payloadData152, PropertyDto[] inputPropertyConfiguration153, boolean mappingEnabled154)
          Auto generated method signature
 void deployXmlEventBuilderConfiguration(String eventBuilderName99, String streamNameWithVersion100, String eventAdaptorName101, String eventAdaptorType102, EventInputPropertyConfigurationDto[] xpathExpressions103, PropertyDto[] inputPropertyConfiguration104, PropertyDto[] xpathDefinitions105, String parentSelectorXpath106, boolean mappingEnabled107)
          Auto generated method signature
 void editActiveEventBuilderConfiguration(String originalEventBuilderName61, String eventBuilderConfigXml62)
          Auto generated method signature
 void editInactiveEventBuilderConfiguration(String filename138, String eventBuilderConfigXml139)
          Auto generated method signature
 EventBuilderConfigurationDto getActiveEventBuilderConfiguration(String eventBuilderName72)
          Auto generated method signature
 String getActiveEventBuilderConfigurationContent(String eventBuilderName125)
          Auto generated method signature
 EventBuilderConfigurationInfoDto[] getAllActiveEventBuilderConfigurations()
          Auto generated method signature
 EventBuilderConfigurationFileDto[] getAllInactiveEventBuilderConfigurations()
          Auto generated method signature
 EventBuilderConfigurationDto[] getAllStreamSpecificActiveEventBuilderConfiguration(String streamId142)
          Auto generated method signature
 EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties(String inputEventAdaptorName88)
          Auto generated method signature
 String getInactiveEventBuilderConfigurationContent(String filename92)
          Auto generated method signature
 void setStatisticsEnabled(String eventBuilderName65, boolean statisticsEnabled66)
          Auto generated method signature
 void setTraceEnabled(String eventBuilderName54, boolean traceEnabled55)
          Auto generated method signature
 void startdeployDefaultEventReceiver(String streamId96, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeployEventBuilderConfiguration(String eventBuilderConfigXml113, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeployJsonEventBuilderConfiguration(String eventBuilderName76, String streamNameWithVersion77, String eventAdaptorName78, String eventAdaptorType79, EventInputPropertyConfigurationDto[] jsonPathExpressions80, PropertyDto[] inputPropertyConfiguration81, boolean mappingEnabled82, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeployMapEventBuilderConfiguration(String eventBuilderName116, String streamNameWithVersion117, String eventAdaptorName118, String eventAdaptorType119, EventInputPropertyConfigurationDto[] mappingProperties120, PropertyDto[] inputPropertyConfiguration121, boolean mappingEnabled122, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeployTextEventBuilderConfiguration(String eventBuilderName129, String streamNameWithVersion130, String eventAdaptorName131, String eventAdaptorType132, EventInputPropertyConfigurationDto[] textMappingAttributes133, PropertyDto[] inputPropertyConfiguration134, boolean mappingEnabled135, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeployWso2EventBuilderConfiguration(String eventBuilderName146, String streamNameWithVersion147, String eventAdaptorName148, String eventAdaptorType149, EventInputPropertyConfigurationDto[] metaData150, EventInputPropertyConfigurationDto[] correlationData151, EventInputPropertyConfigurationDto[] payloadData152, PropertyDto[] inputPropertyConfiguration153, boolean mappingEnabled154, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeployXmlEventBuilderConfiguration(String eventBuilderName99, String streamNameWithVersion100, String eventAdaptorName101, String eventAdaptorType102, EventInputPropertyConfigurationDto[] xpathExpressions103, PropertyDto[] inputPropertyConfiguration104, PropertyDto[] xpathDefinitions105, String parentSelectorXpath106, boolean mappingEnabled107, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void starteditActiveEventBuilderConfiguration(String originalEventBuilderName61, String eventBuilderConfigXml62, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void starteditInactiveEventBuilderConfiguration(String filename138, String eventBuilderConfigXml139, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetActiveEventBuilderConfiguration(String eventBuilderName72, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetActiveEventBuilderConfigurationContent(String eventBuilderName125, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetAllActiveEventBuilderConfigurations(EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetAllInactiveEventBuilderConfigurations(EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetAllStreamSpecificActiveEventBuilderConfiguration(String streamId142, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetEventBuilderMessageProperties(String inputEventAdaptorName88, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetInactiveEventBuilderConfigurationContent(String filename92, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startsetStatisticsEnabled(String eventBuilderName65, boolean statisticsEnabled66, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startsetTraceEnabled(String eventBuilderName54, boolean traceEnabled55, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startundeployActiveEventBuilderConfiguration(String eventBuilderName110, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startundeployInactiveEventBuilderConfiguration(String filename58, EventBuilderAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void undeployActiveEventBuilderConfiguration(String eventBuilderName110)
          Auto generated method signature
 void undeployInactiveEventBuilderConfiguration(String filename58)
          Auto generated method signature
 

Method Detail

setTraceEnabled

void setTraceEnabled(String eventBuilderName54,
                     boolean traceEnabled55)
                     throws RemoteException
Auto generated method signature

Parameters:
setTraceEnabled53 -
Throws:
RemoteException

startsetTraceEnabled

void startsetTraceEnabled(String eventBuilderName54,
                          boolean traceEnabled55,
                          EventBuilderAdminServiceCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
setTraceEnabled53 -
Throws:
RemoteException

undeployInactiveEventBuilderConfiguration

void undeployInactiveEventBuilderConfiguration(String filename58)
                                               throws RemoteException
Auto generated method signature

Parameters:
undeployInactiveEventBuilderConfiguration57 -
Throws:
RemoteException

startundeployInactiveEventBuilderConfiguration

void startundeployInactiveEventBuilderConfiguration(String filename58,
                                                    EventBuilderAdminServiceCallbackHandler callback)
                                                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
undeployInactiveEventBuilderConfiguration57 -
Throws:
RemoteException

editActiveEventBuilderConfiguration

void editActiveEventBuilderConfiguration(String originalEventBuilderName61,
                                         String eventBuilderConfigXml62)
                                         throws RemoteException
Auto generated method signature

Parameters:
editActiveEventBuilderConfiguration60 -
Throws:
RemoteException

starteditActiveEventBuilderConfiguration

void starteditActiveEventBuilderConfiguration(String originalEventBuilderName61,
                                              String eventBuilderConfigXml62,
                                              EventBuilderAdminServiceCallbackHandler callback)
                                              throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
editActiveEventBuilderConfiguration60 -
Throws:
RemoteException

setStatisticsEnabled

void setStatisticsEnabled(String eventBuilderName65,
                          boolean statisticsEnabled66)
                          throws RemoteException
Auto generated method signature

Parameters:
setStatisticsEnabled64 -
Throws:
RemoteException

startsetStatisticsEnabled

void startsetStatisticsEnabled(String eventBuilderName65,
                               boolean statisticsEnabled66,
                               EventBuilderAdminServiceCallbackHandler callback)
                               throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
setStatisticsEnabled64 -
Throws:
RemoteException

getAllInactiveEventBuilderConfigurations

EventBuilderConfigurationFileDto[] getAllInactiveEventBuilderConfigurations()
                                                                            throws RemoteException
Auto generated method signature

Parameters:
getAllInactiveEventBuilderConfigurations68 -
Throws:
RemoteException

startgetAllInactiveEventBuilderConfigurations

void startgetAllInactiveEventBuilderConfigurations(EventBuilderAdminServiceCallbackHandler callback)
                                                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getAllInactiveEventBuilderConfigurations68 -
Throws:
RemoteException

getActiveEventBuilderConfiguration

EventBuilderConfigurationDto getActiveEventBuilderConfiguration(String eventBuilderName72)
                                                                throws RemoteException
Auto generated method signature

Parameters:
getActiveEventBuilderConfiguration71 -
Throws:
RemoteException

startgetActiveEventBuilderConfiguration

void startgetActiveEventBuilderConfiguration(String eventBuilderName72,
                                             EventBuilderAdminServiceCallbackHandler callback)
                                             throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getActiveEventBuilderConfiguration71 -
Throws:
RemoteException

deployJsonEventBuilderConfiguration

void deployJsonEventBuilderConfiguration(String eventBuilderName76,
                                         String streamNameWithVersion77,
                                         String eventAdaptorName78,
                                         String eventAdaptorType79,
                                         EventInputPropertyConfigurationDto[] jsonPathExpressions80,
                                         PropertyDto[] inputPropertyConfiguration81,
                                         boolean mappingEnabled82)
                                         throws RemoteException
Auto generated method signature

Parameters:
deployJsonEventBuilderConfiguration75 -
Throws:
RemoteException

startdeployJsonEventBuilderConfiguration

void startdeployJsonEventBuilderConfiguration(String eventBuilderName76,
                                              String streamNameWithVersion77,
                                              String eventAdaptorName78,
                                              String eventAdaptorType79,
                                              EventInputPropertyConfigurationDto[] jsonPathExpressions80,
                                              PropertyDto[] inputPropertyConfiguration81,
                                              boolean mappingEnabled82,
                                              EventBuilderAdminServiceCallbackHandler callback)
                                              throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployJsonEventBuilderConfiguration75 -
Throws:
RemoteException

getAllActiveEventBuilderConfigurations

EventBuilderConfigurationInfoDto[] getAllActiveEventBuilderConfigurations()
                                                                          throws RemoteException
Auto generated method signature

Parameters:
getAllActiveEventBuilderConfigurations84 -
Throws:
RemoteException

startgetAllActiveEventBuilderConfigurations

void startgetAllActiveEventBuilderConfigurations(EventBuilderAdminServiceCallbackHandler callback)
                                                 throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getAllActiveEventBuilderConfigurations84 -
Throws:
RemoteException

getEventBuilderMessageProperties

EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties(String inputEventAdaptorName88)
                                                                  throws RemoteException
Auto generated method signature

Parameters:
getEventBuilderMessageProperties87 -
Throws:
RemoteException

startgetEventBuilderMessageProperties

void startgetEventBuilderMessageProperties(String inputEventAdaptorName88,
                                           EventBuilderAdminServiceCallbackHandler callback)
                                           throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getEventBuilderMessageProperties87 -
Throws:
RemoteException

getInactiveEventBuilderConfigurationContent

String getInactiveEventBuilderConfigurationContent(String filename92)
                                                   throws RemoteException
Auto generated method signature

Parameters:
getInactiveEventBuilderConfigurationContent91 -
Throws:
RemoteException

startgetInactiveEventBuilderConfigurationContent

void startgetInactiveEventBuilderConfigurationContent(String filename92,
                                                      EventBuilderAdminServiceCallbackHandler callback)
                                                      throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getInactiveEventBuilderConfigurationContent91 -
Throws:
RemoteException

deployDefaultEventReceiver

void deployDefaultEventReceiver(String streamId96)
                                throws RemoteException
Auto generated method signature

Parameters:
deployDefaultEventReceiver95 -
Throws:
RemoteException

startdeployDefaultEventReceiver

void startdeployDefaultEventReceiver(String streamId96,
                                     EventBuilderAdminServiceCallbackHandler callback)
                                     throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployDefaultEventReceiver95 -
Throws:
RemoteException

deployXmlEventBuilderConfiguration

void deployXmlEventBuilderConfiguration(String eventBuilderName99,
                                        String streamNameWithVersion100,
                                        String eventAdaptorName101,
                                        String eventAdaptorType102,
                                        EventInputPropertyConfigurationDto[] xpathExpressions103,
                                        PropertyDto[] inputPropertyConfiguration104,
                                        PropertyDto[] xpathDefinitions105,
                                        String parentSelectorXpath106,
                                        boolean mappingEnabled107)
                                        throws RemoteException
Auto generated method signature

Parameters:
deployXmlEventBuilderConfiguration98 -
Throws:
RemoteException

startdeployXmlEventBuilderConfiguration

void startdeployXmlEventBuilderConfiguration(String eventBuilderName99,
                                             String streamNameWithVersion100,
                                             String eventAdaptorName101,
                                             String eventAdaptorType102,
                                             EventInputPropertyConfigurationDto[] xpathExpressions103,
                                             PropertyDto[] inputPropertyConfiguration104,
                                             PropertyDto[] xpathDefinitions105,
                                             String parentSelectorXpath106,
                                             boolean mappingEnabled107,
                                             EventBuilderAdminServiceCallbackHandler callback)
                                             throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployXmlEventBuilderConfiguration98 -
Throws:
RemoteException

undeployActiveEventBuilderConfiguration

void undeployActiveEventBuilderConfiguration(String eventBuilderName110)
                                             throws RemoteException
Auto generated method signature

Parameters:
undeployActiveEventBuilderConfiguration109 -
Throws:
RemoteException

startundeployActiveEventBuilderConfiguration

void startundeployActiveEventBuilderConfiguration(String eventBuilderName110,
                                                  EventBuilderAdminServiceCallbackHandler callback)
                                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
undeployActiveEventBuilderConfiguration109 -
Throws:
RemoteException

deployEventBuilderConfiguration

void deployEventBuilderConfiguration(String eventBuilderConfigXml113)
                                     throws RemoteException
Auto generated method signature

Parameters:
deployEventBuilderConfiguration112 -
Throws:
RemoteException

startdeployEventBuilderConfiguration

void startdeployEventBuilderConfiguration(String eventBuilderConfigXml113,
                                          EventBuilderAdminServiceCallbackHandler callback)
                                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployEventBuilderConfiguration112 -
Throws:
RemoteException

deployMapEventBuilderConfiguration

void deployMapEventBuilderConfiguration(String eventBuilderName116,
                                        String streamNameWithVersion117,
                                        String eventAdaptorName118,
                                        String eventAdaptorType119,
                                        EventInputPropertyConfigurationDto[] mappingProperties120,
                                        PropertyDto[] inputPropertyConfiguration121,
                                        boolean mappingEnabled122)
                                        throws RemoteException
Auto generated method signature

Parameters:
deployMapEventBuilderConfiguration115 -
Throws:
RemoteException

startdeployMapEventBuilderConfiguration

void startdeployMapEventBuilderConfiguration(String eventBuilderName116,
                                             String streamNameWithVersion117,
                                             String eventAdaptorName118,
                                             String eventAdaptorType119,
                                             EventInputPropertyConfigurationDto[] mappingProperties120,
                                             PropertyDto[] inputPropertyConfiguration121,
                                             boolean mappingEnabled122,
                                             EventBuilderAdminServiceCallbackHandler callback)
                                             throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployMapEventBuilderConfiguration115 -
Throws:
RemoteException

getActiveEventBuilderConfigurationContent

String getActiveEventBuilderConfigurationContent(String eventBuilderName125)
                                                 throws RemoteException
Auto generated method signature

Parameters:
getActiveEventBuilderConfigurationContent124 -
Throws:
RemoteException

startgetActiveEventBuilderConfigurationContent

void startgetActiveEventBuilderConfigurationContent(String eventBuilderName125,
                                                    EventBuilderAdminServiceCallbackHandler callback)
                                                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getActiveEventBuilderConfigurationContent124 -
Throws:
RemoteException

deployTextEventBuilderConfiguration

void deployTextEventBuilderConfiguration(String eventBuilderName129,
                                         String streamNameWithVersion130,
                                         String eventAdaptorName131,
                                         String eventAdaptorType132,
                                         EventInputPropertyConfigurationDto[] textMappingAttributes133,
                                         PropertyDto[] inputPropertyConfiguration134,
                                         boolean mappingEnabled135)
                                         throws RemoteException
Auto generated method signature

Parameters:
deployTextEventBuilderConfiguration128 -
Throws:
RemoteException

startdeployTextEventBuilderConfiguration

void startdeployTextEventBuilderConfiguration(String eventBuilderName129,
                                              String streamNameWithVersion130,
                                              String eventAdaptorName131,
                                              String eventAdaptorType132,
                                              EventInputPropertyConfigurationDto[] textMappingAttributes133,
                                              PropertyDto[] inputPropertyConfiguration134,
                                              boolean mappingEnabled135,
                                              EventBuilderAdminServiceCallbackHandler callback)
                                              throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployTextEventBuilderConfiguration128 -
Throws:
RemoteException

editInactiveEventBuilderConfiguration

void editInactiveEventBuilderConfiguration(String filename138,
                                           String eventBuilderConfigXml139)
                                           throws RemoteException
Auto generated method signature

Parameters:
editInactiveEventBuilderConfiguration137 -
Throws:
RemoteException

starteditInactiveEventBuilderConfiguration

void starteditInactiveEventBuilderConfiguration(String filename138,
                                                String eventBuilderConfigXml139,
                                                EventBuilderAdminServiceCallbackHandler callback)
                                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
editInactiveEventBuilderConfiguration137 -
Throws:
RemoteException

getAllStreamSpecificActiveEventBuilderConfiguration

EventBuilderConfigurationDto[] getAllStreamSpecificActiveEventBuilderConfiguration(String streamId142)
                                                                                   throws RemoteException
Auto generated method signature

Parameters:
getAllStreamSpecificActiveEventBuilderConfiguration141 -
Throws:
RemoteException

startgetAllStreamSpecificActiveEventBuilderConfiguration

void startgetAllStreamSpecificActiveEventBuilderConfiguration(String streamId142,
                                                              EventBuilderAdminServiceCallbackHandler callback)
                                                              throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getAllStreamSpecificActiveEventBuilderConfiguration141 -
Throws:
RemoteException

deployWso2EventBuilderConfiguration

void deployWso2EventBuilderConfiguration(String eventBuilderName146,
                                         String streamNameWithVersion147,
                                         String eventAdaptorName148,
                                         String eventAdaptorType149,
                                         EventInputPropertyConfigurationDto[] metaData150,
                                         EventInputPropertyConfigurationDto[] correlationData151,
                                         EventInputPropertyConfigurationDto[] payloadData152,
                                         PropertyDto[] inputPropertyConfiguration153,
                                         boolean mappingEnabled154)
                                         throws RemoteException
Auto generated method signature

Parameters:
deployWso2EventBuilderConfiguration145 -
Throws:
RemoteException

startdeployWso2EventBuilderConfiguration

void startdeployWso2EventBuilderConfiguration(String eventBuilderName146,
                                              String streamNameWithVersion147,
                                              String eventAdaptorName148,
                                              String eventAdaptorType149,
                                              EventInputPropertyConfigurationDto[] metaData150,
                                              EventInputPropertyConfigurationDto[] correlationData151,
                                              EventInputPropertyConfigurationDto[] payloadData152,
                                              PropertyDto[] inputPropertyConfiguration153,
                                              boolean mappingEnabled154,
                                              EventBuilderAdminServiceCallbackHandler callback)
                                              throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deployWso2EventBuilderConfiguration145 -
Throws:
RemoteException


Copyright © 2015 WSO2. All rights reserved.