org.jbpm.configuration
Interface ObjectFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
ObjectFactoryImpl

public interface ObjectFactory
extends Serializable


Method Summary
 Object createObject(String name)
           
 boolean hasObject(String name)
           
 

Method Detail

createObject

Object createObject(String name)

hasObject

boolean hasObject(String name)


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.