Esempio n. 1
0
  /**
   * Sets the plugin context - return <code>false</code> if the connection is not an instance of
   * <code>SeekJinConnection</code>.
   */
  public boolean setContext(PluginContext context) {
    if (!(context.getConnection() instanceof SeekConnection)) return false;

    return super.setContext(context);
  }