|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.factories.AbstractObjectFactory.ObjectClassEntry
An object class entry represents the information about the several objects to be created by the factory.
| Field Summary | |
protected Constructor |
m_Constructor
the constructor to the object class. |
protected AbstractObjectFactory |
m_Factory
the object classes' factory. |
protected String |
m_ID
the object classes' id. |
protected Object |
m_Instance
the single instance, if it's a singleton. |
protected boolean |
m_IsSingleton
flag, if this object class should be treated as a singleton. |
protected Properties |
m_Properties
the properties for this object class. |
| Constructor Summary | |
protected |
AbstractObjectFactory.ObjectClassEntry(String id,
AbstractObjectFactory factory,
Constructor constructor,
Properties properties,
boolean singletonFlag)
create a new object class entry. |
| Method Summary | |
boolean |
equals(Object object)
equality operator. |
Object |
getObjectInstance()
get an instance of an object from this object class. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String m_ID
protected AbstractObjectFactory m_Factory
protected Constructor m_Constructor
protected Properties m_Properties
protected boolean m_IsSingleton
protected Object m_Instance
| Constructor Detail |
protected AbstractObjectFactory.ObjectClassEntry(String id,
AbstractObjectFactory factory,
Constructor constructor,
Properties properties,
boolean singletonFlag)
id - factory - constructor - properties - singletonFlag - | Method Detail |
public Object getObjectInstance()
throws WcmException
WcmException - Exception raised in failure situationpublic boolean equals(Object object)
object -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||