|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.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 java.lang.reflect.Constructor |
m_Constructor
the constructor to the object class. |
protected AbstractObjectFactory |
m_Factory
the object classes' factory. |
protected java.lang.String |
m_ID
the object classes' id. |
protected java.lang.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 java.util.Properties |
m_Properties
the properties for this object class. |
| Constructor Summary | |
protected |
AbstractObjectFactory.ObjectClassEntry(java.lang.String id,
AbstractObjectFactory factory,
java.lang.reflect.Constructor constructor,
java.util.Properties properties,
boolean singletonFlag)
create a new object class entry. |
| Method Summary | |
boolean |
equals(java.lang.Object object)
equality operator. |
java.lang.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 java.lang.String m_ID
protected AbstractObjectFactory m_Factory
protected java.lang.reflect.Constructor m_Constructor
protected java.util.Properties m_Properties
protected boolean m_IsSingleton
protected java.lang.Object m_Instance
| Constructor Detail |
protected AbstractObjectFactory.ObjectClassEntry(java.lang.String id,
AbstractObjectFactory factory,
java.lang.reflect.Constructor constructor,
java.util.Properties properties,
boolean singletonFlag)
id - factory - constructor - properties - singletonFlag - | Method Detail |
public java.lang.Object getObjectInstance()
throws WcmException
WcmException - Exception raised in failure situationpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||