com.moesol.bindings.platform_sdk.component_services
Class ComInProcGroups

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.ComInProcGroups

public class ComInProcGroups
extends Object

Manage COM in-process groups. Free threaded.


Method Summary
 Class getClass(GUID clsid, String class_name)
           
 ClassLoader getClassLoader(String group_name)
           
static ComInProcGroups instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ComInProcGroups instance()

getClass

public Class getClass(GUID clsid,
                      String class_name)
               throws ClassNotFoundException,
                      MalformedURLException,
                      BackingStoreException
Throws:
ClassNotFoundException
MalformedURLException
BackingStoreException

getClassLoader

public ClassLoader getClassLoader(String group_name)
                           throws MalformedURLException,
                                  BackingStoreException
Throws:
MalformedURLException
BackingStoreException


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.