com.retek.commons.component
Class ComponentHelper

java.lang.Object
  extended bycom.retek.commons.component.ComponentHelper

public abstract class ComponentHelper
extends java.lang.Object


Method Summary
static DistributedObjectManager createManager(java.lang.Class mgrInterface)
          Deprecated. pass context on manager creation
static DistributedObjectManager createManager(DistributedContext context, java.lang.Class mgrInterface)
           
static java.lang.Class getImplClass(java.lang.Class businessInterface)
           
static java.lang.Class getRelatedClass(java.lang.Class businessInterface, java.lang.String subPackage, java.lang.String suffix)
           
static java.lang.Object newImplInstance(java.lang.Class businessInterface, java.lang.Class[] ctorSig, java.lang.Object[] ctorArgs)
           
static java.lang.Object newInstance(java.lang.Class theClass, java.lang.Class[] ctorSig, java.lang.Object[] ctorArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImplClass

public static java.lang.Class getImplClass(java.lang.Class businessInterface)
                                    throws ComponentStructureException
Throws:
ComponentStructureException

getRelatedClass

public static java.lang.Class getRelatedClass(java.lang.Class businessInterface,
                                              java.lang.String subPackage,
                                              java.lang.String suffix)
                                       throws ComponentStructureException
Throws:
ComponentStructureException

newInstance

public static java.lang.Object newInstance(java.lang.Class theClass,
                                           java.lang.Class[] ctorSig,
                                           java.lang.Object[] ctorArgs)
                                    throws SystemException,
                                           ComponentStructureException
Throws:
SystemException
ComponentStructureException

newImplInstance

public static java.lang.Object newImplInstance(java.lang.Class businessInterface,
                                               java.lang.Class[] ctorSig,
                                               java.lang.Object[] ctorArgs)
                                        throws SystemException,
                                               ComponentStructureException
Throws:
SystemException
ComponentStructureException

createManager

public static DistributedObjectManager createManager(DistributedContext context,
                                                     java.lang.Class mgrInterface)
                                              throws SystemException
Throws:
SystemException

createManager

public static DistributedObjectManager createManager(java.lang.Class mgrInterface)
                                              throws SystemException
Deprecated. pass context on manager creation

Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28