com.retek.commons.component
Class ComponentHelper
java.lang.Object
com.retek.commons.component.ComponentHelper
- public abstract class ComponentHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25