* Return the Connection object being used by this Proxy.
*
* @return the Connection object. This object may be used to subscribe to events on a finer-grained basis.
*/
public Connection getConnection() {
return new Connection(getConnection(jsObj));
}