public class CentraSiteConnectionHandler
extends com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
implements com.softwareag.cis.plugin.extpt.ConnectionHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
CentraSiteConnectionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
connect(com.softwareag.cst.util.security.Credentials c,
com.softwareag.cis.plugin.adapter.util.CommonAdapter ca) |
void |
disconnect(com.softwareag.cis.plugin.adapter.util.CommonAdapter ba) |
static com.centrasite.control.Connector |
getConnector(com.softwareag.cis.server.Adapter adapter)
Obtain Connector for session where given adapter has been created in
|
void |
init(com.softwareag.cis.plugin.adapter.util.CommonAdapter ca)
Initialize ConnectionHandler at very startup
|
boolean |
isConnected() |
void |
notifyConnected(com.softwareag.cis.plugin.adapter.util.CommonAdapter ca) |
void |
prepareDisconnect(com.softwareag.cis.plugin.adapter.util.CommonAdapter ba) |
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
public static final java.lang.String rcs_id
public void init(com.softwareag.cis.plugin.adapter.util.CommonAdapter ca)
init
in interface com.softwareag.cis.plugin.extpt.ConnectionHandler
ca
- the adapter being activepublic void connect(com.softwareag.cst.util.security.Credentials c, com.softwareag.cis.plugin.adapter.util.CommonAdapter ca) throws java.lang.Exception
connect
in interface com.softwareag.cis.plugin.extpt.ConnectionHandler
java.lang.Exception
public void notifyConnected(com.softwareag.cis.plugin.adapter.util.CommonAdapter ca)
notifyConnected
in interface com.softwareag.cis.plugin.extpt.ConnectionHandler
public boolean isConnected()
isConnected
in interface com.softwareag.cis.plugin.extpt.ConnectionHandler
public void prepareDisconnect(com.softwareag.cis.plugin.adapter.util.CommonAdapter ba) throws java.lang.Exception
prepareDisconnect
in interface com.softwareag.cis.plugin.extpt.ConnectionHandler
java.lang.Exception
public void disconnect(com.softwareag.cis.plugin.adapter.util.CommonAdapter ba)
disconnect
in interface com.softwareag.cis.plugin.extpt.ConnectionHandler
public static com.centrasite.control.Connector getConnector(com.softwareag.cis.server.Adapter adapter)
adapter
-