Class CloseConnectionObject
- java.lang.Object
-
- org.talend.sdk.component.api.service.connection.CloseConnectionObject
-
public abstract class CloseConnectionObject extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
connection
-
Constructor Summary
Constructors Constructor Description CloseConnectionObject()
-
-
-
Field Detail
-
connection
protected Object connection
-
-
Constructor Detail
-
CloseConnectionObject
public CloseConnectionObject()
-
-
Method Detail
-
close
public abstract boolean close() throws ComponentException
- Throws:
ComponentException
-
-