Packages
 In this topic

*Methods

 

Packages   PreviousThis Package
Package com.ms.activeX   Previous This
Package

 


Interface ActiveXControlServices

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

This interface represents a standard system service that is available for Java components hosted inside Microsoft® ActiveX® containers. 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®.

Methods

getClientSite

public Object getClientSite();

Retrieves the ActiveX client site object. This object might implement any number of standard ActiveX site interfaces, such as IOleClientSite or IOleInPlaceSite. The client site object can be used as a bridge between an ActiveX container and a Java component that it is hosting.

upnrm.gif