Microsoft SDK for Java

ConnectionPointCookie Class

The ConnectionPointCookie Class of the com.ms.com package provides methods for creating and closing a connection between a source and a sink object.

public class ConnectionPointCookie
{
  // Constructors
  public ConnectionPointCookie(Object source, Object sink,
        Class connectionInterface);

  // Methods
  public native synchronized void disconnect();
  protected void finalize();
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.