com.ibm.premises.reusable.disaggregation
Interface DisaggregationService

All Superinterfaces:
java.rmi.Remote

public interface DisaggregationService
extends java.rmi.Remote

ServiceEndpoint interface for Enterprise Bean: Disaggregation


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void addToDisaggregation(java.lang.String profileId, java.lang.String event_xml)
           
 void disaggregate(java.lang.String event_xml)
           
 void start(java.lang.String profileId, java.lang.String parentTag, java.lang.String parentTagType, java.lang.String parentTagFilter)
           
 void stop(java.lang.String profileId)
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

disaggregate

void disaggregate(java.lang.String event_xml)
                  throws ReusableComponentException
Parameters:
event_xml -
Throws:
ReusableComponentException

start

void start(java.lang.String profileId,
           java.lang.String parentTag,
           java.lang.String parentTagType,
           java.lang.String parentTagFilter)
           throws ReusableComponentException
Parameters:
profileId -
parentTag -
parentTagType -
parentTagFilter -
Throws:
ReusableComponentException

addToDisaggregation

void addToDisaggregation(java.lang.String profileId,
                         java.lang.String event_xml)
                         throws ReusableComponentException
Parameters:
profileId -
event_xml -
Throws:
ReusableComponentException

stop

void stop(java.lang.String profileId)
          throws ReusableComponentException
Parameters:
profileId -
Throws:
ReusableComponentException


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.