Package com.ibm.di.server
Class ConnectorMode
- java.lang.Object
-
- com.ibm.di.server.ConnectorMode
-
public class ConnectorMode extends java.lang.Object
This class represents the mode of a Connector, giving it information how to operate.
-
-
Constructor Summary
Constructors Constructor Description ConnectorMode(int mode)
Constructor.ConnectorMode(java.lang.String type)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMode()
Returns the connector mode.java.lang.String
toString()
Returns a String representation of the object.
-