Microsoft SDK for Java

ActiveXControlServices Interface

The ActiveXControlServices Interface of the com.ms.ActiveX package represents a standard system service that is available for Java components hosted inside Microsoft® ActiveX® containers.

public interface ActiveXControlServices
{
  // Methods
  public Object getClientSite();
}

The ActiveXControlServices system service can be obtained by using the queryService method of the com.ms.object.IServiceObjectProvider interface to query a site object.

A Java component must implement the com.ms.object.ISiteable interface to obtain an object that implements the com.ms.object.ISite interface. This site object can be queried for the ActiveXControlServices service when the Java component is hosted from an ActiveX container, such as Microsoft® Visual Basic®.

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