public class ConnectorEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE |
static String |
BUNDLE_ID |
static String |
BUNDLE_SYMBOLICNAME |
static String |
BUNDLE_VERSION |
static String |
CONNECTOR_BUNDLE_NAME |
static String |
CONNECTOR_NAME |
static String |
CONNECTOR_REGISTERED |
static String |
CONNECTOR_UNREGISTERING |
static String |
CONNECTOR_VERSION |
source
Constructor and Description |
---|
ConnectorEvent(ConnectorEvent source)
Copy Constructor.
|
ConnectorEvent(String topic,
ConnectorKey source)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getProperties() |
String |
getTopic() |
getSource, toString
public static final String CONNECTOR_REGISTERED
public static final String CONNECTOR_UNREGISTERING
public static final String BUNDLE_SYMBOLICNAME
public static final String BUNDLE_ID
public static final String BUNDLE
public static final String BUNDLE_VERSION
public static final String CONNECTOR_BUNDLE_NAME
public static final String CONNECTOR_VERSION
public static final String CONNECTOR_NAME
public ConnectorEvent(String topic, ConnectorKey source)
source
- The object on which the Event initially occurred.IllegalArgumentException
- if source is null.public ConnectorEvent(ConnectorEvent source)
source
- Copyright © 2022. All rights reserved.