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

JBRMSFeature.ComponentInfo (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client
Class JBRMSFeature.ComponentInfo

java.lang.Object
  extended by org.drools.brms.client.JBRMSFeature.ComponentInfo
Enclosing class:
JBRMSFeature

public abstract static class JBRMSFeature.ComponentInfo
extends Object

Encapsulated information about a JBRMS Feature. Each component is expected to have a static init() method that will be called by the layout on startup.


Constructor Summary
JBRMSFeature.ComponentInfo(String name, String desc)
           
 
Method Summary
abstract  JBRMSFeature createInstance()
           
 String getDescription()
           
 JBRMSFeature getInstance()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBRMSFeature.ComponentInfo

public JBRMSFeature.ComponentInfo(String name,
                                  String desc)
Method Detail

createInstance

public abstract JBRMSFeature createInstance()

getDescription

public String getDescription()

getInstance

public final JBRMSFeature getInstance()

getName

public String getName()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.