|
||||||||||
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(java.lang.String type)
Constructor. |
Method Summary | |
---|---|
int |
getMode()
Returns the connector mode. |
java.lang.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(java.lang.String type)
type
- the type of the connector modepublic ConnectorMode(int mode)
mode
- a connector modeMethod Detail |
---|
public int getMode()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |