|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.server.ConnectorMode
public class ConnectorMode
This class represents the mode of a Connector, giving it information how to operate.
| Constructor Summary | |
|---|---|
ConnectorMode(int mode)
Constructor. |
|
ConnectorMode(String type)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getMode()
Returns the connector mode. |
String |
toString()
Returns a String representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorMode(String type)
type - the type of the connector modepublic ConnectorMode(int mode)
mode - a connector mode| Method Detail |
|---|
public int getMode()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||