站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

ConstructorInstantiator (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.instantiation
Class ConstructorInstantiator

java.lang.Object
  extended byorg.jbpm.instantiation.ConstructorInstantiator
All Implemented Interfaces:
Instantiator

public class ConstructorInstantiator
extends java.lang.Object
implements Instantiator


Constructor Summary
ConstructorInstantiator()
           
 
Method Summary
 java.lang.Object instantiate(java.lang.Class clazz, java.lang.String configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInstantiator

public ConstructorInstantiator()
Method Detail

instantiate

public java.lang.Object instantiate(java.lang.Class clazz,
                                    java.lang.String configuration)
Specified by:
instantiate in interface Instantiator


Version : jbpm-3.0.4