This method of the ActiveXControlServices Interface 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.
public Object getClientSite();