public abstract class InputConnector extends Connector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Constructor and Description |
---|
InputConnector(ConnectorFactory connectorFactory,
java.lang.String name,
java.util.Properties properties)
Constructor that must be used to create InputConnector objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isStarted()
isStarted reports the running state of the connector.
|
void |
start()
Start is called when the node using the connector is ready to start receiving data.
|
void |
stop()
stop is called when the integration node using the connector no longer wants to receive data.
|
deccrementStatValue, decrementStatValue, getConnectorFactory, getName, getProperties, incrementStatValue, incrementStatValue, initialize, terminate, writeActivityLog, writeActivityLog
public static final java.lang.String copyright
public InputConnector(ConnectorFactory connectorFactory, java.lang.String name, java.util.Properties properties) throws com.ibm.broker.plugin.MbException
name
- the name given to the connector based on the flow and node nameproperties
- the node properties used to construct this connectorconnectorFactory
- the connection factory constructing this connectorsecurityIdentity
- the securityIdentity used by this connector to retrieve authentication credentialscom.ibm.broker.plugin.MbException
public void start() throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException
public void stop() throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException
public final boolean isStarted() throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException