COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.common.spi
Interface ComponentListener

All Known Implementing Classes:
InboundDataContext

public interface ComponentListener


Field Summary
static int ABNORMAL_COMPLETION
           
static int NORMAL_COMPLETION
           
static int START_CAPTURE
           
static int STOP_CAPTURE
           
 
Method Summary
 void event(int id, java.lang.Object component)
           
 void event(int id, java.lang.Object component, java.lang.Object parm)
           
 void event(int id, java.lang.Object component, java.lang.Throwable t)
           
 

Field Detail

NORMAL_COMPLETION

static final int NORMAL_COMPLETION
See Also:
Constant Field Values

ABNORMAL_COMPLETION

static final int ABNORMAL_COMPLETION
See Also:
Constant Field Values

START_CAPTURE

static final int START_CAPTURE
See Also:
Constant Field Values

STOP_CAPTURE

static final int STOP_CAPTURE
See Also:
Constant Field Values
Method Detail

event

void event(int id,
           java.lang.Object component)

event

void event(int id,
           java.lang.Object component,
           java.lang.Object parm)

event

void event(int id,
           java.lang.Object component,
           java.lang.Throwable t)

COSMOS ${releaseVersion} data-collection Project
Public API Specification