|
|
|||||||||||
Interface ActiveXControlServicespublic 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®. MethodsgetClientSitepublic Object getClientSite();
|