this.port = port;
this.checkalive = checkalive;
bundleContext = FrameworkUtil.getBundle(this.getClass()).getBundleContext();
try {
connection = new LgTvInteractor(ip, port, localport, xmldf);
connection.setpairkey(pkey);
} catch (InterruptedException e) {
logger.error("cannot create Interactor", e);
}