org.jbpm.configuration
Interface ObjectInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractObjectInfo, BeanInfo, BooleanInfo, CharacterInfo, DoubleInfo, FloatInfo, IntegerInfo, JbpmContextInfo, JbpmTypeObjectInfo, ListInfo, LongInfo, MapInfo, NullInfo, RefInfo, SetInfo, StringInfo, ValueInfo

public interface ObjectInfo
extends Serializable


Method Summary
 Object createObject(ObjectFactoryImpl objectFactory)
           
 String getName()
           
 boolean hasName()
           
 boolean isSingleton()
           
 

Method Detail

hasName

boolean hasName()

getName

String getName()

isSingleton

boolean isSingleton()

createObject

Object createObject(ObjectFactoryImpl objectFactory)


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