|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanInfo
This interface provides specific info about the bean used by the BeanPool
.
Method Summary | |
---|---|
DynamicRegistryBean |
getBean()
Returns the registry bean. |
Key |
getKey()
Returns the objects key. |
PersistenceContext |
getPersistenceContext()
Returns the pool, which created this bean. |
boolean |
isCreated()
Returns, whether this is object has already been created in the registry. |
boolean |
isDeleted()
Returns, whether the object is marked as deleted. |
boolean |
isModified()
Returns, whether the object is modified. |
void |
setBean(DynamicRegistryBean pBean)
Sets the registry bean. |
void |
setCreated(boolean created)
Sets, whether the object is created or retrieved from the registry. |
void |
setDeleted(boolean pDeleted)
Sets, whether the object is marked as deleted. |
void |
setModified(boolean pModified)
Sets, whether the object is modified. |
Method Detail |
---|
Key getKey()
PersistenceContext getPersistenceContext()
boolean isModified()
void setModified(boolean pModified)
boolean isDeleted()
void setDeleted(boolean pDeleted)
boolean isCreated()
void setCreated(boolean created)
DynamicRegistryBean getBean()
void setBean(DynamicRegistryBean pBean)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |